summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-12debug make msgprequire-make-msgpchris erway
2022-05-11move make msgp earlierchris erway
2022-05-11change go.mod file in scripts/buildtools to text filechris erway
2022-05-11rerun msgp on latest masterchris erway
2022-05-11run make msgp in codegen_verification.shchris erway
2022-05-11upgrade msgp in scripts/buidtools/go.modchris erway
2022-05-10StateProofs: New block header field - SHA256 merkle root of the transactions ...Or Aharonee
2022-05-10Merge pull request #3828 from Algo-devops-service/relstable3.5.1-remergeJohn Lee
2022-05-09build: Bump golang to 1.17.9/Mac M1 Support (#3919)Eric Warehime
2022-05-05AVM: Unify inner transaction ID calculation (#3927)Jason Paulos
2022-05-04Support e2e-go tests when repo is not installed in GOPATH. (#3949)Will Winder
2022-05-04Fixes for e2e test runs (#3948)Eric Warehime
2022-05-03Add install_buildtools.sh to check_deps.sh error message (#3921)Eric Warehime
2022-05-03Add lock around catchpointsMu to avoid race condition (#3944)Eric Warehime
2022-05-02Fix typo in abi_type.go (#3940)Ikko Ashimine
2022-05-01ledger: fix lookupLatest usage of the resources cache (#3939)Pavel Zbitskiy
2022-04-28update arm32 build with ubuntu and arm32v7 (#3933)algobarb
2022-04-28agreement: report proposal and vote message buffer sizes at end of round (#3932)cce
2022-04-28util: arm32-specific NanoSleep implementation (#3930)Pavel Zbitskiy
2022-04-28Allow empty private network directory. (#3911)Will Winder
2022-04-27algod: Add disassemble endpoint (#3908)algochoi
2022-04-27diagcfg: Allow diagcfg to create logging.config in data directory. (#3912)Will Winder
2022-04-27AVM: inner appls can call v4 (#3896)John Jannotti
2022-04-26ledger: fix possible dbRound sync issue in trackers and the registry (#3910)Pavel Zbitskiy
2022-04-26DevOps: Txnsync recipe updates (#3906)Eric Gieseke
2022-04-24algocfg: Fix algocfg get for non-string parameters. (#3907)jackstestWill Winder
2022-04-23algod: Write to stdout when config.LogSizeLimit is 0 or -o is passed to algod...Will Winder
2022-04-22Add override to enable devmode for a network template. (#3904)Will Winder
2022-04-22Algokey: clarify error messages. (#3727)Will Winder
2022-04-21goal: Rename source map output file (#3905)algochoi
2022-04-20goal: Add asset optin command (#3881)Eric Warehime
2022-04-20Source mapping: PC to TEAL (#3726)algochoi
2022-04-20AVM: Deadcode and basic block analysis (#3870)John Jannotti
2022-04-19goal: Set default key dilution to be the same as algokey (#3801)chris erway
2022-04-19REST API: Check for pending transactions in most recent rounds first. (#3836)Will Winder
2022-04-15remove buildpulse upload (#3883)chris erway
2022-04-15DevOps: Added recipe for transaction sync testing. (#3884)Eric Gieseke
2022-04-13TealDbg: Support for StepOver and refactoring object IDs (#3653)algochoi
2022-04-12add counters around dropping pseudonode and voteVerifier tasks, and slow pseu...chris erway
2022-04-12telemetry: report heartbeat metrics as JSON numbers (#3802)chris erway
2022-04-12algonet: use lower value of LastPartKeyRound for bootstrappedScenario (#3865)chris erway
2022-04-11Enhancement: Nightly e2e test upload (#3849)AlgoStephenAkiki
2022-04-11Perform json_ref expected type validation before expensive JSON processing (#...Michael Diamant
2022-04-11AVM: Extract divideCeilUnsafely to help document opcode costing rationale (#...Michael Diamant
2022-04-07Fix langspec (and some assembly errors) for itxn_field (#3869)John Jannotti
2022-04-07Add acct_params_get to langspec.json (#3862)John Jannotti
2022-04-06AVM: Assembly simplification & flexible costs (#3857)John Jannotti
2022-04-06add test partitioning based on partition test verifier output (#3859)chris erway
2022-04-02Algod: Fix issue with nil accounts in local-deltas array (#3790)Ben Guidarelli
2022-04-02Enhancement: Re-enable `fillBytes` method in ABI and eval.go implementation (...Hang Su