-
Notifications
You must be signed in to change notification settings - Fork 524
go-algorand 3.4.2-beta #3696
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
Closed
Algo-devops-service
wants to merge
15
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.4.2
Closed
go-algorand 3.4.2-beta #3696
Algo-devops-service
wants to merge
15
commits into
algorand:rel/beta
from
Algo-devops-service:relbeta3.4.2
Conversation
This file contains hidden or 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
## Summary We seem to have missed a few of these. We have a partitiontest linter, it seems that isn't working since we missed all of these. ## Test Plan Check the result of `_test_verification` to make sure this is all of the ones we missed.
## Summary Fix for a strange assert found by JJ ## Test Plan This is a test fix
We want to make PR Type labels required on PRs. This is a github action that will check for us if a correct label has been added" Tested on this PR. Feel free to test it here too by adding a label or removing it.
## Summary Make keys valid for 3million rounds. With the rework to part keys, our pipeline was running out of disk space ## Test Plan I used this to spin up a feature network
## Summary 1. `--full-config` options allows saving config file with all options, not only non-default. 2. Embed genesis.json for mainnet, testnet, betanet, devnet ## Test Plan Tested manually
## Summary This PR fixes a bug on algod's API. When a tree contains a missing child (not a full tree), the api handler omits this from the proof response and leads to a root mismatch ## Test Plan Add unit tests as well as convert the e2e to test this edge case.
## Summary Metrics counters where not cleared on close and lead to duplicate entries in metering report. ## Test Plan Added unit test. Tested manually. Closes algorand#3354
Limit PR Type and Category check to master branch
…r nodes. (algorand#3654) ## Summary Regen scenario 2 net.json file to include API endpoints for nodes. ## Test Plan Testing with scenario2 recipe with cicd perf pipeline.
Summary The TestPseudonodeFailedEnqueuedTasks test wasn't accounting correctly for errPseudonodeBacklogFull errors. Test Plan Run 1000 times localy. I was able to reproduce it consistently.
Nodes create the compact cert using falcon keys so the batch verification flag (related to the ed25519 scheme) is no longer necessary.
## Summary Update the sum hash library. ## Test Plan Use existing tests.
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.
Highlights
Incorporate a fix for sumhash lib in upstream dependency.
Changelog
Enhancement
Bug Fix
Protocol Upgrade
This release does not contain a protocol upgrade.
Additional Resources