8502 Commits (v0.26.0-dev0)
 

Author SHA1 Message Date
  Anton Kaliaev 37928cb990 set next validators along with validators while replay (#2637) 6 years ago
  Dev Ojha 0790223518 Comment about ed25519 private key format on Sign (#2632) 6 years ago
  Ethan Buchman 0baa7588c2
p2p: NodeInfo is an interface; General cleanup (#2556) 6 years ago
  Ismail Khoffi 8888595b94 [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 6 years ago
  Dev Ojha 1b51cf3f46 Remove unnecessary layer of indirection / unnecessary allocation of hashes (#2620) 6 years ago
  Zarko Milosevic 2363d88979 consensus: Wait for proposal or timeout before prevote (#2540) 6 years ago
  Anton Kaliaev e1538bf67e state: require block.Time of the fist block to be genesis time (#2594) 6 years ago
  Alessio Treglia 3744e8271d [R4R] Pass nil to NewValidatorSet() when genesis file's Validators field is nil (#2617) 6 years ago
  Ethan Buchman 7b48ea1788
privval: set deadline in readMsg (#2548) 6 years ago
  Dev Ojha 69ecda18f9 refactor nop_event_bus.go into event_bus.go (#2605) 6 years ago
  Connor Stein cc0bea522c Minor doc fix regarding testnet on non-linux OS (#2601) 6 years ago
  Ethan Buchman feb08fa4f8
ed25519: use golang/x/crypto fork (#2558) 6 years ago
  Anton Kaliaev 9a6cdaddf2
fix contributor's name in CHANGELOG_PENDING (#2599) 6 years ago
  Dev Ojha 12fa9d1cab crypto/merkle: Remove byter in favor of plain byte slices (#2595) 6 years ago
  Matthew Slipper 92343ef484 Add additional metrics (#2500) 6 years ago
  Dev Ojha ee7b3d260e crypto/amino: Address anton's comment on PubkeyAminoRoute (#2592) 6 years ago
  Ethan Buchman 6ec52a9233
types: cap evidence in block validation (#2560) 6 years ago
  Anton Kaliaev 05a119aab5 libs: Test deadlock from listener removal inside callback (#2588) 6 years ago
  Dev Ojha d7341c4057 distribution: Lock binary dependencies to specific commits (#2550) 6 years ago
  Anton Kaliaev 3fcb62b931 :tools: Update docs & fix build-docker Makefile target (#2584) 6 years ago
  Dev Ojha 8761b27489 crypto: Add a way to go from pubkey to route (#2574) 6 years ago
  Joon e7708850c0 libs: Let prefixIterator implements Iterator correctly (#2581) 6 years ago
  Overbool 561fc2d717 test(db): Test itr.Value in checkValuePanics (#2580) 6 years ago
  Anton Kaliaev 724e264ff5 separate mock evidence from real evidence (#2571) 6 years ago
  Anton Kaliaev 989a2f32b1 libs: Refactor & document events code (#2576) 6 years ago
  goolAdapter 4b2bf023dd libs: Fix event concurrency flaw (#2519) 6 years ago
  Dev Ojha c17547ac2f Switch nodeID to use tmhash.Size, add test names for net addr tests (#2559) 6 years ago
  Dev Ojha b1e7fac787 crypto/random: Use chacha20, add forward secrecy (#2562) 6 years ago
  Anton Kaliaev 35b671214c tools: Refactor tm-bench (#2570) 6 years ago
  bradyjoestar 4c0c6e0116 [tm-bench] exit on CTRL-C (#2405) 6 years ago
  Zach b8556b97b8 circle: save p2p logs as artifacts (#2566) 6 years ago
  goolAdapter 5f88fe0e9b fix p2p switch FlushThrottle value (#2569) 6 years ago
  Pierrick Hymbert 1d8348d707 [p2p] Malformed external address causes SIGSEGV (if URL has empty host) (#2564) 6 years ago
  Ethan Buchman f471fc4963
abci: codespace (#2557) 6 years ago
  Joon 2d726a620b add adr (#2553) 6 years ago
  Dev Ojha dfda7b442f types: Remove pubkey from validator hash (#2512) 6 years ago
  Zach 6e5f58191e add spec/abci/readme to sidebar (#2551) 6 years ago
  Dev Ojha c648c93807 Fix random distribution in bitArray.PickRandom (#2534) 6 years ago
  bradyjoestar 5b120d788a lite support maxOpenConnections (#2413) 6 years ago
  Alexander Simmerl e6a55b7be0 consensus: Add ADR for first stage consensus refactor (#2462) 6 years ago
  Ismail Khoffi d2be7482e1 [ADR][DRAFT] 024: SignBytes and validator types in privval (#2445) 6 years ago
  Ethan Buchman 44a72fb642
Merge pull request #2544 from tendermint/bucky/adr-029 6 years ago
  Ethan Buchman c15fc9ff63 adr-029: update CheckBlock 6 years ago
  JamesRay be1760cc25 Create adr-021-check block txs before prevote.md 6 years ago
  Anton Kaliaev 5b1b1ea58a [libs/autofile] fix DATA RACE by removing openFile() call (#2539) 6 years ago
  Jeremiah Andrews f11aef20a0 Add ADR for Commit changes (#2374) 6 years ago
  Zach 303649818c update docs links & sidebar (#2541) 6 years ago
  Zarko Milosevic 12675ecd92 consensus: Wait timeout precommit before starting new round (#2493) 6 years ago
  Anton Kaliaev cb2e58411f add a missing changelog entry 6 years ago
  ValarDragon 0755a5203d bit_array: Simplify subtraction 6 years ago