tendermint/types
Ethan Buchman be929acd6a
Update to Amino v0.13.0-rc0 (#2687)
* types: test tm2pm on fully populated header

* upgrade for amino v0.13.0-rc0

* fix lint

* comment out final test
2018-10-23 13:21:47 -04:00
..
proto3 Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -04:00
time types/time: add note about stripping monotonic part 2018-09-06 17:58:52 -04:00
block.go Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -04:00
block_meta.go
block_test.go Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -04:00
canonical.go types: first field in Canonical structs is Type (#2675) 2018-10-19 14:23:14 -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
evidence.go Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -04:00
evidence_test.go Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -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
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
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 Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -04:00
protobuf_test.go Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -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 Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -04:00
signable.go
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 Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -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 Update to Amino v0.13.0-rc0 (#2687) 2018-10-23 13:21:47 -04:00
wire.go separate mock evidence from real evidence (#2571) 2018-10-09 14:10:05 +02:00