tendermint/types
Ethan Buchman e798766a27
types: remove Version from CanonicalXxx (#2666)
2018-10-18 18:02:20 -04:00
..
proto3 ADR-016: Add versions to Block and State (#2644) 2018-10-17 15:30:53 -04:00
time types/time: add note about stripping monotonic part 2018-09-06 17:58:52 -04:00
block.go ADR-016: Add versions to Block and State (#2644) 2018-10-17 15:30:53 -04:00
block_meta.go make Block Header and Data non-pointers 2018-07-13 12:05:54 +04:00
block_test.go ADR-016: Add versions to Block and State (#2644) 2018-10-17 15:30:53 -04:00
canonical.go types: remove Version from CanonicalXxx (#2666) 2018-10-18 18:02:20 -04:00
encoding_helper.go crypto/merkle: Remove byter in favor of plain byte slices (#2595) 2018-10-10 12:46:09 -04:00
event_bus.go refactor nop_event_bus.go into event_bus.go (#2605) 2018-10-11 10:16:25 -04:00
event_bus_test.go send ValidatorSetUpdates event when validator set changes (#2161) 2018-08-14 19:16:35 +04:00
events.go send ValidatorSetUpdates event when validator set changes (#2161) 2018-08-14 19:16:35 +04:00
events_test.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
evidence.go Make txs and evidencelist use merkle.SimpleHashFromBytes to create hash (#2635) 2018-10-15 16:42:47 -04:00
evidence_test.go Align with spec (#2642) 2018-10-15 16:05:13 -04:00
genesis.go [types] add Address to GenesisValidator (#2418) 2018-09-18 11:59:52 +04:00
genesis_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
heartbeat.go privval: Switch to amino encoding in SignBytes (#2459) 2018-09-28 19:57:29 -04:00
heartbeat_test.go privval: Switch to amino encoding in SignBytes (#2459) 2018-09-28 19:57:29 -04:00
keys.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
params.go [R4R] Unmerklize ConsensusParams.Hash() (#2609) 2018-10-15 16:31:27 -04:00
params_test.go [R4R] Unmerklize ConsensusParams.Hash() (#2609) 2018-10-15 16:31:27 -04:00
part_set.go crypto/merkle: Remove byter in favor of plain byte slices (#2595) 2018-10-10 12:46:09 -04:00
part_set_test.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
priv_validator.go privval: Switch to amino encoding in SignBytes (#2459) 2018-09-28 19:57:29 -04:00
proposal.go privval: Switch to amino encoding in SignBytes (#2459) 2018-09-28 19:57:29 -04:00
proposal_test.go privval: Switch to amino encoding in SignBytes (#2459) 2018-09-28 19:57:29 -04:00
proto3_test.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
protobuf.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
protobuf_test.go tmtime: Canonical, some comments (#2312) 2018-09-04 12:20:58 +04:00
results.go crypto/merkle: Remove byter in favor of plain byte slices (#2595) 2018-10-10 12:46:09 -04:00
results_test.go General Merkle Proof (#2298) 2018-09-28 20:03:19 -04:00
signable.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
signed_msg_type.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
test_util.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
tx.go Make txs and evidencelist use merkle.SimpleHashFromBytes to create hash (#2635) 2018-10-15 16:42:47 -04:00
tx_test.go General Merkle Proof (#2298) 2018-09-28 20:03:19 -04:00
validator.go crypto/merkle: Remove byter in favor of plain byte slices (#2595) 2018-10-10 12:46:09 -04:00
validator_set.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
validator_set_test.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
vote.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
vote_set.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
vote_set_test.go [R4R] Fixed sized and reordered fields for Vote/Proposal/Heartbeat SignBytes (#2598) 2018-10-12 19:21:46 -04:00
vote_test.go types: remove Version from CanonicalXxx (#2666) 2018-10-18 18:02:20 -04:00
wire.go separate mock evidence from real evidence (#2571) 2018-10-09 14:10:05 +02:00