-
Notifications
You must be signed in to change notification settings - Fork 493
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
Onetechnical/relstable2.2.0 #1681
Merged
algojohnlee
merged 149 commits into
algorand:rel/stable
from
onetechnical:onetechnical/relstable2.2.0
Nov 2, 2020
Merged
Onetechnical/relstable2.2.0 #1681
algojohnlee
merged 149 commits into
algorand:rel/stable
from
onetechnical:onetechnical/relstable2.2.0
Nov 2, 2020
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
* Auth middleware unit tests. * Add pprof test to e2e rest test script.
Added a new recipe for performing network disruption tests.
…le times (#1439) No need to return an error when requesting the same catchpoint multiple times.
Improve error object creation for catchpoint errors
Extend clerk dryrun so it can dump dryrun state object suitable for REST, tealdbg and python tests
Add unit tests to logic debugger
Add support for algorelay deleting unused SRV and DNS entries
Add a benchmark to test restoring from catchpoint performance
Allow max and assetIndex to be optional
-- Add new REST API endpoint GET /genesis
Compact merkle trie nodes memory. Changing the underlying data structure is expected to reduce the practical memory utilization during a fast catchup by 50-60 percent.
Add unit tests for equal functions in teal.go
Implement core crypto primitives for compact certificates
Implement tracking of top-N online accounts in the ledger
Onetechnical/relbeta2.2.0
This sets all the scripts to use the same method to get branch name as the deb package script. This allows the BRANCH var to get the TRAVIS_BRANCH value, if set.
Since jenkins doesn't pull the full git tree with refs, this will have compute_branch_network use the current branch instead of the branch parent when that rev parse fails.
…1663) We weren't checking nulls appropriately when setting BRANCHPARENT in compute_branch_network.sh.
Remove quotes from /test/muleCI/mule.yaml env vars. These get propogated to the actual env vars.
The RPM packaging script wasn't pulling the right network due to hardcoding. Modified this and the deb script to use the passed branch to calculate the correct network. Also modified the compute branch network script to return betanet if passed rel/beta.
Improved the signing shell script in the following ways: Fixed gpg warning by setting correct permissions in the docker container. Instead of assuming the build status file is present, check for it first.
Fix issues that came up during betanet release - RPM/arch issue when installing yum - Missing genesisfiles for tarballs - missing algorand-devtools-beta package
This supports multiple OS and ARCH by downloading assets recursively from s3. It then will determine multiple OS by inspecting the direct child directories of tmp/node_pkgs to determine how to proceed. Assets are separated by ARCH as usual, i.e. tmp/node_pkgs/OS/ARCH, but when uploaded to staging they all go in the same object (flat directory structure).
Added ARCH_TYPE to file name so they won't overwrite each other.
Miscellaneous sign and test pipeline fixes: - fix status file name - change name of image in mule yaml - add vars to dynamically account for both algorand and algorand-devtools packages (all channels)
btoll
approved these changes
Nov 2, 2020
egieseke
approved these changes
Nov 2, 2020
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.
Looks good.
tsachiherman
pushed a commit
to tsachiherman/go-algorand
that referenced
this pull request
Jul 7, 2021
…able2.2.0 Onetechnical/relstable2.2.0
PhearZero
pushed a commit
to PhearNet/crypto
that referenced
this pull request
Jan 17, 2025
…able2.2.0 Onetechnical/relstable2.2.0
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.
Summary
Highlights
Changes
Test Plan
Standard release testing.