Skip to content

bitcoinrb v0.4.0

Compare
Choose a tag to compare
@azuchi azuchi released this 27 Dec 03:57
· 333 commits to master since this release

Notable changes

  • Remove fork coin support: Fork_ID of Bitcoin Cash was supported, but fork coin support was removed because the difference in specifications with Bitcoin including the addition of opcode became large.
  • Add Bitcoin::Script#to_addr method to replace Bitcoin::Script#addresses.
  • Fix testnet extended public key version byte for p2wsh-p2sh.
  • Add depth limit check for Extended Key. If you try to derive a key with more than 256 depth, you will get an error.