Skip to content

0.101.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 15:21
· 162 commits to develop since this release
005e436

🚀 Features

  • Add address generation methods (#494, #496)
  • Add timestamp in RPC response (#489)
  • Make ckb-indexer interface compatible (#491)
  • Adopt full address by default (#506)
  • Add enum Freeze in extraFilter (#508)
  • Support build_sudt_issue_transaction (#501)
  • Add build_sudt_issue_transaction test (#502)

🐛 Bug Fixes

  • Replace short address with bech32m full address in test (#511)
  • Fix key invalidation error (#487)

🧰 Maintenance

  • Label PR based on title (#507)
  • Add CICD github actions (#505)

📝 Document

Breaking Changes

  • Rename rpc build_deposit_transaction to build_dao_deposit_transaction (#483)
  • Rename rpc build_withdraw_transaction to build_dao_withdraw_transaction (#483)
  • Building tx output support witnesses filling and new signature actions (#481)
  • When sending a transaction, use passthrough as the default parameter (#479)
  • Rename build_smart_transfer_transction (#488)
  • Change RPC response structure (#492, #493, #495, #497)