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-types to 0.120.0 #29

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 31, 2024

This PR contains the following updates:

Package Type Update Change
ckb-types dependencies minor 0.113.0 -> 0.120.0

Release Notes

nervosnetwork/ckb (ckb-types)

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

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.


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

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

@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.113.1 fix(deps): update rust crate ckb-types to 0.114.0 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from cdfdd3b to 90a2434 Compare February 29, 2024 10:07
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.114.0 fix(deps): update rust crate ckb-types to 0.115.0 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from 90a2434 to 7b0b00e Compare April 1, 2024 02:04
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from 7b0b00e to dce774e Compare May 6, 2024 04:10
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.115.0 fix(deps): update rust crate ckb-types to 0.116.0 May 6, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from dce774e to ee121af Compare May 7, 2024 03:39
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.116.0 fix(deps): update rust crate ckb-types to 0.115.0 May 7, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from ee121af to 0872315 Compare May 11, 2024 05:24
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.115.0 fix(deps): update rust crate ckb-types to 0.116.0 May 11, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from 0872315 to 33c7f0c Compare July 29, 2024 03:02
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.116.0 fix(deps): update rust crate ckb-types to 0.117.0 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from 33c7f0c to 9ab3045 Compare September 18, 2024 04:57
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.117.0 fix(deps): update rust crate ckb-types to 0.118.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from 9ab3045 to 9079d88 Compare October 25, 2024 06:51
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.118.0 fix(deps): update rust crate ckb-types to 0.119.0 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/ckb-types-0.x branch from 9079d88 to 53532b7 Compare December 11, 2024 05:32
@renovate renovate bot changed the title fix(deps): update rust crate ckb-types to 0.119.0 fix(deps): update rust crate ckb-types 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.

0 participants