ckb 0.42.0 (bb888fe 2021-05-26) #2730
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 version is compatible with v0.25.0 and above. However, it is recommended to upgrade the node, since we will only release security patches based on the latest release.
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.Changes since v0.41.0
Features
feat: make reuse port configurable #2633: Make reuse port configurable (@driftluo)
feat: remove deprecated rpc get_peers_state #2635: Remove deprecated rpc
get_peers_state
(@quake)feat: Fix download scheduler #2628: Fix download scheduler (@driftluo)
Bug Fixes
fix: the arc of timestamp in tx-pool controller become incorrect after clean #2620: The arc of timestamp in tx-pool controller become incorrect after clean (@yangby-cryptape)
readonly for migrate check #2629: Readonly for migrate check (@zhangsoledad)
Improvements
refactor: split contextual block verification to a new crate #2603: Split contextual block verification to a new crate (@quake)
This PR split contextual block verification to a new crate, eliminates verification crate dependency on
ckb_store
, and simplifies code:BlockMedianTimeContext
,HeaderResolverWrapper
andVerifierResolver
are removed.Introduce launcher #2613: Introduce launcher (@zhangsoledad)
This PR mainly simplified the launch code.
Rewrite tx-pool #2634: Rewrite tx-pool (@zhangsoledad)
The existing tx-pool code has many potential issues, the PR focus those issue fix.
Replace
get_cellbase_output_capacity_details
withget_block_economic_state
in test #2640: Replaceget_cellbase_output_capacity_details
withget_block_economic_state
in test (@keroro520)This discussion was created from the release v0.42.0.
Beta Was this translation helpful? Give feedback.
All reactions