summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-24Merge pull request #5919 from Algo-devops-service/relbeta3.22.0v3.22.0-betarel/betaJohn Lee
2024-01-23Update the Version, BuildNumber, genesistimestamp.dataDevOps Service
2024-01-23blockdb: bound max deleted blocks per blockdb sync (#5910)Pavel Zbitskiy
2024-01-23Config: Set relay profile's MaxBalanceHistoryLookback to 22000 (#5918)Gary
2024-01-23Tests: Adjust catchup e2e tests for non-archival relays (#5917)Gary
2024-01-22Network: optimize cache mem and speed for messageFilter (#5913)John Jannotti
2024-01-19Config: Archival mode is no longer automatically enabled when netAddress is s...Gary
2024-01-19AVM: Add a lot of type annotations to opcodes (#5902)John Jannotti
2024-01-17AVM: report structure txn failure info (#5875)John Jannotti
2024-01-17api: optimize /transactions/pending/{txid} endpoint (#5891)Pavel Zbitskiy
2024-01-17Docs: Updates to SECURITY.md (#5907)Gary
2024-01-17API: Make maps the right size from the start (#5906)John Jannotti
2024-01-11Releases Page: remove indexer and point to github (#5896)John Lee
2024-01-09Merge pull request #5895 from onetechnical/relstable3.21.0-remergeJohn Lee
2024-01-09Bump Version, Remove buildnumber.dat and genesistimestamp.dat files.John Lee
2024-01-09Merge branch 'rel/stable' into relstable-v3210-remergeJohn Lee
2024-01-08Algocfg: Introduce new archival node algocfg profile. (#5893)Gary
2024-01-05AVM: Adding sumhash and falcon_verify (#5599)John Jannotti
2024-01-03Dryrun: Improve assembler error reporting (#5889)Jason Paulos
2024-01-03Chore: Update copyright to 2024 (#5890)John Lee
2024-01-02Chore: Update check_license script to update copyright year (#5888)John Lee
2024-01-02Merge pull request #5887 from Algo-devops-service/relstable3.21.0v3.21.0-stableJohn Lee
2023-12-22tests: rewrite triggerTrackerFlush test helper (#5876)Pavel Zbitskiy
2023-12-21txHandler: kick in ARL at 1/2 of a base backlog capacity (#5873)Pavel Zbitskiy
2023-12-21AVM: Don't treat `any` as constant int in `loads`, `stores` (#5884)John Jannotti
2023-12-20agreement: dump demux queues on fuzzer test failure (#5882)Pavel Zbitskiy
2023-12-19tests: log all relay logs on e2e failure (#5881)Pavel Zbitskiy
2023-12-19Merge pull request #5862 from Algo-devops-service/relbeta3.21.0v3.21.0-betaJohn Lee
2023-12-19AVM: Require every global field to get tested (#5864)John Jannotti
2023-12-19CICD: fix aptly repo management (#5870)John Lee
2023-12-19CICD: fix aptly repo management (#5870)John Lee
2023-12-18network: fix TestSlowPeerDisconnection regression after #5634 (#5874)Pavel Zbitskiy
2023-12-15txHandler: fix ARL triggering without ERL (#5872)Pavel Zbitskiy
2023-12-14Consensus: Upgrade to consensus version v39. (#5868)Gary
2023-12-14Consensus: Upgrade to consensus version v39. (#5868)Gary
2023-12-14tests: custom recipe tweaks (#5869)Pavel Zbitskiy
2023-12-11Docs: Eliminate a unicode character that causes trouble in doc generation (#5...John Jannotti
2023-12-11AVM: Require every global field to get tested (#5864)John Jannotti
2023-12-08Chore: Update testing to use current python SDK. (#5861)John Jannotti
2023-12-08Update the Version, BuildNumber, genesistimestamp.dataDevOps Service
2023-12-08consensus: Enable dynamic round times in vfuture. (#5860)Gary
2023-12-08Simulate: Properly handle failing clear state programs (#5842)Jason Paulos
2023-12-07AVM: Add `global GenesisHash` (#5858)John Jannotti
2023-12-07network: fixes to public address support (#5851)Pavel Zbitskiy
2023-12-07Round Times: Period 0 deadline timeout (#5850)Gary
2023-12-07Merge pull request #5859 from Algo-devops-service/relstable3.20.1-remergeJohn Lee
2023-12-07Bump Version, Remove buildnumber.dat and genesistimestamp.dat files.DevOps Service
2023-12-07Merge remote-tracking branch 'origin/rel/stable' into relstable3.20.1-remergeDevOps Service
2023-12-07Round Times: Set minimum dynamic filter timeout to 2500ms. (#5853)Gary
2023-12-07tests: wait longer in TestTotalWeightChanges for larger nightly test network ...ohill