Skip to content

v0.19.0

Compare
Choose a tag to compare
@Keith-CY Keith-CY released this 27 Aug 01:48
· 580 commits to master since this release
f9fa66c

0.19.0 (2019-08-27)

Features

  • core: add the RPC of computeScriptHash (705f51e)
  • core: use secp256k1 dep group instead of secp256k1 cell (578eb43)
  • core: use the secp256k1 type script hash as the code hash of the secp256k1 dep (617487e)
  • type: block header structure changes (ce48faf)
  • type: CellOutput and Epoch structures change (8346ae4)
  • type: Input structure changes (ba16d1b)
  • type: OutPoint structure changes (38ba007)
  • type: rename is_dep_group to dep_type (06c324a)
  • type: set the value of hash_type to "data" and "type" (36a5512)
  • type: Transaction structure changes (30c84bb)
  • type: Transaction structure changes (71625fa)
  • type: Transaction structure changes (df65152)
  • utils: rename the method of lockScriptToHash to scriptToHash (40cdbaa)

BREAKING CHANGES

  • type: set the value of hash_type to "data" and "type"
  • type: rename is_dep_group to dep_type
  • type: block header structure changes
  • utils: rename the method of lockScriptToHash to scriptToHash
  • core: use secp256k1 dep group instead of secp256k1 cell
  • type: CellOutput and Epoch structures change
  • type: Transaction structure chagnes
  • type: OutPoint structure changes
  • type: Input structure chagnes