Skip to content

Releases: xssnick/ton-payment-network

v1.2.3

02 Oct 05:48

Choose a tag to compare

  • Updated tonutils-go to v1.15.3

v1.2.2

29 Sep 11:10

Choose a tag to compare

  • Updated tonutils-go to v1.15.1

v1.2.1

17 Sep 09:50

Choose a tag to compare

  • Adjusted seqno check when challenge contract
  • Updated tonutils-go to v1.15.0

v1.2.0

18 Aug 05:24
213eb26

Choose a tag to compare

Now it is possible to request withdrawal from party for fee, it means users with empty wallets can receive coins onchain without making transactions.

  • Added commit propose for fee action
  • Fixed contract deploy message for web wallet
  • Web database and config isolation by connected wallet address
  • Exported closeChannel method from wasm to web
  • Auto reconnect to server from web on SSE error
  • Set inactive on close offchain channel with no balance
  • Web UI improvements

Previous database and config on web wasm could be unavailable after this update, but if you need to restore you could rename them to suitable pub key in browser storage settings

v1.1.0

12 Aug 12:13
a3f3b23

Choose a tag to compare

This version introduces inbound liquidity managing mechanics and channel opening without deployment. Now it is possible to receive transfers with no balance, channel can be deployed later after first transfer received.

  • Automatic capacity rent on receive
  • New capacity related fields added to config
  • Virtual channel deadline for last peer increased to 3 hours from 1 minute
  • Changed urgent peers behaviour to depend on active channels
  • Automatic deploy channel on first topup
  • Added RentCapacity action to states processor
  • Added locked deposit data to channel and managing logic
  • Added OpenChannelOffchain query to transport to open channel without deployment
  • Accept virtual channels with no inbound capacity when final state is available (to rent after)
  • Fixed false positive no queries disconnection, now ping resets timeout
  • Multiple Improvements and some refactoring
  • Config upgrade logic added
  • Support up to 4 messages per transaction for web
  • dumpTasks method exported from wasm
  • Web UI small updates

v1.0.0

15 Jul 07:14
6afdd38

Choose a tag to compare

  • Web node, WASM build + JS bindings and example wallet
  • Locked balance calculate
  • Channel history
  • Idempotent topup
  • Updated channel contract
  • Multiple improvements
  • DB, Blockchain API, Transport and Logger abstraction
  • HTTP+SSE Transport for intermediate nodes with direct peers
  • Both transports support for server node, HTTP+SSE and ADNL to communicate with all peer types
  • More params for channel discuss before deploy
  • Updated tonutils-go to v1.14.0

Compatibility with previous channels was partially broken, close them first before update, if you want to retrieve coins (or use db backup to close after)

v0.2.1

23 May 19:09

Choose a tag to compare

  • Updated tonutils to v.1.13
  • Updated tests

v0.2.0

09 May 20:01
69c8fc8

Choose a tag to compare

  • New payment contract with Sent instead of Balance
  • Migrations core for db
  • Fixed cooperative withdraw cases

v0.1.1

08 May 11:57
c2ca770

Choose a tag to compare

  • Wallet control commands
  • Balance controller checks for channel ready

v0.1.0

08 May 11:11

Choose a tag to compare

  • Initial