-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update go-algorand some more - including catchpoint fix
- Loading branch information
Zeph Grunschlag
committed
Nov 1, 2022
1 parent
802bc02
commit acec7c4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go-algorand
updated
17 files
+2 −2 | catchup/ledgerFetcher.go | |
+44 −7 | daemon/algod/api/server/v2/dryrun_test.go | |
+2 −6 | data/basics/userBalance.go | |
+0 −96 | data/basics/userBalance_test.go | |
+17 −10 | data/transactions/logic/README.md | |
+15 −8 | data/transactions/logic/README_in.md | |
+2 −2 | data/transactions/logic/TEAL_opcodes.md | |
+2 −2 | data/transactions/logic/doc.go | |
+21 −22 | data/transactions/logic/eval.go | |
+2 −2 | data/transactions/logic/langspec.json | |
+1 −1 | docker/releases/build_releases.sh | |
+28 −10 | ledger/accountdb.go | |
+120 −0 | ledger/accountdb_test.go | |
+3 −3 | ledger/catchpointtracker.go | |
+16 −7 | ledger/catchpointwriter.go | |
+109 −9 | ledger/catchpointwriter_test.go | |
+4 −4 | ledger/msgp_gen.go |