We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PoolRpc::test_tx_pool_accept
[Breaking Change] Fix default ckb.toml's [notifier] to [notify] #4405: Fix default ckb.toml's [notifier] to [notify] (@eval-exec)
ckb.toml
[notifier]
[notify]
This is a breaking change in the config file format.
assume_valid_target
process_block
tokio-trace
tokio-console
The text was updated successfully, but these errors were encountered:
https://github.com/nervosnetwork/ckb/releases/tag/v0.116.0-rc1
Sorry, something went wrong.
RC2 todo list:
Change release date to 2024-05-06
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
doitian
No branches or pull requests
Changes since v0.115.0
Features
PoolRpc::test_tx_pool_accept
, check if the transaction can be accepted by TxPool #4433: AddPoolRpc::test_tx_pool_accept
, check if the transaction can be accepted by TxPool (@eval-exec)Bug Fixes
[Breaking Change] Fix default
ckb.toml
's[notifier]
to[notify]
#4405: Fix defaultckb.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 #4254: Hardcoding a Defaultassume_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 #4417: Addtokio-trace
feature fortokio-console
debug tool (@eval-exec)The text was updated successfully, but these errors were encountered: