ckb 0.109.0-rc1 (7271a90 2023-04-07) #3923
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
-
This is an RC version to preview the changes in the next release.
Compatibility Table
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: 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
list-hashes
subcmd (@quake)Improvements
ScriptError::InvalidCodeHash
when code_hash can't be resolved (@eval-exec)This discussion was created from the release ckb 0.109.0-rc1 (7271a90 2023-04-07).
Beta Was this translation helpful? Give feedback.
All reactions