Releases: neodix42/ton4j
Releases · neodix42/ton4j
0.1.3
Added to Tonlib:
getRawAccountStatus()
tryLocateTxByOutcomingMessage()
tryLocateTxByIncomingMessage();
V4R2 wallet has now sendTonCoins method;
0.1.1
documentation, synthetic sugar, refactoring
0.0.8
updated tonlib binaries to 2022.12 state ;
updated integrated testnet global config;
improved lockup wallet tests;
added support for multisig contract with off-chain consensus;
upgraded to 0.0.8
0.0.7
Reviewed and verified lockup wallet, now available for usage.
0.0.6
Added classes to support Highload wallet handling;
Currently, multi-send is possible to up to 84 destinations.
0.0.5
Reworked parser of run-method results for better stability.
0.0.4
Added classes to support Payment channels, with integration tests;
Fixed cell deserialization in some parsed results from run-method;
Added usage example of estimateFees for Tonlib.
0.0.3
- Classes for Jettons, DNS, and NFTs are added;
- reworked run_method result parsing;
- added some synthetic methods for better usability;