1 file changed
+1
-1
lines changedSubmodule go-algorand updated 70 files
- .circleci/config.yml+11-11
- buildnumber.dat+1-1
- cmd/buildtools/genesis.go+16-5
- cmd/catchpointdump/net.go+93-49
- cmd/goal/account.go+179-114
- cmd/pingpong/runCmd.go-18
- config/consensus.go+2-1
- config/version.go+1-1
- daemon/algod/server.go+7-1
- data/bookkeeping/genesis.go+45
- data/bookkeeping/genesis_test.go+157
- data/transactions/logic/README.md+2
- data/transactions/logic/TEAL_opcodes.md+18-3
- data/transactions/logic/assembler.go+90-30
- data/transactions/logic/assembler_test.go+46-9
- data/transactions/logic/doc.go+6-2
- data/transactions/logic/eval.go+103-39
- data/transactions/logic/evalStateful_test.go+2
- data/transactions/logic/eval_test.go+216-18
- data/transactions/logic/jsonspec.md+1-5
- data/transactions/logic/jsonspec_test.go-4
- data/transactions/logic/langspec.json+24-1
- data/transactions/logic/opcodes.go+25-19
- data/transactions/logic/pairing_test.go+29
- data/transactions/logic/teal.tmLanguage.json+1-1
- data/transactions/transaction.go+3-3
- ledger/.gitignore+1
- ledger/accountdb_test.go+2-2
- ledger/acctupdates_test.go+6-4
- ledger/catchpointtracker_test.go+2-2
- ledger/internal/apptxn_test.go+3-3
- ledger/internal/eval_blackbox_test.go+11-1
- ledger/ledgercore/error.go+1-1
- ledger/testing/randomAccounts.go+45-51
- libgoal/libgoal.go+26
- libgoal/participation.go+30-178
- libgoal/transactions.go+101-8
- logging/log.go+3-3
- logging/telemetryConfig.go+5-5
- logging/telemetryhook.go+1-1
- logging/telemetryspec/event.go+11-11
- netdeploy/remote/deployedNetwork.go+1-1
- network/requestTracker.go+5-5
- network/wsNetwork.go+25-25
- node/node.go+11-70
- scripts/release/mule/sign/sign.sh+36-39
- shared/pingpong/accounts.go+7-33
- shared/pingpong/config.go-4
- shared/pingpong/pingpong.go+18-39
- test/e2e-go/cli/goal/expect/pingpongTest.exp+22-22
- test/e2e-go/features/participation/accountParticipationTransitions_test.go+2-2
- test/e2e-go/features/participation/onlineOfflineParticipation_test.go+10-2
- test/e2e-go/features/participation/overlappingParticipationKeys_test.go+56-13
- test/e2e-go/features/participation/participationExpiration_test.go+4-4
- test/e2e-go/features/transactions/onlineStatusChange_test.go+14-5
- test/e2e-go/stress/transactions/createManyAndGoOnline_test.go+2-2
- test/heapwatch/bwstart.sh+2-2
- test/heapwatch/start.sh+2-2
- test/muleCI/mule.yaml+37-5
- test/scripts/e2e_subs/goal-partkey-commands.sh+100
- test/scripts/e2e_subs/goal-partkey-information.sh-47
- test/testdata/deployednettemplates/recipes/alphanet/Makefile+15
- test/testdata/deployednettemplates/recipes/alphanet/gen_topology.py+32
- test/testdata/deployednettemplates/recipes/alphanet/genesis.json+64
- test/testdata/deployednettemplates/recipes/alphanet/net.json+232
- test/testdata/deployednettemplates/recipes/alphanet/node.json+10
- test/testdata/deployednettemplates/recipes/alphanet/nonPartNode.json+5
- test/testdata/deployednettemplates/recipes/alphanet/recipe.json+7
- test/testdata/deployednettemplates/recipes/alphanet/relay.json+11
- test/testdata/deployednettemplates/recipes/alphanet/topology.json+32
0 commit comments