alphanet: define consensus version vAlpha3#4305
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## feature/alphanet #4305 +/- ##
====================================================
- Coverage 55.13% 55.13% -0.01%
====================================================
Files 395 395
Lines 50131 50135 +4
====================================================
Hits 27642 27642
- Misses 20114 20119 +5
+ Partials 2375 2374 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. |
cce
added a commit
that referenced
this pull request
Aug 25, 2022
* add vAlpha1 consensus version * increase maxMessageLength to be greater than MaxTxnBytesPerBlock * set TxPoolSize 75K and 500ms ProposalAssemblyTime default * increase VerifiedTranscationsCacheSize to match TxPoolSize * Updated Alphanet topology to match betanet. * Added alphanet genesis.json file. * DevOps: Build Alphanet (#4132) * define vAlpha2 consensus parameters * If network is alphanet, then automatically adjust the DNS Bootstrap Id to "alphanet.algodev.network". * Updated algonet recipe genesis files to use a alpha1 protocol. * Updated algonet recipe genesis files to use a alpha2 protocol. * Fixing rpm package name * Distribute alphanet nodes to separate hosts. * Changed machine type from m5d.4xl to d5d.4xl. * Set genesis fee sync. * Added c5d.4xlarge to host templates file. * Updated recipe for algonet. * Increated alphanet NPN nodes from 4 to 8. * Increated alphanet NPN nodes from 8 to 10. * Recipe for alphanet network extension. * update VerifiedTranscationsCacheSize to 150k * define consensus version vAlpha3 (#4305) * Removed extra Relay nodes. * set txBacklogSize to 26000 * add alpha3 and alpha4 consensus versions, same as v33 and v34 * set genesis.json back to vFuture for non-alphanet recipes * set genesis.json to alpha4 for alphanet recipes * extend TestConsensusUpgrades to ensure official version names * TestConsensusUpgrades: additionally assert if final upgrade is a bad name Co-authored-by: John Lee <john.lee@algorand.com> Co-authored-by: egieseke <eric_gieseke@yahoo.com> Co-authored-by: Jack Smith <jack.smith@algorand.com> Co-authored-by: Jack <87339414+algojack@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This defines vAlpha3, which sets the period 0 filter timeout to 3.4s.