Releases: ton-org/ton
Releases Β· ton-org/ton
Release 15.1.0
Release 15.0.0
- Make spelling consistent for wallets
Release 14.0.0
Added
- Added V5 wallet support (thx Tonkeeper Team)
- Fixed stack serialization for TonCenter v2 client (thx @aSpite)
Fixed
- Types for different wallet versions
Release 13.11.2
Added
- Ability to pass interceptor for TonClientV4 API calls
Fixed
- TonClient minor type issues
Release 13.11.1
Fixed
- Added xports for
HttpApiParameters
/TonClientParameters
- Added
TonClient.getTransactions
missingarchival
parameter - Updated packages
Release 13.11.0
This update requires @ton/core
>0.56.0
Fixed
- Updated
TonClient4
andTonClient
to match contract providers at@ton/[email protected]
Release 13.10.0
Added
- Locate tx methods in
TonClient
(thx @krigga)
Fixed
- Vue.js compilation (thx @d0rich)
- Allow to use
HttpApi
property inTonClient
inheritants (thx @ernieyang09)
Release 13.9.0
Removed
WalletV5
contract due to the unreadiness
Release 13.8.0
Added
TonClient4.getAccountTransactionsParsed
method (thanks @vzhovnitsky)WalletV5
contract (thanks @siandreev)- blockchain fees estimation via
computeStorageFees
/computeExternalMessageFees
/computeGasPrices
/computeMessageForwardFees
(thanks @vzhovnitsky)
Fixed
- Uri encode get method name for
TonClient4
(thanks @krigga) - Improved
parseStackItem
due to toncenter.com bug
Release 13.7.0
Added
sendOrderWithoutSecretKey
method toMultisigWallet
Fixed
- Uri encode get method name for
TonClient4