You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
# 2.2.0 (2023-03-26)
2
+
## What's Changed
3
+
* chore: format code by @shaojunda in https://github.com/nervosnetwork/ckb-sdk-go/pull/192
4
+
* Fix: last elem in offchancell skipped by @code-monad in https://github.com/nervosnetwork/ckb-sdk-go/pull/193
5
+
* fix: TransactionWithStatus Marshal/UnMarshal with rejected/unknown tx by @shaojunda in https://github.com/nervosnetwork/ckb-sdk-go/pull/195
6
+
* fix: consume off chain cell bug by @shaojunda in https://github.com/nervosnetwork/ckb-sdk-go/pull/196
7
+
* updates for ckb-light-client rpc by @code-monad in https://github.com/nervosnetwork/ckb-sdk-go/pull/198
8
+
* chore: using mocking to test lightclient by @code-monad in https://github.com/nervosnetwork/ckb-sdk-go/pull/199
9
+
* feat: adding support for get block rpcs `with_cycles` and `verbosity0` version by @code-monad in https://github.com/nervosnetwork/ckb-sdk-go/pull/200
10
+
* feat: support indexer search mode in SearchKey by @code-monad in https://github.com/nervosnetwork/ckb-sdk-go/pull/202
0 commit comments