Skip to content

Commit

Permalink
Set go-algorand submodule to v3.2.3-stable commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalouf committed Jan 27, 2022
1 parent 2c8358f commit 363f8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/go-algorand
Submodule go-algorand updated 62 files
+2 −2 .circleci/config.yml
+1 −1 .github/workflows/reviewdog.yml
+0 −2 .gitignore
+1 −0 Makefile
+1 −2 README.md
+1 −0 buildnumber.dat
+9 −5 catchup/service.go
+52 −3 cmd/goal/account.go
+1 −1 config/version.go
+27 −1 daemon/algod/api/algod.oas2.json
+20 −2 daemon/algod/api/algod.oas3.yml
+136 −136 daemon/algod/api/server/v2/generated/private/routes.go
+5 −1 daemon/algod/api/server/v2/generated/private/types.go
+172 −172 daemon/algod/api/server/v2/generated/routes.go
+5 −1 daemon/algod/api/server/v2/generated/types.go
+9 −130 data/account/participationRegistry.go
+0 −80 data/account/participationRegistryBench_test.go
+46 −84 data/account/participationRegistry_test.go
+0 −1 data/transactions/logic/README.md
+0 −11 data/transactions/logic/TEAL_opcodes.md
+0 −36 data/transactions/logic/assembler.go
+1 −2 data/transactions/logic/assembler_test.go
+1 −5 data/transactions/logic/doc.go
+0 −26 data/transactions/logic/eval.go
+1 −2 data/transactions/logic/evalStateful_test.go
+0 −160 data/transactions/logic/eval_test.go
+1 −49 data/transactions/logic/fields.go
+1 −20 data/transactions/logic/fields_string.go
+0 −2 data/transactions/logic/opcodes.go
+1 −0 genesistimestamp.dat
+2 −2 go.mod
+16 −2 go.sum
+3 −0 ledger/acctupdates.go
+0 −3 ledger/applications_test.go
+3 −0 ledger/bulletin.go
+3 −0 ledger/catchpointtracker.go
+202 −0 ledger/catchpointtracker_test.go
+3 −0 ledger/metrics.go
+3 −0 ledger/notifier.go
+11 −0 ledger/tracker.go
+3 −0 ledger/txtail.go
+1 −1 scripts/buildtools/go.mod
+4 −2 scripts/buildtools/install_buildtools.sh
+2 −14 scripts/create_and_deploy_recipe.sh
+3 −3 scripts/get_golang_version.sh
+1 −0 scripts/travis/before_build.sh
+18 −18 test/scripts/e2e.sh
+1 −0 test/scripts/e2e_go_tests.sh
+3 −11 test/testdata/deployednettemplates/generate-recipe/generate_network.py
+0 −84 test/testdata/deployednettemplates/recipes/custom/README.md
+0 −22 test/testdata/deployednettemplates/recipes/custom/configs/node.json
+0 −5 test/testdata/deployednettemplates/recipes/custom/configs/nonPartNode.json
+0 −11 test/testdata/deployednettemplates/recipes/custom/configs/relay.json
+0 −12 test/testdata/deployednettemplates/recipes/custom/example/README.md
+0 −4 test/testdata/deployednettemplates/recipes/custom/example/config_jsons/config.json
+0 −22 test/testdata/deployednettemplates/recipes/custom/example/configs/node.json
+0 −5 test/testdata/deployednettemplates/recipes/custom/example/configs/nonPartNode.json
+0 −11 test/testdata/deployednettemplates/recipes/custom/example/configs/relay.json
+0 −6 test/testdata/deployednettemplates/recipes/custom/example/consensus.json
+0 −44 test/testdata/deployednettemplates/recipes/custom/example/network_templates/c5dmachines.json
+0 −44 test/testdata/deployednettemplates/recipes/custom/example/network_templates/network-tpl.json
+0 −44 test/testdata/deployednettemplates/recipes/custom/network_templates/network-tpl.json

0 comments on commit 363f8e7

Please sign in to comment.