CODE_COLOR: CODE_GREEN_TESTNET
RELEASE_VERSION: 2.7.0-rc.2
PROTOCOL_UPGRADE: FALSE
DATABASE_UPGRADE: FALSE
SECURITY_UPGRADE: FALSE
Protocol Changes
- Fix an unintended change introduced in
2.7.0-rc.1
that removedStateChangeCause
enum variant from the middle. Nodes with2.7.0-rc.1
are not able to answer state changes queries for old data if state changes includeBandwidthSchedulerStateUpdate
. (#13835)
Non-protocol Changes
- Fix a performance issue which sometimes caused nodes started from empty state (synchronized using epoch sync, not from a snapshot) to experience heavy CPU usage when serving header sync requests. (#13814)
Protocol upgrade voting
No protocol upgrade scheduled.