ckb 0.109.0 (bd8937b 2023-04-19) #3943
doitian
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Changes
db-repair
subcommandget_deployments_info
andget_consensus
.get_fee_rate_statics
->get_fee_rate_statistics
Highlights
Compatibility Table
See how to connect to various chains in Wiki.
Downloads
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.108.1
Features
feat: Remove ckb db-repair subcommand #3927 cli: (BREAKING) Remove ckb db-repair subcommand (@zhangsoledad)
feat: deployment since #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
.feat: add exact search mode #3842: Add exact search mode (@quake)
feat: Add flatmemory feature for FlatMemory based machine types #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.feat: thread-safe vm #3752: Thread-safe vm (@zhangsoledad)
Bug Fixes
fix: rpc typo statics -> statistics #3924 rpc: (BREAKING) Fix rpc typo: statics -> statistics (@zhangsoledad)
The RPC method
get_fee_rate_statics
is deprecated, please useget_fee_rate_statistics
instead.fix: omission modification #3849: Omission modification (@driftluo)
fix transaction rebroadcast by resubmitting #3840: Fix transaction rebroadcast by resubmitting (@zhangsoledad)
fix: potentially tx-pool panic after detached #3886: Potentially tx-pool panic after detached (@zhangsoledad)
fix: resolve the bug of list-hashes subcmd #3892: Resolve the bug of
list-hashes
subcmd (@quake)fix tx-pool remove expired #3894: Fix tx-pool remove expired (@zhangsoledad)
Improvements
ScriptError::InvalidCodeHash
when code_hash can't be resolved (@eval-exec)This discussion was created from the release ckb 0.109.0 (bd8937b 2023-04-19).
Beta Was this translation helpful? Give feedback.
All reactions