158 Commits (ea964e21335085db8459a2ae4438e1367f396683)

Author SHA1 Message Date
  mconcat 29f7573762 abci: Vote Extension 1 (#6646) 3 years ago
  Marko ff498ff333 abci: PrepareProposal (#6544) 3 years ago
  Sam Kleinman 1d3ecf37ee
consensus: remove unused closer construct (#7734) 3 years ago
  Sam Kleinman 2f1e08e948
conensus: put timeouts on reactor tests (#7733) 3 years ago
  William Banfield bd8726c784
Use proposer timestamp instead of genesis time for height 1 block time (#7711) 3 years ago
  William Banfield 04bcfecce2
metrics: add metric for proposal timestamp difference (#7709) 3 years ago
  William Banfield 61f3aa0848
consensus: use buffered channel in TestStateFullRound1 (#7668) 3 years ago
  William Banfield 0aa3b0b6fc
Proposer-Based Timestamps Merge (#7605) 3 years ago
  M. J. Fromberger 079c7af007
pubsub: use concrete queries instead of an interface (#7686) 3 years ago
  M. J. Fromberger 7878ca6a8a
Delete the custom libs/json (tmjson) package. (#7673) 3 years ago
  M. J. Fromberger f9c6cc9306
rpc: use encoding/json rather than tmjson (#7670) 3 years ago
  William Banfield db7d4abdae
consensus: fix height advances in test state (#7648) 3 years ago
  Sam Kleinman 78e4c7d379
autofile: avoid shutdown race (#7650) 3 years ago
  Sam Kleinman 9dd67ad99d
tests: update cleanup opertunities (#7647) 3 years ago
  Sam Kleinman 4e5c2b5e8f
consensus: use delivertxsync (#7616) 3 years ago
  M. J. Fromberger c8e8a62084
abci/client: simplify client interface (#7607) 3 years ago
  M. J. Fromberger 68d4fed236
consensus/state: avert a data race with state update and tests (#7643) 3 years ago
  William Banfield b6307c42e0
consensus: check proposal non-nil in prevote message delay metric (#7625) 3 years ago
  William Banfield 0c82ceaa5f
consensus: calculate prevote message delay metric (#7551) 3 years ago
  Sam Kleinman c0b56e207a
consensus: test shutdown to avoid hangs (#7603) 3 years ago
  Sam Kleinman 82b65868ce
node+autofile: avoid leaks detected during WAL shutdown (#7599) 3 years ago
  Sam Kleinman 7e8fa4ed85
consensus: explicit test timeout (#7585) 3 years ago
  Sam Kleinman fd2eccbae1
consensus: use noop logger for WAL test (#7580) 3 years ago
  Sam Kleinman 2a348cc1e9
logging: remove reamining instances of SetLogger interface (#7572) 3 years ago
  Sam Kleinman 25e665df17
internal/libs: delete unused functionality (#7569) 3 years ago
  Sam Kleinman cc51bf7587
tests: remove in-test logging (#7558) 3 years ago
  Sam Kleinman 5bf1bdcfb4
reactors: skip log on some routine cancels (#7556) 3 years ago
  M. J. Fromberger 366ab1947a
Replace uses of libs/json with encoding/json. (#7534) 3 years ago
  Sam Kleinman d5c39f907d
test/factory: pass testing.T around rather than errors for test fixtures (#7518) 3 years ago
  Sam Kleinman 10402b728f
consensus+p2p: change how consensus reactor is constructed (#7525) 3 years ago
  Sam Kleinman 74a8941854
consensus: remove reactor options (#7526) 3 years ago
  Sam Kleinman 569629486b
tests: remove panics from test fixtures (#7522) 3 years ago
  Sam Kleinman 332163ede6
testing: remove background contexts (#7509) 3 years ago
  Sam Kleinman f2cc496f09
testing: pass testing.T to assert and require always, assertion cleanup (#7508) 3 years ago
  Sam Kleinman 3c8955e4b8
errors: formating cleanup (#7507) 3 years ago
  Sam Kleinman 430817d9e9
types: remove panic from block methods (#7501) 3 years ago
  Sam Kleinman 1630d1cf3e
privval: remove panics in privval implementation (#7475) 3 years ago
  Sam Kleinman bef120dadf
contexts: remove all TODO instances (#7466) 3 years ago
  M. J. Fromberger 82738eb016
Move the libs/pubsub package to internal scope (#7451) 3 years ago
  Sam Kleinman 2ff962a63a
log: dissallow nil loggers (#7445) 3 years ago
  Sam Kleinman d0e03f01fc
sync: remove special mutexes (#7438) 3 years ago
  Sam Kleinman 65c0aaee5e
p2p: use recieve for channel iteration (#7425) 3 years ago
  Sam Kleinman bd6dc3ca88
p2p: refactor channel Send/out (#7414) 3 years ago
  Sam Kleinman 9c21d4140b
mempool: avoid arbitrary background contexts (#7409) 3 years ago
  Sam Kleinman cb88bd3941
p2p: migrate to use new interface for channel errors (#7403) 3 years ago
  Sam Kleinman 892f5d9524
service: cleanup mempool and peer update shutdown (#7401) 3 years ago
  Sam Kleinman 0ff3d4b89d
service: cleanup close channel in reactors (#7399) 3 years ago
  Sam Kleinman 6b35cc1a47
p2p: remove unneeded close channels from p2p layer (#7392) 3 years ago
  Sam Kleinman a62ac27047
service: remove exported logger from base implemenation (#7381) 3 years ago
  Sam Kleinman 8a991e288c
service: plumb contexts to all (most) threads (#7363) 3 years ago