-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support for CKB v0.111.0 (CKB 2023) #525
Comments
Considering that there are users who install and use Lumos via
git submodule add --branch ckb2023 https://github.com/ckb-js/lumos.git
{
"workspaces": [
"./lumos",
"./lumos/packages/*"
]
}
cd lumos
# pnpm is required
pnpm install
pnpm run build |
The
|
nervosnetwork/ckb-light-client#149 the CI seems broken by the light client because of the unsupported chain spec |
The CKB 0.111.0 has been released |
We can find the integration of |
Intro
@ckb-lumos/lumos
is working on with CKB2023 integration, for more details, please check #527.If you're trying to work with CKB2023, you can simplify installing lumos by
or replace it in your
package.json
Changes
CKB2023: BREAKING CHANGE,hardfork_features
inConsensus
hash_type
data2
is introduced for VM version 2threshold
(a ratio value) of RFC43(softfork activation) is changed from number toHexString
only_committed
param forget_transaction
data2
should be0b00000100
instead of0b00000011
#551Reference
The text was updated successfully, but these errors were encountered: