Skip to content

2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fjchen7 fjchen7 released this 19 Jul 09:00
· 7 commits to master since this release
1c966d8

2.0.0 is a refactored ckb-sdk-go release and brings plenty of BREAKING CHANGES compared with v1.0.* and the earlier releases.

Breaking changes related to user interfaces

  • Type or name change of quite a few fields in RPC type representation.
  • Unified address representation and operation.
  • Transaction signing mechanism by ScriptGroup, ScriptSigner, and TransactionSigner.
  • Clean some utils classes and unused classes.

Related PRs:#137, #138, #139, #140, #141, #142, #143, #144.

For migration from earlier release please refer to migration doc.