tendermint/types
Zarko Milosevic c5905900eb Simplify proposal msg (#2735)
* Align Proposal message with spec

* Update spec
2018-10-31 10:27:11 -04:00
..
proto3 Update to amino 0.14.0 (#2710) 2018-10-29 09:16:50 -04:00
time types/time: add note about stripping monotonic part 2018-09-06 17:58:52 -04:00
block.go Update to amino 0.14.0 (#2710) 2018-10-29 09:16:50 -04:00
block_meta.go make Block Header and Data non-pointers 2018-07-13 12:05:54 +04:00
block_test.go Update to amino 0.14.0 (#2710) 2018-10-29 09:16:50 -04:00
canonical.go Simplify proposal msg (#2735) 2018-10-31 10:27:11 -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 Introduce EventValidBlock for informing peers about wanted block (#2652) 2018-10-31 09:20:36 -04:00
event_bus_test.go send ValidatorSetUpdates event when validator set changes (#2161) 2018-08-14 19:16:35 +04:00
events.go Introduce EventValidBlock for informing peers about wanted block (#2652) 2018-10-31 09:20:36 -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 Update to amino 0.14.0 (#2710) 2018-10-29 09:16:50 -04:00
evidence_test.go Introduce EventValidBlock for informing peers about wanted block (#2652) 2018-10-31 09:20:36 -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 Catch up with amino 0.13.0 (#2690) 2018-10-24 21:34:01 -04:00
heartbeat_test.go Catch up with amino 0.13.0 (#2690) 2018-10-24 21:34:01 -04:00
keys.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
params.go Add ValidatorPubkeyTypes as a consensus param (#2636) 2018-10-30 11:36:53 -04:00
params_test.go Add ValidatorPubkeyTypes as a consensus param (#2636) 2018-10-30 11:36:53 -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 Simplify proposal msg (#2735) 2018-10-31 10:27:11 -04:00
proposal_test.go Simplify proposal msg (#2735) 2018-10-31 10:27:11 -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 Add ValidatorPubkeyTypes as a consensus param (#2636) 2018-10-30 11:36:53 -04:00
protobuf_test.go Add ValidatorPubkeyTypes as a consensus param (#2636) 2018-10-30 11:36:53 -04:00
results.go Catch up with amino 0.13.0 (#2690) 2018-10-24 21:34:01 -04:00
results_test.go Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -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 Catch up with amino 0.13.0 (#2690) 2018-10-24 21:34:01 -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 Catch up with amino 0.13.0 (#2690) 2018-10-24 21:34:01 -04:00
vote.go Align Vote/Proposal fields with canonical order and fields (#2730) 2018-10-30 12:16:55 -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 Align Vote/Proposal fields with canonical order and fields (#2730) 2018-10-30 12:16:55 -04:00
wire.go separate mock evidence from real evidence (#2571) 2018-10-09 14:10:05 +02:00