-
Notifications
You must be signed in to change notification settings - Fork 2
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 v0.121.0 #107
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/ckb-jsonrpc-types-0.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15bac99
to
ed1dd43
Compare
ed1dd43
to
aef9429
Compare
aef9429
to
c1c80b0
Compare
c1c80b0
to
a904d81
Compare
a904d81
to
73a406c
Compare
73a406c
to
e71463f
Compare
e71463f
to
3c18beb
Compare
3c18beb
to
fb0a687
Compare
fb0a687
to
29d5f8a
Compare
29d5f8a
to
be0fb4f
Compare
be0fb4f
to
557f1a5
Compare
557f1a5
to
8ecd0a9
Compare
8ecd0a9
to
f4dee96
Compare
f4dee96
to
6c5e0b5
Compare
6c5e0b5
to
43c5f10
Compare
43c5f10
to
66d3b2e
Compare
e02daab
to
82af2c9
Compare
82af2c9
to
baf7bbc
Compare
baf7bbc
to
d0de373
Compare
d0de373
to
a615961
Compare
a615961
to
8767be2
Compare
8767be2
to
0a6a8d5
Compare
0a6a8d5
to
08db437
Compare
08db437
to
3bab403
Compare
3bab403
to
3f10965
Compare
|
3f10965
to
02f9630
Compare
02f9630
to
e9d63f4
Compare
e9d63f4
to
65867e1
Compare
65867e1
to
7d3679e
Compare
7d3679e
to
116463b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
=0.108.0
->=0.121.0
Release Notes
nervosnetwork/ckb (ckb-jsonrpc-types)
v0.121.0
: ckb 0.121.0 (45e4c67 2025-01-22)Compare Source
Highlights
This update brings several enhancements aimed at improving the performance and usability of the network.
Compatibility Table
See how to connect to various chains in Wiki.
Default assume valid target
Downloads
Deprecation Notice: CentOS has reached its EOL, we will stop providing CentOS binaries in the future. Please use other platforms or build from source.
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.120.0
Compare changes in GitHub
Improvements
path
as database name in wasm peer-store implementation (@Officeyutong)CONTRIBUTING.md
(@NotNotARobot)assume_valid_target
to an array. (@eval-exec)v0.120.0
Compare Source
Features
#4477: (experimental) optional fee estimator with different algorithms (@yangby-cryptape)
#4683: Small WASM support (@driftluo)
#4729: Default listen on ws port (@driftluo)
#4741: Let old config node open ws listen by default (@driftluo)
This is a breaking change to the config.
Bug Fixes
Improvements
#4694: Support LZ4 rocksdb compression type (@eval-exec)
#4700: Generate
default.db-options
file if it not exist (@eval-exec)#4702: Don't ban remote peer when VM receives Ctrl-C signal while processing
chunk_tx
(@eval-exec)#4728: Remove anyhow's backtrace from RPC response (@eval-exec)
This is a breaking change to RPC where the error messages have changed.
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
inherited_fds
in root process (@zhangsoledad)Improvements
get_fee_rate_statistics
should awareblock_ext.txs_sizes
length isblock_ext.txs_fees
length + 1 (@eval-exec)get_cells
in rich-indexer (@EthanYuan)OrphanPool
(@eval-exec)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:
tip_hash
andtip_number
to represent the current chain tip.unverified_tip_hash
andunverified_tip_number
to track the latest received but not yet verified blocks.orphan_blocks_size
field.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 CHANGEin 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)
async
styleSuspend
state from cacheBug Fixes
#4562: Fix sync relayer collaboration (@driftluo)
#4576: Add limit to get cells (@driftluo)
This is a breaking change to RPC. The RPC to get cells may fail when exceeding the limit.
#4612: Verify worker exit when
signal_exit
is cancelled (@chenyukang)Improvements
#4529: Add jsonrpc batch request limit (@chenyukang)
#4583: Add
tx_index
toTxStatus
forget_transaction
RPC (@eval-exec)This is a breaking change to the RPC.
#4591:
VerifyQueue
: re_notify other Worker whenOnlySmallCycleTx
received a large cycle tx (@eval-exec)v0.117.0
Compare Source
v0.116.1
Features
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
assume_valid_target
to Reduce the Timecost of Block Synchronization in IBD mode (@eval-exec)process_block
channel size to zero (@eval-exec)tokio-trace
feature fortokio-console
debug tool (@eval-exec)v0.115.0
Compare Source
Features
Bug Fixes
track_entry_statics
(@chenyukang)Improvements
blocks/txs
fromckb-chain
tockb-test-chain-utils
(@eval-exec)OpenRPC
generator and useJsonSchema
to update rpc/readme (@chenyukang)IndexerService::apply_init_tip
should stop after received exit signal. (@eval-exec)is_cancelled()
to check if ckb received Ctrl-C signal (@eval-exec)1.75.0
(@eval-exec)v0.114.0
Compare Source
Features
--include-background
to include background migrations in migrate subcommand (@chenyukang)Bug Fixes
v0.113.1
Compare Source
Bug Fixes
MAX_ANCESTORS_COUNT
(@chenyukang)v0.113.0
Compare Source
Features
SendBlocksProof
message to support ckb2023 (@quake)Bug Fixes
#4192: Incorrect and inadequate checks of sync message (@yangby-cryptape)
#4199: Fix orphan pool for long pending tx issues (@chenyukang)
#4221: Fix typos (@xiaolou86)
#4218: Fix VM version select (@driftluo)
This is a breaking change: b:consensus
#4255: No chain_root in 1st block of the MMR activated epoch (@yangby-cryptape)
#4258: Fix concurrency issue for RBF (@chenyukang)
#4270: Resolve empty filter related message bug (@quake)
Improvements
#4191: Tuning rocksdb bloom filter (@quake)
#4203: Persistence softfork cache (@zhangsoledad)
#4235: Move
util/launcher/src/migrate.rs
to an independent crate (@eval-exec)#4236: Break
ckb-launcher
andckb-chain
's cycle dependency by movingSharedPackage
andSharedBuilder
fromckb-launcher
tockb-shared
(@eval-exec)#4170: Use jsonrpc-utils to replace jsonrpc (@chenyukang)
This is a breaking change: b:rpc
#4256: Add aarch64 docker image for ckb (@chenyukang)
#4288:
get_pool_tx_detail_info
: Changescore_sortkey
's type fromString
tostruct AncestorsScoreSortKey
This is a breaking change: b:rpc
v0.112.1
Features
generate_epochs
in theIntegrationTest
module (@EthanYuan)Bug Fixes
ckb-hash
dependsblake2b-ref
multiple times (@eval-exec)Improvements
rust-toolchain
from1.67.1
to1.71.1
(@eval-exec)--cfg disable_faketime
fromRUSTFLAGS
(@eval-exec)non_owning_clone
method forChainController
andNetworkController
(@eval-exec)#[derive(Clone)]
fromSynchronizer
(@eval-exec)SyncMessage
union items. (@eval-exec)Consensus.dao_type_hash
'sOption
wrapper (@eval-exec)v0.111.0
Compare Source
Features
only_committed
param forget_transaction
(@eval-exec)jsonrpc::Ratio
as the type ofthreshold
field forDeploymentsInfo
andDeployment
(@eval-exec)ckb-hash
supportno-std
(@yangby-cryptape)epoch_duration_target
now affects epoch length inDummy
mode (@eval-exec)Improvements
PeerStore::load_from_dir_or_default
timecost (@eval-exec)RelayV3
's message name for metrics service (@eval-exec)Bug Fixes
set_debug_printer
should updates generator'sdebug_printer
(@mohanson)ckb init
creates config files even when an unsupported spec is specified. (@eval-exec)derive(Hash)
toScriptHashType
(@eval-exec)v0.110.2
Compare Source
Features
Bug Fixes
v0.110.1
Compare Source
BREAKING: Light Client Protocol Softfork Activation in Mainnet
v0.110.0
Compare Source
Features
time_added_to_pool
field forChainRpcImpl::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
andget_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 useFlatMemory
as the memory type forCoreMachine
/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
#3924 rpc: (BREAKING) Fix rpc typo: statics -> statistics (@zhangsoledad)
The RPC method
get_fee_rate_statics
is deprecated, please useget_fee_rate_statistics
instead.#3849: Omission modification (@driftluo)
#3840: Fix transaction rebroadcast by resubmitting (@zhangsoledad)
#3886: Potentially tx-pool panic after detached (@zhangsoledad)
#3892: Resolve the bug of
list-hashes
subcmd (@quake)#3894: Fix tx-pool remove expired (@zhangsoledad)
Improvements
ScriptError::InvalidCodeHash
when code_hash can't be resolved (@eval-exec)v0.108.1
Compare Source
Bug Fixes
Misc
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.
This PR was generated by Mend Renovate. View the repository job log.