-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #301 from nervosnetwork/rc/v0.101.0
- Loading branch information
Showing
29 changed files
with
463 additions
and
138 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
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,8 +1,32 @@ | ||
# [v0.41.0](https://github.com/nervosnetwork/ckb-sdk-ruby/compare/v0.40.0...v0.41.0) (2021-05-06) | ||
# [v0.101.0](https://github.com/shaojunda/ckb-sdk-ruby/compare/v0.41.0...v0.101.0) (2021-10-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* default indexer collector ([1343c5e](https://github.com/shaojunda/ckb-sdk-ruby/commit/1343c5e)) | ||
* indexer collector bug ([64be7dd](https://github.com/shaojunda/ckb-sdk-ruby/commit/64be7dd)) | ||
* indexer collector bug ([15528e4](https://github.com/shaojunda/ckb-sdk-ruby/commit/15528e4)) | ||
* sudt amount ([2e64531](https://github.com/shaojunda/ckb-sdk-ruby/commit/2e64531)) | ||
* sudt cell dep duplicate ([1b86b04](https://github.com/shaojunda/ckb-sdk-ruby/commit/1b86b04)) | ||
* typo ([b1379b0](https://github.com/shaojunda/ckb-sdk-ruby/commit/b1379b0)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **hardfork:** rename uncles_hash to extra_hash ([ccd7545](https://github.com/shaojunda/ckb-sdk-ruby/commit/ccd7545)) | ||
* remove estimate_fee_rate RPC ([702f4c5](https://github.com/shaojunda/ckb-sdk-ruby/commit/702f4c5)) | ||
|
||
|
||
### Features | ||
|
||
* add generate_block_with_template RPC ([311a8d1](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/311a8d1)) | ||
* implement get_cells_capacity api ([a4ade40](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/a4ade40)) | ||
* support search key filter ([50d7ebb](https://github.com/nervosnetwork/ckb-sdk-ruby/commit/50d7ebb)) | ||
* **hardfork:** add a new field "hardfork_features" to get_consensus RPC ([ab2d4ca](https://github.com/shaojunda/ckb-sdk-ruby/commit/ab2d4ca)) | ||
* **hardfork:** add extension to block ([4f1461a](https://github.com/shaojunda/ckb-sdk-ruby/commit/4f1461a)) | ||
* **hardfork:** add new allowed value 'data1' to hash_type ([fec87fd](https://github.com/shaojunda/ckb-sdk-ruby/commit/fec87fd)) | ||
* **hardfork:** support new full payload address format ([80a9f97](https://github.com/shaojunda/ckb-sdk-ruby/commit/80a9f97)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **hardfork:** The field "uncles_hash" in "header" will be renamed to "extra_hash" | ||
https://github.com/nervosnetwork/ckb/pull/2776 | ||
* remove estimate_fee_rate API and RPC method |
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
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
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
Oops, something went wrong.