-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rc/v0.6.0 #266
Conversation
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
chore: bump rust-toolchain from 1.31.1 to 1.32.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.2.5 to 0.2.8. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.2.5...0.2.8) Signed-off-by: dependabot[bot] <[email protected]>
…-0.2.8 chore(deps): bump criterion from 0.2.5 to 0.2.8
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.35...v1.0.36) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [byteorder](https://github.com/BurntSushi/byteorder) from 1.2.7 to 1.3.0. - [Release notes](https://github.com/BurntSushi/byteorder/releases) - [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md) - [Commits](BurntSushi/byteorder@1.2.7...1.3.0) Signed-off-by: dependabot[bot] <[email protected]>
…n-1.0.36 chore(deps): bump serde_json from 1.0.35 to 1.0.36
…-1.3.0 chore(deps): bump byteorder from 1.2.7 to 1.3.0
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.84 to 1.0.85. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.84...v1.0.85) Signed-off-by: dependabot[bot] <[email protected]>
…ive-1.0.85 chore(deps): bump serde_derive from 1.0.84 to 1.0.85
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.84 to 1.0.85. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.84...v1.0.85) Signed-off-by: dependabot[bot] <[email protected]>
chore(deps): bump serde from 1.0.84 to 1.0.85
blocktemplate refresh when the best block changes, OR 3 seconds has passed and there are more transactions and uncles
impl rfc get_block_template
feat: block template cache
fix: cli arg matches
BREAKING CHANGE: The chainspec path in node's configuration json file changed from "ckb.chain" to "chain.spec".
BREAKING CHANGE: Config file must be updated with new db configurations as below otherwise node won't start. ```json { + "db": { + "backend": "rocksdb", + "rocksdb": { + "path": "db" + } + } } ```
fix: default db path
Bumps [bincode](https://github.com/TyOverby/bincode) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/TyOverby/bincode/releases) - [Commits](bincode-org/bincode@v1.1.1...v1.1.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.23 to 0.12.24. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.12.23...v0.12.24) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.87...v1.0.88) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [unsigned-varint](https://github.com/paritytech/unsigned-varint) from `2fe0e98` to `881f02d`. - [Release notes](https://github.com/paritytech/unsigned-varint/releases) - [Commits](paritytech/unsigned-varint@2fe0e98...881f02d) Signed-off-by: dependabot[bot] <[email protected]>
….1.2 chore(deps): bump bincode from 1.1.1 to 1.1.2
chore(deps): bump serde from 1.0.87 to 1.0.88
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](Stebalien/tempfile@v3.0.6...v3.0.7) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [num_cpus](https://github.com/seanmonstar/num_cpus) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/seanmonstar/num_cpus/releases) - [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md) - [Commits](seanmonstar/num_cpus@v1.9.0...v1.10.0) Signed-off-by: dependabot[bot] <[email protected]>
…2.24 chore(deps): bump hyper from 0.12.23 to 0.12.24
…varint-881f02d chore(deps): bump unsigned-varint from `2fe0e98` to `881f02d`
…3.0.7 chore(deps): bump tempfile from 3.0.6 to 3.0.7
…1.10.0 chore(deps): bump num_cpus from 1.9.0 to 1.10.0
Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.87...v1.0.88) Signed-off-by: dependabot[bot] <[email protected]>
…ive-1.0.88 chore(deps): bump serde_derive from 1.0.87 to 1.0.88
feat: allow disable txs_verify_cache
chore(deps): bump jsonrpc from 10.0.1 to 10.1.0
feat: skip verifing those transactions that from pool
fix: cli type_hash arg matches
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bug Fixes
Features
process_block
(bda09fc)txs_verify_cache
(cbd80b2)get_block_template
(99b6551)local_node_id
tolocal_node_info
(64e41f6)BREAKING CHANGES
local_node_id
no longer exists, use new added RPClocal_node_info
to get node addresses.get_block_template
adds a new optionblock_assembler
in config file.nodes_template/miner.json
MerkleProof
structure.