1033 Commits (4e6a844d6f96e10f39f8412aaae86d6b1f806e88)

Author SHA1 Message Date
  Callum Waters 26bea83694
evidence: retrieve header at height of evidence for validation (#4870) 4 years ago
  Callum Waters e538ea03d1
consensus: fix startnextheightcorrectly test (#4938) 4 years ago
  Joe Bowman 8b50ff60d9
only retrieve pubkey once for all validators (partially fixes #4865) (#4895) 4 years ago
  Anton Kaliaev 89cdc4bfd7
consensus: increase ensureTimeout (#4891) 4 years ago
  Anton Kaliaev 287110d425
consensus: bring back log.Error statement (#4899) 4 years ago
  Marko 9149ee7d8b
lint: various fixes 4 years ago
  Anton Kaliaev b7b721c484
change use of errors.Wrap to fmt.Errorf with %w verb 4 years ago
  Callum Waters 7cb3d90e01
evidence: create proof of lock change and implement it in evidence store (#4746) 4 years ago
  Callum Waters a620e5fd96
evidence: cap evidence to an absolute number (#4780) 4 years ago
  Anton Kaliaev 52784f67d0
mempool: allow ReapX and CheckTx functions to run in parallel 4 years ago
  Callum Waters 9535c47067
consensus: fix and rename TestStateLockPOLRelock (#4796) 4 years ago
  Anton Kaliaev 8b2ed8933a
consensus: fix TestSimulateValidatorsChange 4 years ago
  Anton Kaliaev f6435f2c73
consensus: add comment as to why use mocks during replay (#4785) 4 years ago
  Callum Waters 47cfadb0aa
evidence: refactor evidence mocks throughout packages (#4787) 4 years ago
  Marko b7c2d7a977
lint: enable nolintlinter, disable on tests 4 years ago
  Callum 15a9f1760d move mempool mock directory 4 years ago
  Erik Grinaker 511ab6717c
add state sync reactor (#4705) 4 years ago
  Callum c6acc54145 replaced other evidence mocks 4 years ago
  Anton Kaliaev 8f463cf35c
p2p: set RecvMessageCapacity to maxMsgSize in all reactors 4 years ago
  Callum 7a07abecc7 cleaned up tests 4 years ago
  Marko 7a6ca0c1bf
evidence: remove unused param (#4726) 4 years ago
  Erik Grinaker 4298bbcc4e
add support for block pruning via ABCI Commit response (#4588) 4 years ago
  Tess Rinearson ccf53a2276
all: name reactors when they are initialized (#4608) 4 years ago
  Marko 044f1bf288
format: add format cmd & goimport repo (#4586) 4 years ago
  Marko 48f073d796
privval: return error on getpubkey (#4534) 4 years ago
  Shivani Joshi 78144306dd
JSON tests related changes (#4461) 4 years ago
  Erik Grinaker fe11219795
Fix unexported returns (#4450) 4 years ago
  Erik Grinaker 8f48c49543
Fix some golangci-lint warnings (#4448) 4 years ago
  tau3 b7dab3b8ab
consensus: reduce log severity for ErrVoteNonDeterministicSignature (#4431) 4 years ago
  Erik Grinaker 68f37fff65
Use uint64 for consensus.Reactor.SwitchToConsensus() blocksSynced (#4433) 4 years ago
  Erik Grinaker 66a544a640
Fix broken /docs/spec links (#4376) 4 years ago
  Erik Grinaker 9cbfe7950d
tests: bind test servers to 127.0.0.1 (#4322) 5 years ago
  Anton Kaliaev db235c8df0
cs: check if cs.privValidator is nil (#4295) 5 years ago
  Marko 6d91c1faf4
evidence: introduce time.Duration to evidence params (#4254) 5 years ago
  Marko d7f4ce30ca metrics: only increase last_signed_height if commitSig for block (#4283) 5 years ago
  Prince Sinha 7be74c73b7 rpc: add method block_by_hash (#4257) 5 years ago
  Marko 7368ba358b
prometheus/metrics: three new metrics for consensus (#4263) 5 years ago
  Anton Kaliaev fff7f450be
cs: set missing_validators(_power) metrics to 0 for 1st block (#4194) 5 years ago
  Marko 9bd0f9e634
lint: golint issue fixes (#4258) 5 years ago
  Prince Sinha f0777277ad rpc: added proposer in consensus_state (#4250) 5 years ago
  Cuong Manh Le c9708105f0 consensus/types: fix BenchmarkRoundStateDeepCopy panics (#4244) 5 years ago
  Marko 7b52f51700
libs/common: Refactor libs/common 5 (#4240) 5 years ago
  Marko 89f0bbbd76
libs/common: Refactor libs/common 4 (#4237) 5 years ago
  Marko 27b00cf8d1
libs/common: refactor libs common 3 (#4232) 5 years ago
  Marko afc4d7a61f
libs/common: refactor libs/common 2 (#4231) 5 years ago
  Marko 3e2751d274
lint: Enable Golint (#4212) 5 years ago
  Black3HDF c066b39396 docs: fix broken links in consensus/readme.md (#4200) 5 years ago
  Anton Kaliaev ad715fe966
types: change `Commit` to consist of just signatures (#4146) 5 years ago
  Anton Kaliaev 43aed989ac cs: clarify where 24 comes from in maxMsgSizeBytes (wal.go) 5 years ago
  Greg Zaitsev ee6601ad48 cs: don't panic when block is not found in store (#4163) 5 years ago