v22.7.0 Released #1468
antonydenyer
announced in
Announcements
Replies: 1 comment 2 replies
-
Where can I find upgrade guidelines from 2.6.0 to 22.7.0? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🎉 Enhancements 🎉
Support Empty Blocks in QBFT
You can configure your QBFT network to not produce blocks when you have no transactions, saving on disk space. Documentation available https://consensys.net/docs/goquorum/en/latest/configure-and-manage/configure/consensus-protocols/qbft/#configure-empty-block-period
Re-enable gas
GoQuorum now supports gas - this is so you can make your networks public facing whilst mitigating the risk of a denial of service attack. Documentation available https://consensys.net/docs/goquorum/en/latest/concepts/gas-enabled-network/
Transitions
Further enhancements have been made to transitions config to make it easier to manage and change your network over time. You can now manipulate the following configurations at any block height using transitions:
Note that you can enable and disable features, where as with previous release you could only enable a feature at a block height.
Fixes
5738fb515a0b41a2f115caa66d0610bfd5496e28fb09a8ed186c379e4f0ccc9a
22c7237932294b9ec21920d09a348fd02bee999b9c1124663c7608ae41540bb6
This discussion was created from the release v22.7.0.
Beta Was this translation helpful? Give feedback.
All reactions