Skip to content

Releases: nervosnetwork/ckb-sdk-go

1.0.1

29 Apr 09:09
93fa323
Compare
Choose a tag to compare

Breaking Changes

  • feat: change MultiSignTransaction method signature (#121)
  • feat: refactor method to create old full address (#123)

1.0.0

17 Mar 07:11
ef427ef
Compare
Choose a tag to compare

Breaking Changes

  • feat: Replace Record with Outpoint (#119)

0.101.6

18 Feb 10:19
60428a9
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: support variable lock script length (#117)

🚀 Features

  • feat: support dao compensation calculation (#116)

0.101.5

15 Feb 12:38
06e3b15
Compare
Choose a tag to compare

🚀 Features

  • Support new mode PayWithAcp and get_account_info RPC (#114)

0.101.4

21 Jan 02:16
fcca345
Compare
Choose a tag to compare

🚀 Features

  • feat: support mercury get_sync_state RPC API (#111)
  • feat: Support pw lock signature (#112)

0.101.3

15 Dec 07:46
148dae7
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: fix unmarshall error in get_transaction_info (#109)

0.101.2 (2021-12-04)

04 Dec 01:48
46d0308
Compare
Choose a tag to compare

Fix

  • generate default address with bech32m format (#106)
  • Remove uncessary print in address parsing (#103)

0.101.1 (2021-12-01)

03 Dec 06:13
a81275b
Compare
Choose a tag to compare

🚀 Features

  • Add timestamp in RPC response (#90)
  • feat: adopt full address by default (#98, #106)
  • feat: add enum Freeze in extraFilter (#95)
  • feat(mercury): support build_sudt_issue_transaction (#97)
  • feat: Add method to convert public key to address (#100)

📝 Document

  • docs: update README for default address (#101)

Breaking Changes

  • Breaking Changes
  • Adapt new signature data structure (#85)
  • dao API rename (#86)
  • Change type of epochNumber (#87)
  • Rename build_smart_transfer_transction to build_simple_transfer_transaction (#89)
  • Change RPC response structure (#92)

v0.43.3-beta.1 (2021-09-26)

26 Sep 18:31
Compare
Choose a tag to compare

v0.43.3-beta.1 (2021-09-27)

Features

  • Add get_db_info api (#64)
  • Add get_mercury_info api (#65)
  • Add get_spent_transaction support (#68)
  • Add dao support (#74)

Breaking Changes

  • Adjusting build_smart_transfer_transaction api (#75)
  • Adjusting query_transactions api (#70 #73 #77)
  • Adjusting build_transfer_transaction api (#72)
  • Adjusting build_adjust_account_transaction api (#78)
  • Adjusting get_block_info api(#67)
  • Adjusting get_transaction_info api (#66)
  • Adjusting balance api (#63)
  • remove build_asset_collection_transaction api

v0.43.2 (2021-09-10)

10 Sep 10:21
1768d1c
Compare
Choose a tag to compare

v0.43.2 (2021-09-10)

Features

  • Add build_smart_transfer_transaction api (9ad61d3)

BreakingChanges

  • The uniform unit is shannon (c1492d4)

  • Adjusting the build_asset_account_creation_transaction interface (de4be38)

  • Adjusting the get_generic_transaction interface (91ba601)

  • Adjusting the get_generic_block interface (3c4ffbc)

  • Adjusting the get_balance interface (361e7f0)