-
Notifications
You must be signed in to change notification settings - Fork 232
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
Release v0.112.0 #4181
Comments
New changes since Oct 9th: Bug Fixes
Improvements
|
New changes in RC2
|
Breakchange notesWe introduce a huge code refactor on the Here are two points need to be noted:
The most important rule is
The replaced transaction will be removed from tx-pool and with the status Rejected. The RBF may replace a transaction in the status of |
Release rc3 for #4232 which reverts the default behavior introduced in #4181 (comment) |
@chenyukang Is this note up-to-dated after applying #4232 ? |
Use v0.112.1 since v0.112.0 has been used to publish crates and cannot be reverted. |
I update with add a note:
|
RC Date: 2023-10-16
Release Date: 2023-10-30
Features
generate_epochs
in theIntegrationTest
module #4128 rpc: Introduce the new methodgenerate_epochs
in theIntegrationTest
module (@EthanYuan)Bug Fixes
ckb-hash
dependsblake2b-ref
multiple times #4172: Fixckb-hash
dependsblake2b-ref
multiple times (@eval-exec)Improvements
rust-toolchain
from1.67.1
to1.71.1
#4146: Upgrade CKB'srust-toolchain
from1.67.1
to1.71.1
(@eval-exec)--cfg disable_faketime
fromRUSTFLAGS
#4160: Remove useless--cfg disable_faketime
fromRUSTFLAGS
(@eval-exec)non_owning_clone
method forChainController
andNetworkController
#4158: Remove uselessnon_owning_clone
method forChainController
andNetworkController
(@eval-exec)#[derive(Clone)]
fromSynchronizer
#4161: Remove#[derive(Clone)]
fromSynchronizer
(@eval-exec)SyncMessage
union items. #4113 (molecule): Remove deprecatedSyncMessage
union items. (@eval-exec)Consensus.dao_type_hash
'sOption
wrapper #4186: RemoveConsensus.dao_type_hash
'sOption
wrapper (@eval-exec)The text was updated successfully, but these errors were encountered: