-
Notifications
You must be signed in to change notification settings - Fork 474
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 3.10.0-beta Release PR #4565
Merged
algojohnlee
merged 94 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.10.0
Sep 20, 2022
Merged
go-algorand 3.10.0-beta Release PR #4565
algojohnlee
merged 94 commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.10.0
Sep 20, 2022
Conversation
This file contains 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
…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.
Allow semicolons to separate "statements" in TEAL. Co-authored-by: John Jannotti <jannotti@gmail.com>
* 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.
…4397) * Remove mac_amd64 from our default triggered builds. * Remove mc_amd64 from test verification job.
* Some minor TEAL doc update
* Ensure manager account is funded before running any operations on it * Shave 2 minutes from TestAssetCreateWaitBalLookbackDelete by introducing faster rounds on a custom proto that is already in place
…ning (algorand#4421) * Ensure all expect tests run by avoiding double partitioning * Update test/e2e-go/cli/algod/expect/algod_expect_test.go Co-authored-by: John Jannotti <jannotti@gmail.com>
…#4552) * add verify.TxnGroup to BenchmarkTxHandlerProcessing on bigger blocks * add blk.paysetCommitSHA256 to BenchmarkTxnRoots
Co-authored-by: John Jannotti <jannotti@gmail.com> Co-authored-by: michaeldiamant <michaeldiamant@users.noreply.github.com> Co-authored-by: John Jannotti <john.jannotti@algorand.com>
CICD: go-algorand relstable3.9.4-remerge mergeback
go test ./ledger -run ^$ -v -bench BenchmarkBlockValidation -timeout=20m -benchtime=10x
Algo-devops-service
requested review from
algoanne,
algobarb,
algojack,
egieseke,
michaeldiamant and
onetechnical
September 20, 2022 14:42
Codecov Report
@@ Coverage Diff @@
## rel/beta #4565 +/- ##
============================================
- Coverage 55.61% 54.12% -1.50%
============================================
Files 403 401 -2
Lines 50854 51642 +788
============================================
- Hits 28284 27949 -335
- Misses 20174 21339 +1165
+ Partials 2396 2354 -42
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
michaeldiamant
approved these changes
Sep 20, 2022
egieseke
approved these changes
Sep 20, 2022
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.
Overview
What's New
/v2/blocks/{round}
fails due to a missing blockChangelog
New Features
Enhancements
go lint
andgo vet
(#4444)Bugfixes
BlockQueue
(#4381)Protocol Upgrade
This release does not contain a protocol upgrade.
NOTE
vFuture changes are not yet available in MainNet or TestNet but can be used in private networks.
New Features
Additional Resources