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-jsonrpc-types to >=0.115.0 - autoclosed #51

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ckb-jsonrpc-types dependencies minor >=0.104.0 -> >=0.115.0

Release Notes

nervosnetwork/ckb (ckb-jsonrpc-types)

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

v0.112.1

Features
Bug Fixes
Improvements

v0.111.0

Compare Source

Features
Improvements
Bug Fixes

v0.110.2

Compare Source

Features
Bug Fixes

v0.110.1

Compare Source

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%

v0.110.0

Compare Source

Features
  • #​3949 rpc: (BREAKING) Add time_added_to_pool field for ChainRpcImpl::get_transaction (@​eval-exec)
Bug Fixes

v0.109.0

Compare Source

Features
  • #​3927 cli: (BREAKING) Remove ckb db-repair subcommand (@​zhangsoledad)

  • #​3772 rpc: (BREAKING) Add soft-fork deployment since info in RPC (@​zhangsoledad)

    The response schema has changed in the RPC get_deployments_info and get_consensus.

  • #​3842: Add exact search mode (@​quake)

  • #​3859: Add flatmemory feature for FlatMemory based machine types (@​xxuejie)

    This change adds a new flatmemory feature to ckb-script, which will use FlatMemory as the memory type for
    CoreMachine/CoreMachineType. While this is not gonna be used in CKB, a FlatMemory will be quite useful in the development of surrounding tools, including ckb-debugger. Note that one option is that a debugger could maintain its own ckb-script package, but considering the fact that the change here is rather small, I would suggest we include this here feature in CKB.

  • #​3752: Thread-safe vm (@​zhangsoledad)

Bug Fixes
Improvements

v0.108.1

Compare Source

Bug Fixes
Misc

v0.108.0

Compare Source

Features
Bug Fixes
Improvements

v0.107.0

Compare Source

Features
Bug Fixes
Improvements

v0.106.0

Compare Source

Features
Bug Fixes
Misc

v0.105.1

Compare Source

Features

v0.105.0

Compare Source

Features
Bug Fixes

v0.104.1: ckb 0.104.1 (f93b498 2022-09-07)

Compare Source

Compatability Table

Network Consensus Version Minimal CKB Version
dev ckb2021 since epoch 0
testnet ckb2021 since epoch 3113 v0.101.0
mainnet ckb2021 since epoch 5414 v0.103.0

See how to connect to various chains in Wiki.

Downloads
OS Arch Runtime Dependencies Package Sign
macOS x64 macOS 10.15 or above zip PGP
macOS (Portable) x64 macOS 10.15 or above zip PGP
Linux x64 glibc, libstdc++ tarball PGP
Linux (Portable) x64 glibc, libstdc++ tarball PGP
CentOS x64 glibc, libstdc++ tarball PGP
CentOS (Portable) x64 glibc, libstdc++ tarball PGP
Windows x64 VC++ Redistributable zip PGP
Linux ARM64 glibc, libstdc++ tarball PGP
Docker dockerhub

The .asc files are signatures. It is wise and more secure to check out for the files integrity.

Try the portable variants if the binaries complains about illegal instructions.

Changes since v0.104.0
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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from 0182f55 to f6e4d89 Compare October 25, 2022 04:17
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.104.1 fix(deps): update rust crate ckb-jsonrpc-types to >=0.105.0 Oct 25, 2022
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from f6e4d89 to 72eab1d Compare October 31, 2022 03:53
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.105.0 fix(deps): update rust crate ckb-jsonrpc-types to >=0.105.1 Oct 31, 2022
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from 72eab1d to fd54bc2 Compare March 17, 2023 14:06
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.105.1 fix(deps): update rust crate ckb-jsonrpc-types to >=0.108.0 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from fd54bc2 to fa408c7 Compare April 17, 2023 10:23
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.108.0 fix(deps): update rust crate ckb-jsonrpc-types to >=0.108.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from fa408c7 to 2ce613c Compare May 28, 2023 09:19
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.108.1 fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from 2ce613c to 13960ba Compare August 20, 2023 04:12
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.0 fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.1 Aug 20, 2023
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from 13960ba to e15eb7d Compare September 11, 2023 11:13
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.1 fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.2 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from e15eb7d to d29daac Compare September 14, 2023 08:27
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.110.2 fix(deps): update rust crate ckb-jsonrpc-types to >=0.111.0 Sep 14, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Sep 14, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
    Updating git repository `https://github.com/nervina-labs/cota-smt`
From https://github.com/nervina-labs/cota-smt
 * [new ref]         d4491021491c5eabd1c0a4c435f5009c8126254d -> refs/commit/d4491021491c5eabd1c0a4c435f5009c8126254d
 * [new tag]         0.1.0      -> 0.1.0
 * [new tag]         0.0.1      -> 0.0.1
error: failed to select a version for `molecule`.
    ... required by package `ckb-types v0.115.0`
    ... which satisfies dependency `ckb-types = "=0.115.0"` of package `ckb-jsonrpc-types v0.115.0`
    ... which satisfies dependency `ckb-jsonrpc-types = ">=0.115.0"` of package `cota-registry-aggregator v0.6.1 (/tmp/renovate/repos/github/nervina-labs/cota-registry-aggregator)`
versions that meet the requirements `=0.7.5` are: 0.7.5

all possible versions conflict with previously selected packages.

  previously selected package `molecule v0.7.3`
    ... which satisfies dependency `molecule = "=0.7.3"` of package `ckb-types v0.104.0`
    ... which satisfies dependency `ckb-types = "=0.104.0"` of package `cota-registry-aggregator v0.6.1 (/tmp/renovate/repos/github/nervina-labs/cota-registry-aggregator)`

failed to select a version for `molecule` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from d29daac to 93ad32a Compare November 14, 2023 04:11
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.111.0 fix(deps): update rust crate ckb-jsonrpc-types to >=0.112.0 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from 93ad32a to 2ee08c3 Compare November 21, 2023 08:01
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.112.0 fix(deps): update rust crate ckb-jsonrpc-types to >=0.112.1 Nov 21, 2023
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.112.1 fix(deps): update rust crate ckb-jsonrpc-types to >=0.113.0 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from 2ee08c3 to 4091ebf Compare January 31, 2024 10:44
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.113.0 fix(deps): update rust crate ckb-jsonrpc-types to >=0.113.1 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/ckb-jsonrpc-types-0.x branch from 4091ebf to b0cba83 Compare April 2, 2024 23:29
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.113.1 fix(deps): update rust crate ckb-jsonrpc-types to >=0.115.0 Apr 2, 2024
@renovate renovate bot changed the title fix(deps): update rust crate ckb-jsonrpc-types to >=0.115.0 fix(deps): update rust crate ckb-jsonrpc-types to >=0.115.0 - autoclosed May 5, 2024
@renovate renovate bot closed this May 5, 2024
@renovate renovate bot deleted the renovate/ckb-jsonrpc-types-0.x branch May 5, 2024 11:11
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