Releases: everx-labs/ever-sdk
Releases · everx-labs/ever-sdk
Version 0.25.3
0.25.3 Jul 30, 2020
New
- All methods that require contract's code/data can use field
boc
in account document to extract code and data
(instead ofcode
anddata
fields). - Optional
bocBase64
parameter of methodtvm.get
that can be used
instead ofcodeBase64
anddataBase64
.
Version 0.25.2
0.25.2 Jul 29, 2020
New
error.data
object extended with fieldsaddress
,function_name
,account_balance
,
account_address
,query_url
,config_server
for appropriate errors
Version 0.25.0
0.25.0 - July 26, 2020
New
- supports for core context in all platforms
- local run functions return updated contract state when running with
full_run = true
- time sync check while initializing
- parallel requests on different contexts don't block each other. Requests on the same context remain sequential
- new transaction wait mechanism. All account's shard blocks are checked for transaction to guarantee message expiration
contracts.wait.transaction
function for awaiting previously sent message processingcontracts.send.message
returns message processing state forcontracts.wait.transaction
functioncontracts.find.shard
function for account shard matching- added logging on warning messages
Version 0.24.1
New
- time sync check while initializing
Version 0.24.0
New
- local run functions return updated contract state when running with
full_run = true
- error resolving by local message processing
contracts.resolve.error
function for manual error resolving callcontracts.process.transaction
function processing transaction to check errors and get outputcontracts.run.local
andcontracts.run.local
functions now havefullRun
flag to emulate
node transaction processing and calculate fees- Platform builder generates ready to use
index.js
for web clients (instead of install script ofton-client-web-js
binding) tvm.get
now can fetch account data if it is not provided- Message processing functions added
- Run get methods function added
ed25519-dalek
version updated to1.0.0-pre.3
- SDK is fully opensourced since open repo
ton-labs-executor
used
Fix
- TON mnemonic functions didn't check validity of the seed phrase.
- Panic in fee calculation under WASM
reqwest
crate version synced in all projects- Memory leaking in Node JS
Version 0.21.0
Merge pull request #81 from tonlabs/0.21.0-rc Version 0.21.0