-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79a4f9b
commit 39bf993
Showing
2 changed files
with
15 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,10 @@ | ||
# [v0.43.3-beta.1](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.2...v0.43.3-beta.1) (2021-09-27) | ||
# [v0.100.0-beta.1](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.3-beta.1...v0.100.0-beta.1) (2021-10-10) | ||
|
||
### Features | ||
|
||
* Add `get_db_info` | ||
api ([#64](https://github.com/nervosnetwork/ckb-sdk-go/pull/64)) | ||
* Add `get_mercury_info` | ||
api ([#65](https://github.com/nervosnetwork/ckb-sdk-go/pull/65)) | ||
* Add `get_spent_transaction` | ||
support ([#68](https://github.com/nervosnetwork/ckb-sdk-go/pull/68)) | ||
* Add `dao` | ||
support ([#74](https://github.com/nervosnetwork/ckb-sdk-go/pull/74)) | ||
* The field hash_type has a new allowed value `data1` but it is only valid after hard fork activation | ||
* Add support for Bech32m | ||
|
||
### Breaking Changes | ||
|
||
* Adjusting `build_smart_transfer_transaction` api ([#75](https://github.com/nervosnetwork/ckb-sdk-go/pull/75)) | ||
* Adjusting `query_transactions` | ||
api ([#70](https://github.com/nervosnetwork/ckb-sdk-go/pull/70) [#73](https://github.com/nervosnetwork/ckb-sdk-go/pull/73) [#77](https://github.com/nervosnetwork/ckb-sdk-go/pull/77)) | ||
* Adjusting `build_transfer_transaction` api ([#72](https://github.com/nervosnetwork/ckb-sdk-go/pull/72)) | ||
* Adjusting `build_adjust_account_transaction` api ([#78](https://github.com/nervosnetwork/ckb-sdk-go/pull/78)) | ||
* Adjusting `get_block_info` api([#67](https://github.com/nervosnetwork/ckb-sdk-go/pull/67)) | ||
* Adjusting `get_transaction_info` api ([#66](https://github.com/nervosnetwork/ckb-sdk-go/pull/66)) | ||
* Adjusting `balance` api ([#63](https://github.com/nervosnetwork/ckb-sdk-go/pull/63)) | ||
* remove `build_asset_collection_transaction` api | ||
* The field `uncles_hash` in header will be renamed to `extra_hash` for all JSON RPC methods |