Magickbase / godwoken_explorer

Godwoken Explorer
https://v1.gwscan.com
18 stars 8 forks source link

fix(deps): update rust crate ckb-hash to 0.116.0 #1580

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ckb-hash dependencies minor 0.112.1 -> 0.116.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nervosnetwork/ckb (ckb-hash) ### [`v0.116.1`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01161-2024-05-11) ##### Features - [#​4433](https://togithub.com/nervosnetwork/ckb/issues/4433): Add `PoolRpc::test_tx_pool_accept`, check if the transaction can be accepted by TxPool ([@​eval-exec](https://togithub.com/eval-exec)) ##### Bug Fixes - [#​4405](https://togithub.com/nervosnetwork/ckb/issues/4405): Fix default `ckb.toml`'s `[notifier]` to `[notify]` ([@​eval-exec](https://togithub.com/eval-exec)) This is a breaking change in the config file format. ##### Improvements - [#​4254](https://togithub.com/nervosnetwork/ckb/issues/4254): Hardcoding a Default `assume_valid_target` to Reduce the Timecost of Block Synchronization in IBD mode ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4390](https://togithub.com/nervosnetwork/ckb/issues/4390): Limit txpool size when inserting an Entry ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4418](https://togithub.com/nervosnetwork/ckb/issues/4418): Set ChainService `process_block` channel size to zero ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4417](https://togithub.com/nervosnetwork/ckb/issues/4417): Add `tokio-trace` feature for `tokio-console` debug tool ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4366](https://togithub.com/nervosnetwork/ckb/issues/4366): Adjusting the default dev chain epoch parameter ([@​EthanYuan](https://togithub.com/EthanYuan)) ### [`v0.115.0`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01150-2024-04-01) [Compare Source](https://togithub.com/nervosnetwork/ckb/compare/v0.114.0...v0.115.0) ##### Features - [#​4381](https://togithub.com/nervosnetwork/ckb/issues/4381): Limit ibd orphan pool size ([@​driftluo](https://togithub.com/driftluo)) - [#​4224](https://togithub.com/nervosnetwork/ckb/issues/4224): Add rich-indexer which is another built-in indexer based on relational database ([@​EthanYuan](https://togithub.com/EthanYuan)) ##### Bug Fixes - [#​4382](https://togithub.com/nervosnetwork/ckb/issues/4382): Fix the performance issue caused by `track_entry_statics` ([@​chenyukang](https://togithub.com/chenyukang)) ##### Improvements - [#​4335](https://togithub.com/nervosnetwork/ckb/issues/4335): Move some helper function for building `blocks/txs` from `ckb-chain` to `ckb-test-chain-utils` ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4187](https://togithub.com/nervosnetwork/ckb/issues/4187): Add ` OpenRPC `generator and use ` JsonSchema `to update rpc/readme ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4345](https://togithub.com/nervosnetwork/ckb/issues/4345): `IndexerService::apply_init_tip` should stop after received exit signal. ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4348](https://togithub.com/nervosnetwork/ckb/issues/4348): IndexerService should use `is_cancelled()` to check if ckb received Ctrl-C signal ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4356](https://togithub.com/nervosnetwork/ckb/issues/4356): Upgade rust-toolchain to `1.75.0` ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4363](https://togithub.com/nervosnetwork/ckb/issues/4363): Evict possible cell ref txs before submitting cell consuming transaction ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4339](https://togithub.com/nervosnetwork/ckb/issues/4339): Add conflicts cache for tx pool to record conflicted transactions ([@​chenyukang](https://togithub.com/chenyukang)) ### [`v0.114.0`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01140-2024-02-29) [Compare Source](https://togithub.com/nervosnetwork/ckb/compare/v0.113.1...v0.114.0) ##### Features - Package ckb-cli v1.7.0 - [#​4361](https://togithub.com/nervosnetwork/ckb/issues/4361): Update ckb-vm to v0.24.8 ([@​mohanson](https://togithub.com/mohanson)) - [#​4358](https://togithub.com/nervosnetwork/ckb/issues/4358): Add `--include-background` to include background migrations in migrate subcommand ([@​chenyukang](https://togithub.com/chenyukang)) ##### Bug Fixes - [#​4349](https://togithub.com/nervosnetwork/ckb/issues/4349): A peer send manlformed tx with large cycles will also be banned ([@​chenyukang](https://togithub.com/chenyukang)) ### [`v0.113.1`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01131-2024-01-31) [Compare Source](https://togithub.com/nervosnetwork/ckb/compare/v0.113.0...v0.113.1) ##### Bug Fixes - [#​4330](https://togithub.com/nervosnetwork/ckb/issues/4330): Don't account for cell dep for `MAX_ANCESTORS_COUNT` ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4332](https://togithub.com/nervosnetwork/ckb/issues/4332): Fix the websockets terminate issue ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4308](https://togithub.com/nervosnetwork/ckb/issues/4308): Fix RPC cors issue of preflight request ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4323](https://togithub.com/nervosnetwork/ckb/issues/4323): Fix error message when sent HTTP GET to RPC ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4324](https://togithub.com/nervosnetwork/ckb/issues/4324): Fix RBF fee and celldeps check rule issue with replaced txs and their descendants ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4325](https://togithub.com/nervosnetwork/ckb/issues/4325): Fix the regex expression for ckb's version test ([@​chenyukang](https://togithub.com/chenyukang)) ### [`v0.113.0`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01130-2024-01-09) [Compare Source](https://togithub.com/nervosnetwork/ckb/compare/v0.112.1...v0.113.0) ##### Features - [#​4185](https://togithub.com/nervosnetwork/ckb/issues/4185): Tweak `SendBlocksProof` message to support ckb2023 ([@​quake](https://togithub.com/quake)) ##### Bug Fixes - [#​4192](https://togithub.com/nervosnetwork/ckb/issues/4192): Incorrect and inadequate checks of sync message ([@​yangby-cryptape](https://togithub.com/yangby-cryptape)) - [#​4199](https://togithub.com/nervosnetwork/ckb/issues/4199): Fix orphan pool for long pending tx issues ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4221](https://togithub.com/nervosnetwork/ckb/issues/4221): Fix typos ([@​xiaolou86](https://togithub.com/xiaolou86)) - [#​4218](https://togithub.com/nervosnetwork/ckb/issues/4218): Fix VM version select ([@​driftluo](https://togithub.com/driftluo)) This is a breaking change: b:consensus - [#​4255](https://togithub.com/nervosnetwork/ckb/issues/4255): No chain_root in 1st block of the MMR activated epoch ([@​yangby-cryptape](https://togithub.com/yangby-cryptape)) - [#​4258](https://togithub.com/nervosnetwork/ckb/issues/4258): Fix concurrency issue for RBF ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4270](https://togithub.com/nervosnetwork/ckb/issues/4270): Resolve empty filter related message bug ([@​quake](https://togithub.com/quake)) ##### Improvements - [#​4191](https://togithub.com/nervosnetwork/ckb/issues/4191): Tuning rocksdb bloom filter ([@​quake](https://togithub.com/quake)) - [#​4203](https://togithub.com/nervosnetwork/ckb/issues/4203): Persistence softfork cache ([@​zhangsoledad](https://togithub.com/zhangsoledad)) - [#​4235](https://togithub.com/nervosnetwork/ckb/issues/4235): Move `util/launcher/src/migrate.rs` to an independent crate ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4236](https://togithub.com/nervosnetwork/ckb/issues/4236): Break `ckb-launcher` and `ckb-chain`'s cycle dependency by moving `SharedPackage` and `SharedBuilder` from `ckb-launcher` to `ckb-shared` ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4170](https://togithub.com/nervosnetwork/ckb/issues/4170): Use jsonrpc-utils to replace jsonrpc ([@​chenyukang](https://togithub.com/chenyukang)) This is a breaking change: b:rpc - [#​4256](https://togithub.com/nervosnetwork/ckb/issues/4256): Add aarch64 docker image for ckb ([@​chenyukang](https://togithub.com/chenyukang)) - [#​4288](https://togithub.com/nervosnetwork/ckb/issues/4288): `get_pool_tx_detail_info`: Change `score_sortkey`'s type from `String` to `struct AncestorsScoreSortKey` This 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 0014fd7627116c5eac7a0b5162f0297d4c5ed05f

Details


Files with Coverage Reduction New Missed Lines %
lib/godwoken_explorer/chain.ex 1 63.29%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build cd5a3e39c155631c70764dd1b25cf31fc8ef0d25: 0.0%
Covered Lines: 3324
Relevant Lines: 6039

💛 - Coveralls