You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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