Skip to content

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

Open
renovate[bot] wants to merge 1 commit intogodwoken-v1-mainnet-prodfrom
renovate/ckb-hash-0.x
Open

fix(deps): update rust crate ckb-hash to 0.203.0#1580
renovate[bot] wants to merge 1 commit intogodwoken-v1-mainnet-prodfrom
renovate/ckb-hash-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 9, 2024

This PR contains the following updates:

Package Type Update Change
ckb-hash dependencies minor 0.112.10.203.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nervosnetwork/ckb (ckb-hash)

v0.203.0

Compare Source

Features
Bug Fixes
Improvements
  • #​4970: Set strum default-features to false (@​eval-exec)

  • #​4946: Rich-indexer: keep rocksdb SecondaryDB sync before read (@​eval-exec)

  • #​4972: Limit the size of filters field in message BlockFilters in GetBlockFiltersProcess (@​Officeyutong)

    This PR limits size of filters field to 1.8MB, to avoid the frame sended by tentacle being too large (reaches 2MB) causing full CKB nodes disconnects light-client nodes

v0.202.0

Compare Source

Features

v0.201.0

Compare Source

Bug Fixes
  • #​4825: Fix make wasm build failed by error[E0521]: borrowed data escapes outside of closure (@​eval-exec)
Improvements

v0.200.0

Compare Source

Features
Improvements

v0.121.0

Compare Source

Improvements

v0.120.0

Compare Source

Features
Bug Fixes
Improvements

v0.119.0

Compare 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
Improvements

v0.118.0

Compare 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:

    1. Asynchronous Operations: The Synchronizer sliding window movement is now decoupled from the block verification process in the ChainService, allowing asynchronous handling. This improves the efficiency of block requests and verification.
    2. Changes to sync_state RPC:
      • Added tip_hash and tip_number to represent the current chain tip.
      • Added unverified_tip_hash and unverified_tip_number to track the latest received but not yet verified blocks.
      • Removed the orphan_blocks_size field.
    3. Log Format Update: The format of CKB logs has been updated, specifically changing the prefix and content of log entries to provide clearer and more structured information.

    These updates lead to a more efficient synchronization process, reducing the overall time
    required for IBD. Note that removing the orphan_blocks_size field constitutes a BREAKING CHANGE
    in the sync_state RPC.

  • #​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)

    1. Use a job queue for pending transactions waiting for verifying
    2. Multiple workers trigger the verification process by picking task from queue
    3. Verification is changed to async style
    4. Use channel to resume/suspend vm
    5. No snapshot from VM machines
    6. No Suspend state from cache
    7. All transactions from remote peer will be added into queue
Bug Fixes
Improvements

v0.117.0

Compare Source

v0.116.1

Features
  • #​4433: Add 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

v0.115.0

Compare Source

Features
Bug Fixes
Improvements

v0.114.0

Compare Source

Features
Bug Fixes

v0.113.1

Compare Source

Bug Fixes

v0.113.0

Compare Source

Features
Bug Fixes
Improvements

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link
Copy Markdown

coveralls commented Jan 9, 2024

Pull Request Test Coverage Report for Build 0014fd7627116c5eac7a0b5162f0297d4c5ed05f

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage remained the same at 55.042%

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

💛 - Coveralls

@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 26759f0 to 57de10f Compare January 31, 2024 09:59
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.113.0 fix(deps): update rust crate ckb-hash to 0.113.1 Jan 31, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 57de10f to 298cfe2 Compare February 18, 2024 03:55
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.113.1 fix(deps): update rust crate ckb-hash to 0.114.0 Feb 29, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 298cfe2 to 2d1697f Compare February 29, 2024 10:16
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 2d1697f to 466d25b Compare March 21, 2024 04:27
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 466d25b to 0014fd7 Compare April 1, 2024 01:41
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.114.0 fix(deps): update rust crate ckb-hash to 0.115.0 Apr 1, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 0014fd7 to 06c8d1c Compare May 6, 2024 03:19
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.115.0 fix(deps): update rust crate ckb-hash to 0.116.0 May 6, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 06c8d1c to a8413c0 Compare May 7, 2024 05:13
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.116.0 fix(deps): update rust crate ckb-hash to 0.115.0 May 7, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from a8413c0 to 97dade5 Compare May 11, 2024 04:44
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.115.0 fix(deps): update rust crate ckb-hash to 0.116.0 May 11, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 97dade5 to 26c61a8 Compare July 29, 2024 03:11
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.116.0 fix(deps): update rust crate ckb-hash to 0.117.0 Jul 29, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 26c61a8 to 58dc701 Compare September 18, 2024 04:02
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.117.0 fix(deps): update rust crate ckb-hash to 0.118.0 Sep 18, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 58dc701 to eac2d33 Compare October 25, 2024 09:19
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.118.0 fix(deps): update rust crate ckb-hash to 0.119.0 Oct 25, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from eac2d33 to fb7bc6b Compare December 11, 2024 03:24
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.119.0 fix(deps): update rust crate ckb-hash to 0.120.0 Dec 11, 2024
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from fb7bc6b to 59bf0fe Compare January 22, 2025 05:08
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.120.0 fix(deps): update rust crate ckb-hash to 0.121.0 Jan 22, 2025
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 59bf0fe to 5e4e557 Compare March 5, 2025 05:44
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.121.0 fix(deps): update rust crate ckb-hash to 0.200.0 Mar 5, 2025
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 5e4e557 to eae797f Compare April 2, 2025 06:09
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.200.0 fix(deps): update rust crate ckb-hash to 0.201.0 Apr 2, 2025
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from eae797f to 2c07e32 Compare April 22, 2025 09:28
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch 2 times, most recently from 36a80be to 0e0827a Compare April 23, 2025 01:47
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 0e0827a to 6ccb769 Compare June 11, 2025 06:41
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.201.0 fix(deps): update rust crate ckb-hash to 0.202.0 Jun 11, 2025
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from 6ccb769 to e80a5be Compare September 25, 2025 19:05
@renovate renovate Bot force-pushed the renovate/ckb-hash-0.x branch from e80a5be to 25c7d2e Compare October 22, 2025 11:48
@renovate renovate Bot changed the title fix(deps): update rust crate ckb-hash to 0.202.0 fix(deps): update rust crate ckb-hash to 0.203.0 Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant