Skip to content

2.1.0

Compare
Choose a tag to compare
@code-monad code-monad released this 26 Dec 09:29
· 82 commits to v2 since this release
952d049

What's Changed

Repository change

branch v2 is now default branch, and all developer should use
github.com/nervosnetwork/ckb-sdk-go/v2 instead of github.com/nervosnetwork/ckb-sdk-go.

A quick migration command is:

find . -type f -name '*.go' \
       -exec \
       sed -i -e 's,github.com/nervosnetwork/ckb-sdk-go,github.com/nervosnetwork/ckb-sdk-go/v2,g' {} \;

Fix and features

New Contributors

Full Changelog: v2.0.2...v2.0.3