synapseweb3 / forcerelay

Apache License 2.0
10 stars 8 forks source link

chore(deps): bump ckb-types from 0.106.0 to 0.110.1 #318

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ckb-types from 0.106.0 to 0.110.1.

Release notes

Sourced from ckb-types's releases.

ckb 0.110.1 (6052bc2 2023-08-20)

Highlights

BREAKING: Light Client Protocol Softfork Activation in Mainnet

Field Value Note
start 8,282 2023/09/01 00:00:00 utc
timeout 8,552 2023/10/15 00:00:00 utc
min_activation_epoch 8,648 2023/11/01 00:00:00 utc
threshold 80%

Note that a block's state never depends on its version, only on that of its ancestors. Changes in state can be obtained via the rpc https://github.com/nervosnetwork/ckb/tree/develop/rpc#method-get_deployments_info since field.

Compatibility 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
macOS ARM64 macOS 10.15 or above zip [PGP][macosa-pgp]
macOS (Portable) ARM64 macOS 10.15 or above [zip][macosa-p-zip] [PGP][macosa-p-pgp]
Linux x64 glibc, libstdc++ [tarball][linux-zip] [PGP][linux-pgp]
Linux (Portable) x64 glibc, libstdc++ [tarball][linux-p-zip] [PGP][linux-p-pgp]
CentOS x64 glibc, libstdc++ [tarball][centos-zip] [PGP][centos-pgp]
CentOS (Portable) x64 glibc, libstdc++ [tarball][centos-p-zip] [PGP][centos-p-pgp]
Windows x64 VC++ Redistributable [zip][windows-zip] [PGP][windows-pgp]
Linux ARM64 glibc, libstdc++ [tarball][arm-zip] [PGP][arm-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.

... (truncated)

Changelog

Sourced from ckb-types's changelog.

v0.110.1 (2023-08-20)

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 (2023-05-15)

Features

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

Bug Fixes

v0.109.0 (2023-04-19)

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

... (truncated)

Commits
  • 6052bc2 chore: CHANGELOG for v0.110.1
  • f9efa2a chore: bump to v0.110.1
  • 9899ff3 chore: bump to v0.110.1-rc2
  • ac390cd Fix hermit-abi yanked
  • 0501ce7 Fix RUSTSEC-2023-0044 warning
  • b25a378 fix: RUSTSEC-2021-0145 replace atty with is-terminal
  • 945e7ab Fix FeeOfMultipleMaxBlockProposalsLimit failed
  • a2a1dad Fix bats tests failed for rc version like ckb 0.111.0-rc6
  • ee3c9f8 chore: bump to v0.110.1-rc1
  • 45b10fe Merge pull request #4081 from nervosnetwork/zhangsoledad/lc-mainnet
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.