-
Notifications
You must be signed in to change notification settings - Fork 471
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
go-algorand v3.9.2-beta #4462
go-algorand v3.9.2-beta #4462
Conversation
* Catchpoints only have minimal data, and online accounts/txtail derive it by applying catchpoint * Deriving code is reused from DB schema migration but the migration only assumed MaxTxnLife worth of block history * In fact, it needs to restore MaxTxnLife + DeeperBlockHeaderHistory when used as part of catchpoint apply code path
v33.ApprovedUpgrades[protocol.ConsensusV35] = 10000 | ||
v34.ApprovedUpgrades[protocol.ConsensusV35] = 10000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both going to the same next version seems ok, I guess? It might cause some trouble in one of my testing functions - but I suppose that's fixable if it happens.
Tests: Remove using unreleased semicolon support in AVM test
* replaying transactions after catchpoint requires 1001 blocks from the very first replayed block
* Ensure blk opcode can be replayed after restart * Fix e2e fast catchup tests
Codecov Report
@@ Coverage Diff @@
## rel/beta #4462 +/- ##
============================================
+ Coverage 55.60% 55.61% +0.01%
============================================
Files 403 403
Lines 50807 50820 +13
============================================
+ Hits 28251 28265 +14
+ Misses 20161 20159 -2
- Partials 2395 2396 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This release requires a protocol upgrade.
This release contains a consensus protocol upgrade, which implements the following spec: https://github.com/algorandfoundation/specs/tree/433d8e9a7274b6fca703d91213e05c7e6a589e69
Overview
Miscellaneous fixes to catchup and state proof totals calculation.
Changelog
Bug Fixes
Additional Resources