You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an RC version to preview the changes in the next release.
The version v0.100.0 will bring hard fork upgrades to CKB. These features will be enabled when starting a new dev chain, but they are disabled when running testnet and mainnet so it is still compatible with the current mainnet (Lina) and testnet (Aggron). However, it will introduce many breaking changes:
The field uncles_hash in header will be renamed to extra_hash for all JSON RPC methods.
The field hash_type has a new allowed value "data1" but it is only valid after hard fork activation.
This is an RC version to preview the changes in the next release.
The version v0.100.0 will bring hard fork upgrades to CKB. These features will be enabled when starting a new dev chain, but they are disabled when running testnet and mainnet so it is still compatible with the current mainnet (Lina) and testnet (Aggron). However, it will introduce many breaking changes:
uncles_hash
inheader
will be renamed toextra_hash
for all JSON RPC methods.hash_type
has a new allowed value "data1" but it is only valid after hard fork activation.OutputsValidator
in the JSON RPCsend_transaction
iswell_known_scripts_only
now. See feat: change defaultOutputsValidator
towell_known_scripts_only
#2821 for details.See nervosnetwork/rfcs#242 for an overview of all the hard fork features.
Changes since v0.100.0-rc2
Features
feat: dial bootnode randomly #2846: Dial bootnode randomly (@driftluo)
feat: better tips for "migrate" subcomamnd #2854: Better tips for "migrate" subcomamnd (@yangby-cryptape)
feat: remove old version peer from peer store on fork #2849: Remove old version peer from peer store on fork (@driftluo)
feat: add network protocol config #2641: Add network protocol config (@quake)
feat(hardfork): add a new field "hardfork_features" to the return of RPC method "get_consensus" #2879 hardfork: Add a new field "hardfork_features" to the return of RPC method "get_consensus" (@yangby-cryptape)
feat: upgrade hyper and ckb-vm #2913: Upgrade hyper, and ckb-vm (@driftluo)
feat: persistent tx-pool data into a file when it has been shutdown #2656: Persistent tx-pool data into a file when it has been shutdown (@quake)
feat: reduce cellbase maturity on staging spec #2921: Reduce cellbase maturity on staging spec (@keroro520)
feat: update ckb-vm to 0.20.0-rc4 #2963: Update ckb-vm to 0.20.0-rc4 (@mohanson)
ckb-vm 0.20.0-rc4 release note: https://github.com/nervosnetwork/ckb-vm/releases/tag/0.20.0-rc4
feat: update ckb-vm to 0.20.0-rc5 #3004: Update ckb-vm to 0.20.0-rc5 (@mohanson)
Contains a bug fix, see release notes below:
https://github.com/nervosnetwork/ckb-vm/releases/tag/0.20.0-rc5
Bug Fixes
last_txs_updated_at
in tx pool (@zhangsoledad)--network-peer-store
couldn't work #2950 reset-data: The argument--network-peer-store
couldn't work (@yangby-cryptape)Improvements
as_ref
#2841: Remove redudantas_ref
(@doitian)The text was updated successfully, but these errors were encountered: