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.
The key has expired.
1.1.0 Nov 9, 2020
New
ChaCha20 encryption support crypto.chacha20.
boc.parse_shardstate function for shardstates parsing.
boc.get_boc_hash function for calculating BOC root hash
client.build_info fully defined and documented.
processing.wait_for_transaction and processing.process_message functions execute contract
locally in case if transaction waiting fails in order to resolve the contract execution error
run_executor, run_tvm now return exit_arg in case of TVM errors.
Create the build_info.json on the build stage.
Abi::Contract variant as an alias to deprecated Abi::Serialized
Abi::Json variant to specify an ABI as a raw JSON string.
api.json now contains details about numeric types: Number and BigInt are now
have new fields number_type and number_size.
api.json ref type names are fully qualified now in form of module.type,
for example abi.Signer.
Fixed
TS generator fix some field names that is an invalid JS identifiers.
Use install_name_tool to fix loading library paths at libton_client.dylib.
api.json is reduced, so it can't contains tuple types, only structs.
All types are exactly match to JSON.
out_of_sync_threshold config parameter is u32
Unstable
tc_request_ptr function to use pointers void* instead of request_id u32.
This feature is UNSTABLE yet.