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.118.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.118.0

Warning

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


Release Notes

nervosnetwork/ckb (ckb-hash)

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