-
Notifications
You must be signed in to change notification settings - Fork 486
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-stable Release PR #4618
Merged
algojohnlee
merged 106 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.10.0
Oct 4, 2022
Merged
go-algorand 3.10.0-stable Release PR #4618
algojohnlee
merged 106 commits into
algorand:rel/stable
from
Algo-devops-service:relstable3.10.0
Oct 4, 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 <[email protected]>
* 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 <[email protected]>
go test ./ledger -run ^$ -v -bench BenchmarkBlockValidation -timeout=20m -benchtime=10x
Co-authored-by: Eric Warehime <[email protected]>
Co-authored-by: Jason Paulos <[email protected]>
…DigestSkipTag messages received (algorand#4605)
Algo-devops-service
requested review from
algoanne,
algobarb,
algojack,
egieseke,
michaeldiamant and
onetechnical
September 30, 2022 20:09
Codecov Report
@@ Coverage Diff @@
## rel/stable #4618 +/- ##
==============================================
- Coverage 55.62% 54.35% -1.28%
==============================================
Files 403 405 +2
Lines 50854 51829 +975
==============================================
- Hits 28288 28171 -117
- Misses 20172 21318 +1146
+ Partials 2394 2340 -54
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
algobarb
approved these changes
Oct 3, 2022
algojack
approved these changes
Oct 4, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing Highlights from this PR i believe: #4612
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)-X, --non-participating-nodes int
(#4574)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