Skip to content

Commit

Permalink
release(tag): v0.100.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengjianhui committed Oct 10, 2021
1 parent 79a4f9b commit 39bf993
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [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

* 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

* The field `uncles_hash` in header will be renamed to `extra_hash` for all JSON RPC methods

# [v0.43.3-beta.1](https://github.com/nervosnetwork/ckb-sdk-java/compare/v0.43.2...v0.43.3-beta.1) (2021-09-27)

### Features
Expand Down
22 changes: 4 additions & 18 deletions RELEASENOTES.md
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

0 comments on commit 39bf993

Please sign in to comment.