-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
85 changed files
with
13,631 additions
and
2,402 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.github/ISSUE_TEMPLATE/algorand-engineering-team-issue-template.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: Algorand Engineering Team Issue Template | ||
about: This is the template that Algorand internal team members use in conjunction | ||
with their task management process. Feel free to use if you're an external contributor. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Summary | ||
*Describe the problem identified or the general goal of this issue* | ||
|
||
## Scope/Requirements | ||
*What's involved in this issue? What's required to achieve the goal?* | ||
|
||
## Urgency/Relative Priority | ||
*How urgent is this issue? What are the timing considerations to take into account?* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<!-- | ||
Thanks for submitting a pull request! We appreciate the time and effort you spent to get this far. | ||
If you haven't already, please make sure that you've reviewed the CONTRIBUTING guide: | ||
https://github.com/algorand/go-algorand/blob/master/CONTRIBUTING.md#code-guidelines | ||
--> | ||
|
||
## Summary | ||
|
||
Explain the goal of this change and what problem it is solving. Format this cleanly so that it may be used for a commit message, as your changes will be squash-merged. | ||
|
||
## Test Plan | ||
|
||
How did you test these changes? Please provide the exact scenarios you tested in as much detail as possible including commands, output and rationale. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,35 @@ | ||
language: go | ||
go: | ||
- 1.13.x | ||
- 1.14.x | ||
|
||
dist: bionic | ||
|
||
- 1.14.x | ||
- 1.15.x | ||
dist: focal | ||
services: | ||
- docker | ||
|
||
- docker | ||
install: | ||
- go get -u golang.org/x/lint/golint | ||
- pip3 install -r misc/requirements.txt | ||
- if [ -n "$DOCKER_PASSWORD" ]; then echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin ; fi | ||
addons: | ||
apt: | ||
packages: | ||
- python3-pip | ||
- python3-setuptools | ||
- python3-wheel | ||
|
||
install: | ||
- pip3 install boto3 markdown2 | ||
|
||
- python3 | ||
- python3-pip | ||
- python3-setuptools | ||
- python3-wheel | ||
script: | ||
- make | ||
- go test ./... | ||
- make fakepackage | ||
- docker build -t e2e_tests -f docker/Dockerfile.mule . | ||
- docker run --rm -t e2e_tests mule/e2e.sh | ||
- make lint | ||
- make | ||
- make integration | ||
- make test | ||
# e2e tests can't run without installing algod. | ||
#- make e2e | ||
#- ./test/perf.sh "$TEST_CONNECTION_STRING_1" && ./test/perf.sh "$TEST_CONNECTION_STRING_2" | ||
- make fakepackage | ||
# TODO: Remove mule stuff after getting 'make e2e' to run. | ||
- docker build -t e2e_tests -f docker/Dockerfile.mule . | ||
- docker run --rm -t e2e_tests mule/e2e.sh | ||
|
||
env: | ||
global: | ||
- secure: TM7M7vD5G9Ms7Z60xszC0JEhM9Y9UjCd5bZsLvES0KRD5vOBVALnIc3Y2QzaRmVGatd3sAyg2DYAXPOHbvcMVUX+VLoDwkpMLttgLHONqZbYGB9Z8Cqso9y5NZJe7EYy97uVoWjmLehY4b/v8NY9neNZarT7bwBP8OvdT8JFh3iwNL+w9p7mNm7XPdpY8GHAy5TpGsQfv9p5KZAPiAiTj47EPCZLSdWxlxb4jbeynczTgKu8wo3wRCPAgsmFZv0sVJtzo2c9HE/sz2ypMv++3wF8qCzWt174YBBcHkXCsgUpCL9FlTlwy6B2qW8B1oQxylpot7gce2FE5IpqtBm6ry7n+pFKdgCAKnf69WcHSrFGRVrjfIECxjHzMV4eLEfgHKoMOpfuLWLocQVIc38ii/nrT4I6M2qc79qHfbuC/BW9I+bg5d3cVYg9Wgdt94BhNDcS/b4z+pk7eEsCwPBDau8Nteox20pDTFyHYhK4r4c2dp1kqGGmeqLXzSSfqc81Le+5MUTa4Sn0nI8zfl9x4JCeD+bWL9fC/wwxyU2rYS2chWw1hOAH/nXmUkRTBPYXwyCgW7WPDu2Id2k5ghUh+IRgBxv5v3bOPw1BEPInJqbEwCIIJHICb/jnlg34iWwcSYKmk1TDO4vQVT4AFJq5VzxpvgKnOZSfiCGNMESa3kM= | ||
- secure: P4HlEYrJ8itstmhK4hDDJojq1zdrv3DzTg7AL9U7FP1qqKq+irIhjRLJGJA3JWyCZfVGIWrf4Ak0LwBwzfBTBA+LZ9HlqfNljrFe3EJzSHd6Ly7RuFYEeslYbDV5BlYv590YivVOB8MzQl5nn6JdqrbKPGKWBvyVLqhL1R87CNvQIA122dVjNz9nqv4G21tOZgx7/PzeUHPSkAImlWg7j3vd2P4IikQr/1vOqnroN1zRXAqMVr3e42wCE0qMeqQ+tFq37Juux2JT9aKZv/wCapwLd1G4FDpbc/wes89dgMp1xGvbpPoltkdP+zbPL0UPdbOGPrW33gVMT4kXkDXZjmHBFyM9xX74gIYcsC+ekzrp9zIRqpXGiCsoW5ZJtjoM4U2fyX427yzceSKDMv7giEEfONnMD1NTYFNpREkrN5zbjMtEi4DgEnNb4e6rVA7CROVXMG8p0WdouM0cvA5j25bE88zW64eqOHtv+hG+RlrROwlM1jKt4CvSlWX5+yaBUdYvl7qCHSP7UlX2JMk0AXGIEfFvO8w4CW3Gyr36DHWedsbU5yawyB/fjX7v9BGAmG1SZThAyf1cwtHN28t4CpoaaCH18spHn+LcrH69ADTFVgsZ5AqULlKCJQCMfa4v5oqaOlmtqSNYTVllXOI+8AqSyHsCYGFPns3RyRfsEhI= |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.2.2 | ||
2.3.2 |
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
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
Oops, something went wrong.