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

go-algorand v3.9.1-beta #4414

Merged
merged 5 commits into from
Aug 15, 2022
Merged

Commits on Aug 15, 2022

  1. download StateProofVotersLookback more amount of blocks if needed (al…

    …gorand#4392)
    
    A fast-caught up node should be able to be part of state proofs creation and must download all necessary blocks.
    Currently, if the state proof chain is lagging the node download lowestStateProofRound - stateproofInterval
    rounds back on fast catchup. This is not accurate since the balances comes from
    lowestStateProofRound - stateproofInterval - StateProofVotersLookback round.
    id-ms authored and onetechnical committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    8e4e9c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d21169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64eec6b View commit details
    Browse the repository at this point in the history
  4. Bump buildnumber.dat

    onetechnical committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    bd9addf View commit details
    Browse the repository at this point in the history
  5. tests: fix TestBasicCatchpointCatchup (algorand#4390)

    * After the protocol upgrade nodes required to have MaxTxnLife + DeeperBlockHeaderHistory
      blocks that violated the test's expectations.
    * Fixed a rare case when a block exists in a local ledger but peer's stat is still updated
      even if no communications were made.
    algorandskiy authored and onetechnical committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    4444b7c View commit details
    Browse the repository at this point in the history