334 Commits (f1a8f47d4dc7e258775eb90a209de72d2cb39d81)

Author SHA1 Message Date
  Sam Kleinman f1a8f47d4d
types: minor cleanup of un or minimally used types (#8154) 2 years ago
  Sam Kleinman f61e6e4201
autofile: remove vestigal close mechanism (#8150) 2 years ago
  Sam Kleinman 1db41663c7
consensus: avoid race in accessing channel (#8149) 2 years ago
  Sam Kleinman 5e0e05f938
consensus: avoid persistent kvstore in tests (#8148) 2 years ago
  Sam Kleinman 5bb51aab03
events: remove service aspects of event switch (#8146) 2 years ago
  Sam Kleinman 13f7501950
blocksync: remove intermediate channel (#8140) 2 years ago
  JayT106 4400b0f6d3
p2p: adjust max non-persistent peer score (#8137) 2 years ago
  Sam Kleinman a68e356596
consensus: avoid extra close channel (#8144) 2 years ago
  William Banfield 7c91b53999
docs: PBTS synchrony issues runbook (#8129) 2 years ago
  Sam Kleinman 1dd8807cc3
mempool: test harness should expose application (#8143) 2 years ago
  Sam Kleinman 07b46d5a05
blocksync: drop redundant shutdown mechanisms (#8136) 2 years ago
  Sam Kleinman 7a0b05f22d
libs/events: remove unneccessary unsubscription code (#8135) 2 years ago
  Sam Kleinman bedb68078c
libs/clist: remove unused surface area (#8134) 2 years ago
  Sam Kleinman 48b1952f18
state: avoid panics for marshaling errors (#8125) 2 years ago
  William Banfield 68c624f5de
abci++: synchronize PrepareProposal with the newest version of the spec (#8094) 2 years ago
  Sam Kleinman faf123bda2
autofile: reduce minor panic and docs changes (#8122) 2 years ago
  Sam Kleinman da5c09cf6f
cleanup: remove commented code (#8123) 2 years ago
  Sam Kleinman b08dd93d88
libs/log: remove Must constructor (#8120) 2 years ago
  M. J. Fromberger e9bc33d807
consensus: ensure the node terminates on consensus failure (#8111) 2 years ago
  M. J. Fromberger 658a7661c5
p2p: remove unnecessary panic handling in PEX reactor (#8110) 2 years ago
  M. J. Fromberger 89b4321af2
p2p: update polling interval calculation for PEX requests (#8106) 2 years ago
  JayT106 d9c9675e2a
p2p+flowrate: rate control refactor (#7828) 2 years ago
  Sam Kleinman c35d6d6e2c
node: pass eventbus at construction time (#8084) 2 years ago
  Sam Kleinman 691cb52528
statesync: avoid leaking a thread during tests (#8085) 2 years ago
  Sam Kleinman 01266881b8
evidence: manage and initialize state objects more clearly in the pool (#8080) 2 years ago
  M. J. Fromberger 2df5c85a8d
Fix govet errors for %w use in test errors. (#8083) 2 years ago
  Sam Kleinman 8df7b6103f
proxy: collapse triforcated abci.Client (#8067) 2 years ago
  Sam Kleinman f1659ce329
consensus: fix TestInvalidState race and reporting (#8071) 2 years ago
  William Banfield 0b8a62c87b
abci: Synchronize FinalizeBlock with the updated specification (#7983) 2 years ago
  Sam Kleinman 0167f0d527
node: nodes should fetch state on startup (#8062) 2 years ago
  Sam Kleinman 9d98484845
node: excise node handle within rpc env (#8063) 2 years ago
  M. J. Fromberger 63ff2f052d
Remove now-unused and deprecated Subscribe methods. (#8064) 2 years ago
  Sam Kleinman a3881f0fb1
consensus: improve wal test cleanup (#8059) 2 years ago
  M. J. Fromberger af96ef2fe4
rpc: set a minimum long-polling interval for Events (#8050) 2 years ago
  M. J. Fromberger a22942504c
p2p: re-enable tests previously disabled (#8049) 2 years ago
  Sam Kleinman 21087563eb
consensus: validator set changes test cleanup (#8035) 2 years ago
  Sam Kleinman a965f03c15
statesync: avoid compounding retry logic for fetching consensus parameters (#8032) 2 years ago
  Sam Kleinman 58dc172611
p2p: plumb rudamentary service discovery to rectors and update statesync (#8030) 2 years ago
  Sam Kleinman f25b7ceeb2
consensus: make orchestration more reliable for invalid precommit test (#8013) 2 years ago
  Sam Kleinman a153f82433
p2p: ignore transport close error during cleanup (#8011) 2 years ago
  William Banfield c80734e5af
state: synchronize the ProcessProposal implementation with the latest version of the spec (#7961) 2 years ago
  Sam Kleinman 89dbebd1c5
p2p: retry failed connections slightly more aggressively (#8010) 2 years ago
  Sam Kleinman c8ae5db50e
p2p: relax pong timeout (#8007) 2 years ago
  JayT106 49e3688b79
fix syncAny test (#8001) 2 years ago
  Sam Kleinman c85e3e4ba8
p2p: mconn track last message for pongs (#7995) 2 years ago
  M. J. Fromberger 0875074ea2
Add upgrading notes for the new Events RPC interface. (#7993) 2 years ago
  Sam Kleinman 680ebc6f8e
consensus: TestReactorValidatorSetChanges test fix (#7985) 2 years ago
  M. J. Fromberger 5662bd12a8
rpc: implement the ADR 075 /events method (#7965) 2 years ago
  Sam Kleinman 61a81279bd
abci: make tendermint example+test clients manage a mutex (#7978) 2 years ago
  Sam Kleinman 9968f53c15
p2p: make mconn transport test less flaky (#7973) 2 years ago