0.5.0
-
feat(core): support offline transaction construction.
Note: change the way of transaction construction from remote to local constructing, which covers most of the transaction-related APIs and ensure the transaction won’t be maliciously modified before signing when constructing locally. -
feat(core): optimize
getBlockByNum
interface
Note: thegetBlockByNum
interface now returnsBlockExtention
instead ofBlock
, which contains the missingblockId
value. If you use this API, you need to make changes to be compatible with the return optimized.