summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-28split TestSpeculativeBlockAssembly into 2 tests with/without sufficient bytes...yossi/specasm2Hang Su
2023-08-25adding a new method for BlockEvaluator to check if txn bytes accumulated to m...Hang Su
2023-08-22checkpoint: chatting with hangYossi Gilad
2023-08-22init spec asm code only on new periodsYossi Gilad
2023-08-22checkpoint: shortcutting txprocessingYossi Gilad
2023-08-22Merge branch 'master' into yossi/specasm2Yossi Gilad
2023-08-22checkpoing: passing testsYossi Gilad
2023-08-22tests: fix restAPI test fixture (#5692)Pavel Zbitskiy
2023-08-22checkpoint: optimizing tx re-processingYossi Gilad
2023-08-21Merge branch 'master' into yossi/specasm2Yossi Gilad
2023-08-21don't speculate when pool relatively emptyYossi Gilad
2023-08-21tools: add block-generator initial round to report. (#5689)Will Winder
2023-08-18fmtYossi Gilad
2023-08-18merge master with clocks PRYossi Gilad
2023-08-18txHandler: Enable ERL by default in configuration. (#5683)Gary
2023-08-18AVM: Expose `global` fields to TEAL that return MBR for asset create/optin (#...John Jannotti
2023-08-18build: disable pebbledb on arm32 (#5682)Pavel Zbitskiy
2023-08-18tests: log algod-err and algod-out on e2e failure (#5681)Pavel Zbitskiy
2023-08-18spec asm paramsYossi Gilad
2023-08-18clocks: tagged deadlines (#5649)yossigi
2023-08-18ledger: fix rare race in TestCommitRoundIOError (#5674)Nickolai Zeldovich
2023-08-18Simulate: Add State Change to Exec Trace (#5659)Hang Su
2023-08-17Simulate: Hash of Program Bytecodes in Simulation (#5658)Hang Su
2023-08-17ledger: fix error condition leaked from KV-related refactoring (#5678)Pavel Zbitskiy
2023-08-17ledger: dual db testing test harness (#5652)Ignacio Corderi
2023-08-17catchup: make unsupported block handling more deterministic (#5673)Nickolai Zeldovich
2023-08-17chore: Remove faulty assertion (#5675)Eric Warehime
2023-08-16build: update go-sqlite3 dependency (#5645)Nickolai Zeldovich
2023-08-16catchup: cleanup pipelinedFetch (#5662)Nickolai Zeldovich
2023-08-16p2p: Add delete/create to algons dnsaddr command (#5631)Eric Warehime
2023-08-16tools: metrics files visualizer (#5661)Pavel Zbitskiy
2023-08-16Ledger: Close the ledger at node shutdown (#5668)Shant Karakashian
2023-08-15p2p: in-memory peerstore (#5664)shiqizng
2023-08-15tools: block-generator locked table retry and additional metrics (#5653)Will Winder
2023-08-15API: Disable API authentication (#5625)shiqizng
2023-08-15build(deps): bump github.com/libp2p/go-libp2p from 0.29.0 to 0.29.1 (#5647)dependabot[bot]
2023-08-14Build: Remove n-algorand from wsnetwork partial overlap test. (#5660)Gary
2023-08-11xYossi Gilad
2023-08-11Merge branch 'master' into yossi/specasm2Yossi Gilad
2023-08-11don't set clock if we reset channel to nil laterYossi Gilad
2023-08-11ledger: clear Merkle Trie on sqlite IO error (#5568)AlgoAxel
2023-08-11combination of old and new codeYossi Gilad
2023-08-11pull from masterYossi Gilad
2023-08-10build: upgrade to go1.20.6 (#5577)Pavel Zbitskiy
2023-08-10CICD: go-algorand relstable3.17.0-remerge mergeback (#5648)algo-devops-service
2023-08-09tests: fix close - commit data race in tracker tests (#5619)Pavel Zbitskiy
2023-08-09ledger: add pebbledb support (#5606)Ignacio Corderi
2023-08-09Simulate: Allow unnamed foreign resource access (#5366)Jason Paulos
2023-08-09tools: precompile block-generator teal code (#5642)Will Winder
2023-08-09algod: Add API Endpoint to fetch TxIDs from block (#5611)algochoi