Skip to content

0.5.0

Compare
Choose a tag to compare
@eodiandie eodiandie released this 18 Apr 08:10
· 41 commits to main since this release
8661820
  1. 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.

  2. feat(core): optimize getBlockByNum interface
    Note: the getBlockByNum interface now returns BlockExtention instead of Block, which contains the missing blockId value. If you use this API, you need to make changes to be compatible with the return optimized.