Skip to content
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

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

Open
wants to merge 1 commit into
base: godwoken-v1-mainnet-prod
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2024

This PR contains the following updates:

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

Warning

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


Release Notes

nervosnetwork/ckb (ckb-hash)

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
Collaborator

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