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

config: update vFuture consensus and configuration for 5MB blocks #4273

Merged
merged 8 commits into from
Jul 28, 2022
Prev Previous commit
Next Next commit
remove obsoleted vFuture.AgreementFilterTimeoutPeriod0 = 4s
  • Loading branch information
cce committed Jul 20, 2022
commit c173c51ba0c138ce19370831d0a2d98bebfd548b
3 changes: 0 additions & 3 deletions config/consensus.go
Original file line number Diff line number Diff line change
@@ -1144,9 +1144,6 @@ func initConsensusProtocols() {
vFuture := v32
vFuture.ApprovedUpgrades = map[protocol.ConsensusVersion]uint64{}

// FilterTimeout for period 0 should take a new optimized, configured value, need to revisit this later
vFuture.AgreementFilterTimeoutPeriod0 = 4 * time.Second

// Make the accounts snapshot for round X at X-CatchpointLookback
vFuture.CatchpointLookback = 320