Version 2.0.0 [TypeScript]
[Typescript support && Codebase code coverage]
Breaking changes
Rename Account.addAuthorityKey to Account.addOnBehalfKey
Rename Account.executiveAuth to Account.authority
A new way to access contract actions and tables
Contract.on('deploy')
Remove AuthorityAccount
Deprecate Account.createSubAuthority
News
Typescript support
Refactor CLI commands
Fix nodeos pre-loaded accounts to have different keys
Unit tests for all CLI commands
Return transaction receipts on every chain iteraction
Use logger instead console.log
Update Kylin network endpoint
Add Jungle3 support
Remove the check requiring an executor to be provided on contract instantiation. Without executor, one could fetch only the data from the contract tables
contract.action.sign(params)
contract.action.getRawTransaction(params)
Last updated