9484 Commits (9f4f51318c946f9ed4f112bd39f5aae5b72d29b6)
 

Author SHA1 Message Date
  Sam Kleinman 9f4f51318c
tests: update docker versions to match build version (#7646) 2 years ago
  Jasmina Malicevic d68d25dcd5
light: return light client status on rpc /status (#7536) 2 years ago
  Sam Kleinman 4e5c2b5e8f
consensus: use delivertxsync (#7616) 2 years ago
  Gui ebbc3f02f5
p2p: always advertise self, to enable mutual address discovery (#7594) 2 years ago
  M. J. Fromberger c8e8a62084
abci/client: simplify client interface (#7607) 2 years ago
  M. J. Fromberger 68d4fed236
consensus/state: avert a data race with state update and tests (#7643) 2 years ago
  William Banfield 7bc3a7274a
privval: do not use old proposal timestamp (#7621) 2 years ago
  M. J. Fromberger a806739375
abci/client: use a no-op logger in the test (#7633) 2 years ago
  M. J. Fromberger 1af4113033
Increase test splits from 4 to 6. (#7630) 2 years ago
  dependabot[bot] e6f6a13f8a
build(deps): Bump github.com/prometheus/client_golang (#7636) 2 years ago
  M. J. Fromberger aea428d322
build: Make sure to test packages with external tests (#7608) 2 years ago
  William Banfield b6307c42e0
consensus: check proposal non-nil in prevote message delay metric (#7625) 2 years ago
  M. J. Fromberger 5eae2e62c0
privval: synchronize leak check with shutdown (#7629) 2 years ago
  M. J. Fromberger a7eb95065d
autofile: ensure files are not reopened after closing (#7628) 2 years ago
  M. J. Fromberger 5cca45bb45
pex: improve handling of closed channels (#7623) 2 years ago
  M. J. Fromberger 417166704a
pex: do not send nil envelopes to the reactor (#7622) 2 years ago
  M. J. Fromberger 7fd97bf44b
pex: avert a data race on map access in the reactor (#7614) 2 years ago
  William Banfield 0c82ceaa5f
consensus: calculate prevote message delay metric (#7551) 2 years ago
  Sam Kleinman b10c74647f
testing: use noop loger with leakteset in more places (#7604) 2 years ago
  Sam Kleinman c0b56e207a
consensus: test shutdown to avoid hangs (#7603) 2 years ago
  Kene 49153b753c
rpc: paginate mempool /unconfirmed_txs endpoint (#7612) 2 years ago
  M. J. Fromberger 679b6a65b8
light: fix provider error plumbing (#7610) 2 years ago
  M. J. Fromberger c24f003b55
protoio: fix incorrect test assertion (#7606) 2 years ago
  Sebastian Gröbler 701e6026c5
Update README.md (#7602) 2 years ago
  M. J. Fromberger dbe2146d0a
rpc: simplify the encoding of interface-typed arguments in JSON (#7600) 2 years ago
  Sam Kleinman 7ed57ef5f9
statesync: more orderly dispatcher shutdown (#7601) 2 years ago
  Sam Kleinman 2199e0a8a1
light: convert validation panics to errors (#7597) 2 years ago
  Sam Kleinman 887cb219ab
light: remove test panic (#7588) 2 years ago
  Sam Kleinman 82b65868ce
node+autofile: avoid leaks detected during WAL shutdown (#7599) 2 years ago
  William Banfield 2f75899320
ADR-74: Migrate Timeout Parameters to Consensus Parameters (#7503) 2 years ago
  William Banfield abb7c8c2b0
RFC-009: Consensus Parameter Upgrades (#7524) 2 years ago
  M. J. Fromberger c065eeb18a
Add changelog entries from release v0.34.15. (#7598) 2 years ago
  M. J. Fromberger 1ff69361e8
rpc: remove dependency of URL (GET) requests on tmjson (#7590) 2 years ago
  Sam Kleinman 159d763422
light: avoid panic for integer underflow (#7589) 2 years ago
  M. J. Fromberger 9409cdea55
rpc: update fuzz criteria to match the implementation (#7595) 2 years ago
  M. J. Fromberger ec59b1a1ae
rpc: check RPC service functions more carefully (#7587) 2 years ago
  Sam Kleinman 7e8fa4ed85
consensus: explicit test timeout (#7585) 2 years ago
  M. J. Fromberger b7c19a5cd4
rpc: clean up the RPCFunc constructor signature (#7586) 2 years ago
  Sam Kleinman 8ff367ad29
log: avoid use of legacy test logging (#7583) 2 years ago
  M. J. Fromberger 81ee41228a
rpc: consolidate RPC route map construction (#7582) 2 years ago
  Sam Kleinman cef17e1c02
node+rpc: rpc environment should own it's creation (#7573) 2 years ago
  Sam Kleinman fd2eccbae1
consensus: use noop logger for WAL test (#7580) 2 years ago
  Sam Kleinman ed660bddeb
node+privval: refactor privval construction (#7574) 2 years ago
  M. J. Fromberger 5a89263dbe
rpc: simplify panic recovery in the server middleware (#7578) 2 years ago
  M. J. Fromberger 904957aaa9
rpc: rework how responses are written back via HTTP (#7575) 2 years ago
  Sam Kleinman 2a348cc1e9
logging: remove reamining instances of SetLogger interface (#7572) 2 years ago
  Sam Kleinman 7a9a38d9d7
service: avoid debug logs before error (#7564) 2 years ago
  Sam Kleinman 25e665df17
internal/libs: delete unused functionality (#7569) 2 years ago
  Sam Kleinman e07c4cdcf2
node: collapse initialization internals (#7567) 2 years ago
  M. J. Fromberger 5c1399d803
rpc: fix mock test cases (#7571) 2 years ago