fix(deps): update rust crate ckb-hash to 0.203.0#1580
Open
renovate[bot] wants to merge 1 commit intogodwoken-v1-mainnet-prodfrom
Open
fix(deps): update rust crate ckb-hash to 0.203.0#1580renovate[bot] wants to merge 1 commit intogodwoken-v1-mainnet-prodfrom
renovate[bot] wants to merge 1 commit intogodwoken-v1-mainnet-prodfrom
Conversation
Pull Request Test Coverage Report for Build 0014fd7627116c5eac7a0b5162f0297d4c5ed05fDetails
💛 - Coveralls |
26759f0 to
57de10f
Compare
57de10f to
298cfe2
Compare
298cfe2 to
2d1697f
Compare
2d1697f to
466d25b
Compare
466d25b to
0014fd7
Compare
0014fd7 to
06c8d1c
Compare
06c8d1c to
a8413c0
Compare
a8413c0 to
97dade5
Compare
97dade5 to
26c61a8
Compare
26c61a8 to
58dc701
Compare
58dc701 to
eac2d33
Compare
eac2d33 to
fb7bc6b
Compare
fb7bc6b to
59bf0fe
Compare
59bf0fe to
5e4e557
Compare
5e4e557 to
eae797f
Compare
eae797f to
2c07e32
Compare
36a80be to
0e0827a
Compare
0e0827a to
6ccb769
Compare
6ccb769 to
e80a5be
Compare
e80a5be to
25c7d2e
Compare
This file contains hidden or 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
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.
This PR contains the following updates:
0.112.1→0.203.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
nervosnetwork/ckb (ckb-hash)
v0.203.0Compare Source
Features
Bug Fixes
NetRpcImplfix error handling foradd_nodeandremove_node(@eval-exec)Improvements
#4970: Set
strumdefault-features to false (@eval-exec)#4946: Rich-indexer: keep rocksdb SecondaryDB sync before read (@eval-exec)
#4972: Limit the size of
filtersfield in messageBlockFiltersinGetBlockFiltersProcess(@Officeyutong)This PR limits size of
filtersfield to 1.8MB, to avoid the frame sended by tentacle being too large (reaches 2MB) causing full CKB nodes disconnects light-client nodesv0.202.0Compare Source
Features
DaoCalculatorso it can be used in light client (@Officeyutong)v0.201.0Compare Source
Bug Fixes
make wasmbuild failed byerror[E0521]: borrowed data escapes outside of closure(@eval-exec)Improvements
cargo autoinheritto improve CKB workspace maintainability (@eval-exec)v0.200.0Compare Source
Features
#4807: Activate CKB Edition Meepo (2024) on the Mainnet (@zhangsoledad)
This is a breaking change of consensus once activated.
#4800: Implement nodes filter with P2P transport service types (@driftluo)
#4793: Mark DNS address connected time on peer store (@driftluo)
Improvements
#4795:
NetRpcImpl::get_peersreturnRemoteaddress.addresseswithout duplicates (@eval-exec)This is a breaking change of RPC.
#4801: Upgrade openssl from 0.10.68 to 0.10.70, fix RUSTSEC-2025-0004 (@eval-exec)
#4785: Improving spawn and exec syscalls (@mohanson)
v0.121.0Compare Source
Improvements
pathas database name in wasm peer-store implementation (@Officeyutong)CONTRIBUTING.md(@NotNotARobot)assume_valid_targetto an array. (@eval-exec)v0.120.0Compare Source
Features
#4477: (experimental) optional fee estimator with different algorithms (@yangby-cryptape)
#4683: Small WASM support (@driftluo)
#4729: Default listen on ws port (@driftluo)
#4741: Let old config node open ws listen by default (@driftluo)
This is a breaking change to the config.
Bug Fixes
Improvements
#4694: Support LZ4 rocksdb compression type (@eval-exec)
#4700: Generate
default.db-optionsfile if it not exist (@eval-exec)#4702: Don't ban remote peer when VM receives Ctrl-C signal while processing
chunk_tx(@eval-exec)#4728: Remove anyhow's backtrace from RPC response (@eval-exec)
This is a breaking change to RPC where the error messages have changed.
v0.119.0Compare Source
Features
#4635: Intro preview chain (@zhangsoledad)
Introduces a new chain operation to provide a preview environment for the upcoming hardfork on the Nervos CKB network. The new chain allows users and developers to test and review the hardfork changes before they are officially deployed on the mainnet, ensuring all updates and features are thoroughly validated. This preview chain helps improve the security and reliability of the hard fork process, minimizing potential risks before the main deployment.
Bug Fixes
inherited_fdsin root process (@zhangsoledad)Improvements
get_fee_rate_statisticsshould awareblock_ext.txs_sizeslength isblock_ext.txs_feeslength + 1 (@eval-exec)get_cellsin rich-indexer (@EthanYuan)OrphanPool(@eval-exec)v0.118.0Compare Source
Features
#4365: Asynchronous Block Download and Verification (@eval-exec)
This PR introduces several enhancements to the CKB Synchronizer to reduce synchronization time
during the initial block download (IBD) phase. Key changes include:
tip_hashandtip_numberto represent the current chain tip.unverified_tip_hashandunverified_tip_numberto track the latest received but not yet verified blocks.orphan_blocks_sizefield.These updates lead to a more efficient synchronization process, reducing the overall time
required for IBD. Note that removing the
orphan_blocks_sizefield constitutes a BREAKING CHANGEin the
sync_stateRPC.#4380: New spawn with scheduler (@mohanson)
This change is only available in the next version of CKB consensus rules.
In this PR, we refactored the implementation of spawn. The refactored syscall API is defined as follows: https://github.com/XuJiandong/ckb-c-stdlib/blob/syscall-spawn/ckb_syscall_apis.h#L54-L68.
Review Introduction: #4380 (comment)
Documentation: nervosnetwork/rfcs#436
#4291: New script verify with ckb-vm pause (@chenyukang)
asyncstyleSuspendstate from cacheBug Fixes
#4562: Fix sync relayer collaboration (@driftluo)
#4576: Add limit to get cells (@driftluo)
This is a breaking change to RPC. The RPC to get cells may fail when exceeding the limit.
#4612: Verify worker exit when
signal_exitis cancelled (@chenyukang)Improvements
#4529: Add jsonrpc batch request limit (@chenyukang)
#4583: Add
tx_indextoTxStatusforget_transactionRPC (@eval-exec)This is a breaking change to the RPC.
#4591:
VerifyQueue: re_notify other Worker whenOnlySmallCycleTxreceived a large cycle tx (@eval-exec)v0.117.0Compare Source
v0.116.1Features
PoolRpc::test_tx_pool_accept, check if the transaction can be accepted by TxPool (@eval-exec)Bug Fixes
#4405: Fix default
ckb.toml's[notifier]to[notify](@eval-exec)This is a breaking change in the config file format.
Improvements
assume_valid_targetto Reduce the Timecost of Block Synchronization in IBD mode (@eval-exec)process_blockchannel size to zero (@eval-exec)tokio-tracefeature fortokio-consoledebug tool (@eval-exec)v0.115.0Compare Source
Features
Bug Fixes
track_entry_statics(@chenyukang)Improvements
blocks/txsfromckb-chaintockb-test-chain-utils(@eval-exec)OpenRPCgenerator and useJsonSchemato update rpc/readme (@chenyukang)IndexerService::apply_init_tipshould stop after received exit signal. (@eval-exec)is_cancelled()to check if ckb received Ctrl-C signal (@eval-exec)1.75.0(@eval-exec)v0.114.0Compare Source
Features
--include-backgroundto include background migrations in migrate subcommand (@chenyukang)Bug Fixes
v0.113.1Compare Source
Bug Fixes
MAX_ANCESTORS_COUNT(@chenyukang)v0.113.0Compare Source
Features
SendBlocksProofmessage to support ckb2023 (@quake)Bug Fixes
#4192: Incorrect and inadequate checks of sync message (@yangby-cryptape)
#4199: Fix orphan pool for long pending tx issues (@chenyukang)
#4221: Fix typos (@xiaolou86)
#4218: Fix VM version select (@driftluo)
This is a breaking change: b:consensus
#4255: No chain_root in 1st block of the MMR activated epoch (@yangby-cryptape)
#4258: Fix concurrency issue for RBF (@chenyukang)
#4270: Resolve empty filter related message bug (@quake)
Improvements
#4191: Tuning rocksdb bloom filter (@quake)
#4203: Persistence softfork cache (@zhangsoledad)
#4235: Move
util/launcher/src/migrate.rsto an independent crate (@eval-exec)#4236: Break
ckb-launcherandckb-chain's cycle dependency by movingSharedPackageandSharedBuilderfromckb-launchertockb-shared(@eval-exec)#4170: Use jsonrpc-utils to replace jsonrpc (@chenyukang)
This is a breaking change: b:rpc
#4256: Add aarch64 docker image for ckb (@chenyukang)
#4288:
get_pool_tx_detail_info: Changescore_sortkey's type fromStringtostruct AncestorsScoreSortKeyThis is a breaking change: b:rpc
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.