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
We are also taking advantage of the scheduled Hardfork to introduce a rule change involving the output_root committed to in each block header. See mimblewimble/grin-rfcs#29 [TODO - replace this with link to accepted RFC once merged]. The new output_root semantics will allow partial validation of the output set, opening up several options to improve the performance and robustness of the initial "fast sync". These changes activate alongside the Cuckaroom changes at height 524160.
A new "Logs" screen has been added to the TUI that shows realtime log output. The "Peers" screen is now a lot more usable as the refresh no longer resets the selected row and column. We also display the kernel count alongside the transaction count on the "Basic Status" screen, to give an indication of the amount of transaction aggregation occurring currently. Various fixes and improvements have also been made to the TUI improving both stability and usability.
**Consensus Breaking** Changes (HF2)
The Hardfork (HF2) introduces the planned CuckarooM29 PoW changes. See https://www.grin-forum.org/t/next-pow-cuckaroom-unveiled-at-grincon1/6605 for details on the changes involved. This will activate at block height 524160, determined by the pre-planned 6 month hardfork schedule.
We are also taking advantage of the scheduled Hardfork to introduce a rule change involving the
output_root
committed to in each block header. See mimblewimble/grin-rfcs#29 [TODO - replace this with link to accepted RFC once merged]. The newoutput_root
semantics will allow partial validation of the output set, opening up several options to improve the performance and robustness of the initial "fast sync". These changes activate alongside the Cuckaroom changes at height 524160.TUI Related Changes/Fixes
A new "Logs" screen has been added to the TUI that shows realtime log output. The "Peers" screen is now a lot more usable as the refresh no longer resets the selected row and column. We also display the kernel count alongside the transaction count on the "Basic Status" screen, to give an indication of the amount of transaction aggregation occurring currently. Various fixes and improvements have also been made to the TUI improving both stability and usability.
API Related Changes
See https://github.com/mimblewimble/grin-rfcs/blob/master/text/0007-node-api-v2.md for details on the new v2 API. #3103 also provides a way to retrieve output for a given block height range, used by grin-wallet during the wallet update process.
P2P/Network
Fast Sync
Block Processing & Backend Storage
Misc.
The text was updated successfully, but these errors were encountered: