Skip to content
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

alphanet: define vAlpha2 consensus parameters #4230

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

cce
Copy link
Contributor

@cce cce commented Jul 6, 2022

Summary

This defines a vAlpha2 consensus protocol, with 3.5s filter timeout and 5MiB block size.

@cce cce added the Enhancement label Jul 6, 2022
@cce cce requested review from onetechnical and egieseke July 6, 2022 17:50
@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #4230 (8e710ef) into feature/alphanet (15cdcea) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

@@                 Coverage Diff                  @@
##           feature/alphanet    #4230      +/-   ##
====================================================
- Coverage             54.63%   54.58%   -0.05%     
====================================================
  Files                   391      391              
  Lines                 48790    48796       +6     
====================================================
- Hits                  26654    26635      -19     
- Misses                19910    19936      +26     
+ Partials               2226     2225       -1     
Impacted Files Coverage Δ
protocol/consensus.go 0.00% <ø> (ø)
config/consensus.go 86.09% <100.00%> (+0.25%) ⬆️
network/wsPeer.go 68.21% <0.00%> (-2.20%) ⬇️
crypto/merkletrie/trie.go 66.42% <0.00%> (-2.19%) ⬇️
agreement/cryptoVerifier.go 67.60% <0.00%> (-2.12%) ⬇️
agreement/proposalManager.go 96.07% <0.00%> (-1.97%) ⬇️
node/node.go 22.38% <0.00%> (-1.94%) ⬇️
crypto/merkletrie/node.go 91.62% <0.00%> (-1.87%) ⬇️
ledger/acctupdates.go 69.43% <0.00%> (+0.65%) ⬆️
data/transactions/verify/txn.go 44.88% <0.00%> (+0.88%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 15cdcea...8e710ef. Read the comment docs.

Copy link
Contributor

@egieseke egieseke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@egieseke egieseke merged commit fa26cd4 into algorand:feature/alphanet Jul 7, 2022
@cce cce deleted the alphanet-v2 branch July 7, 2022 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants