Skip to content

v1.14.0

Compare
Choose a tag to compare
@xssnick xssnick released this 14 Jul 13:39
· 8 commits to master since this release
89cc955
  • Find transaction by normalized external hash support
  • Support for tinygo + wasm go compiler
  • Crypto keys types moved to keys package from adnl package
  • TonConnect VerifyProofHandlePayload and payload methods added (by @Vladimir-Khm)
  • Added RegisterWithFabric for complex TL structures that requires preinitialization
  • Added static method jettons.BuildTransferPayload to replace obj.BuildTransferPayloadV2, and same for burn
  • Fixed ADNL timed out queries removal
  • RLDP improvements
  • Crypto lib oasisprotocol/curve25519-voi replaced to filippo.io/edwards25519 and now only Ed25519PubToX25519 is used, Ed25519PrivateToX25519 implemented right in tonutils