480 Commits (f2351dc758e5c8cf6bc6c5c32931daa8ae6e49a9)

Author SHA1 Message Date
  Ethan Buchman fe1d59ab7b
Set protocol versions in NodeInfo from state (#2686) 6 years ago
  Ethan Buchman 30519e8361
types: first field in Canonical structs is Type (#2675) 6 years ago
  Ethan Buchman f536089f0b
types: dont use SimpleHashFromMap for header. closes #1841 (#2670) 6 years ago
  Ethan Buchman e798766a27
types: remove Version from CanonicalXxx (#2666) 6 years ago
  Ethan Buchman 455d34134c
ADR-016: Add versions to Block and State (#2644) 6 years ago
  Dev Ojha 124d0db1e0 Make txs and evidencelist use merkle.SimpleHashFromBytes to create hash (#2635) 6 years ago
  Joon 4ab7dcf3ac [R4R] Unmerklize ConsensusParams.Hash() (#2609) 6 years ago
  Joon 26462025bc standardize header.Hash() (#2610) 6 years ago
  Zarko Milosevic 287b25a059 Align with spec (#2642) 6 years ago
  Ismail Khoffi 8888595b94 [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 6 years ago
  Anton Kaliaev e1538bf67e state: require block.Time of the fist block to be genesis time (#2594) 6 years ago
  Dev Ojha 69ecda18f9 refactor nop_event_bus.go into event_bus.go (#2605) 6 years ago
  Dev Ojha 12fa9d1cab crypto/merkle: Remove byter in favor of plain byte slices (#2595) 6 years ago
  Ethan Buchman 6ec52a9233
types: cap evidence in block validation (#2560) 6 years ago
  Anton Kaliaev 724e264ff5 separate mock evidence from real evidence (#2571) 6 years ago
  Dev Ojha dfda7b442f types: Remove pubkey from validator hash (#2512) 6 years ago
  Anton Kaliaev f3d08f969d [rpc] fix /abci_query: trusted was renamed to prove (#2531) 6 years ago
  Dev Ojha fd1b8598bc Make block_test.go more table driven (#2526) 6 years ago
  Ethan Buchman 52e21cebcf
remove some xxx comments and the config.mempool.recheck_empty (#2505) 6 years ago
  Joon 71a34adfe5 General Merkle Proof (#2298) 6 years ago
  Ismail Khoffi fc073746a0 privval: Switch to amino encoding in SignBytes (#2459) 6 years ago
  Anton Kaliaev d12e55c494 node: Respond always to OS interrupts (#2479) 6 years ago
  Anton Kaliaev 8d50bb9dad conesnsu: follow up to removing some consensus params (#2427) 6 years ago
  Anton Kaliaev 38bced2440
[types] add Address to GenesisValidator (#2418) 6 years ago
  Anton Kaliaev 0e1cd88863 Remove ConsensusParams.TxSize and ConsensusParams.BlockGossip (#2364) 6 years ago
  Ethan Buchman dea34506fb types/time: add note about stripping monotonic part 6 years ago
  Zach 7f6bd5c161 docs & spec: deduplicate block-structure.md (#2331) 6 years ago
  Ethan Buchman eabb1ece8e tmtime: Canonical, some comments (#2312) 6 years ago
  Anton Kaliaev 166fd82b70
max-bytes PR follow-up (#2318) 6 years ago
  Zarko Milosevic 7b88172f41 Implement BFT time (#2203) 6 years ago
  Anton Kaliaev 02d1b03abb
update comment for MaxBlockSizeBytes 6 years ago
  Anton Kaliaev e873fed815
calculate amino overhead on the fly 6 years ago
  Anton Kaliaev e957f322c7
be more precise in comments 6 years ago
  Anton Kaliaev 0f7485690e
limit chain ID to 50 symbols max 6 years ago
  Anton Kaliaev d73c5cbdb1
reap max bytes from the mempool & check transaction size 6 years ago
  Ethan Buchman 6dde320591 fixes from review 6 years ago
  Ethan Buchman 0701d79046 minor fixes 6 years ago
  Ethan Buchman 4f61b97bbe update dep for proto. fix types/proto3/block.proto 6 years ago
  Ethan Buchman e3f54ece2f abci: VoteInfo, ValidatorUpdate. See ADR-018 6 years ago
  Anton Kaliaev eb98f1c3a9 add missing changelog entries (#2224) 6 years ago
  Anton Kaliaev 80e49abada
send ValidatorSetUpdates event when validator set changes (#2161) 6 years ago
  b00f 0f931eeb10 types: allow genesis file to have 0 validators (#2148) 6 years ago
  Dev Ojha 2756be5a59 libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 6 years ago
  Anton Kaliaev fc7c298cc0
Remove gogoproto from Makefile's TOOLS (#2198) 6 years ago
  Anton Kaliaev d7035abe73 change ABCI header to match Tendermint exactly 6 years ago
  Ethan Buchman 309a6772d7 types: fix formatting when printing signatures 6 years ago
  ValarDragon f903947ff3 crypto: Remove interface from crypto.Signature 6 years ago
  Anton Kaliaev bec9d5cba9 add proposer address to block's Header 6 years ago
  Jae Kwon e719a93d1d Addressed review for #1815 except those marked as 'TODO make issue' 6 years ago
  Ismail Khoffi 24ae878b9f update encoding test to how amino skips empty pointers 6 years ago