Magickbase / godwoken_explorer

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

fix(deps): update rust crate ckb-hash to 0.111.0 #1515

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ckb-hash dependencies minor 0.110.0 -> 0.111.0

Release Notes

nervosnetwork/ckb (ckb-hash) ### [`v0.111.0`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01110-2023-09-14) [Compare Source](https://togithub.com/nervosnetwork/ckb/compare/v0.110.2...v0.111.0) ##### Features - [#​3917](https://togithub.com/nervosnetwork/ckb/issues/3917) **consensus: (BREAKING)** CKB 2023 edition ([@​zhangsoledad](https://togithub.com/zhangsoledad)) - [#​3963](https://togithub.com/nervosnetwork/ckb/issues/3963) **rpc(Chain):** Add `only_committed` param for `get_transaction` ([@​eval-exec](https://togithub.com/eval-exec)) - [#​3980](https://togithub.com/nervosnetwork/ckb/issues/3980) **rpc: (BREAKING)** Set `jsonrpc::Ratio` as the type of `threshold` field for `DeploymentsInfo` and `Deployment` ([@​eval-exec](https://togithub.com/eval-exec)) - [#​3988](https://togithub.com/nervosnetwork/ckb/issues/3988): Update ckb-vm to v0.24.0 ([@​mohanson](https://togithub.com/mohanson)) - [#​3996](https://togithub.com/nervosnetwork/ckb/issues/3996): Suspend support in spawn syscalls ([@​xxuejie](https://togithub.com/xxuejie)) - [#​4002](https://togithub.com/nervosnetwork/ckb/issues/4002): Let crate `ckb-hash` support `no-std` ([@​yangby-cryptape](https://togithub.com/yangby-cryptape)) - [#​4097](https://togithub.com/nervosnetwork/ckb/issues/4097) **consensus: (BREAKING)** `epoch_duration_target` now affects epoch length in `Dummy` mode ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4126](https://togithub.com/nervosnetwork/ckb/issues/4126): Notify dummy miner for new work ([@​quake](https://togithub.com/quake)) ##### Improvements - [#​3970](https://togithub.com/nervosnetwork/ckb/issues/3970) **perf:** Replace sync struct HeaderView with HeaderIndexView ([@​quake](https://togithub.com/quake)) - [#​4000](https://togithub.com/nervosnetwork/ckb/issues/4000): Reduce `PeerStore::load_from_dir_or_default` timecost ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4003](https://togithub.com/nervosnetwork/ckb/issues/4003): Derive implements Clone for cell ([@​liya2017](https://togithub.com/liya2017)) - [#​4073](https://togithub.com/nervosnetwork/ckb/issues/4073): Split ckb-gen-types from ckb-types ([@​EthanYuan](https://togithub.com/EthanYuan)) - [#​4123](https://togithub.com/nervosnetwork/ckb/issues/4123) **script(spawn):** Calucate the correct cycles_base ([@​mohanson](https://togithub.com/mohanson)) - [#​4127](https://togithub.com/nervosnetwork/ckb/issues/4127) **scripts(spawn):** Always consume extra_cycles ([@​mohanson](https://togithub.com/mohanson)) - [#​4129](https://togithub.com/nervosnetwork/ckb/issues/4129): Fix parse `RelayV3`'s message name for metrics service ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4133](https://togithub.com/nervosnetwork/ckb/issues/4133): Keep peer store address unique ([@​driftluo](https://togithub.com/driftluo)) ##### Bug Fixes - [#​4011](https://togithub.com/nervosnetwork/ckb/issues/4011) **scripts:** `set_debug_printer` should updates generator's `debug_printer` ([@​mohanson](https://togithub.com/mohanson)) - [#​4012](https://togithub.com/nervosnetwork/ckb/issues/4012) **cli: (BREAKING)** `ckb init` creates config files even when an unsupported spec is specified. ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4015](https://togithub.com/nervosnetwork/ckb/issues/4015) Fix permanent difficulty mode reward ([@​zhangsoledad](https://togithub.com/zhangsoledad)) - [#​4030](https://togithub.com/nervosnetwork/ckb/issues/4030) Fix RUSTSEC-2023-0044 warning ([@​eval-exec](https://togithub.com/eval-exec)) - [#​4151](https://togithub.com/nervosnetwork/ckb/issues/4151): Add `derive(Hash)` to `ScriptHashType` ([@​eval-exec](https://togithub.com/eval-exec)) ### [`v0.110.2`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01102-2023-09-11) [Compare Source](https://togithub.com/nervosnetwork/ckb/compare/v0.110.1...v0.110.2) ##### Features - [#​4126](https://togithub.com/nervosnetwork/ckb/issues/4126): Notify dummy miner for new work ([@​quake](https://togithub.com/quake)) ##### Bug Fixes - [#​4133](https://togithub.com/nervosnetwork/ckb/issues/4133): Keep peer store address unique ([@​driftluo](https://togithub.com/driftluo)) ### [`v0.110.1`](https://togithub.com/nervosnetwork/ckb/blob/HEAD/CHANGELOG.md#v01101-2023-08-20) [Compare Source](https://togithub.com/nervosnetwork/ckb/compare/v0.110.0...v0.110.1) BREAKING: Light Client Protocol Softfork Activation in Mainnet | Field | Value | Note | | -------------------- | ----- | ----------------------- | | start | 8,282 | 2023/09/01 00:00:00 utc | | timeout | 8,552 | 8,282 + 270 | | min_activation_epoch | 8,648 | 2023/11/01 00:00:00 utc | | threshold | 80% | |

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 1 year ago

Pull Request Test Coverage Report for Build a1bcd1e051dfab5b30e1e3b048680f41dc621cec


Totals Coverage Status
Change from base Build 43ae79adf7e6e7f09392feab0797b484d6a62d70: 0.03%
Covered Lines: 3300
Relevant Lines: 6007

💛 - Coveralls
coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 0f172afead2df2ce9a017605adf33b3f73925fba-PR-1515


Totals Coverage Status
Change from base Build 43ae79adf7e6e7f09392feab0797b484d6a62d70: 0.02%
Covered Lines: 3299
Relevant Lines: 6007

💛 - Coveralls