tendermint/types
Ethan Buchman 4f61b97bbe update dep for proto. fix types/proto3/block.proto 2018-08-16 13:19:14 -04:00
..
proto3 update dep for proto. fix types/proto3/block.proto 2018-08-16 13:19:14 -04:00
block.go change ABCI header to match Tendermint exactly 2018-08-05 16:57:38 -04:00
block_meta.go
block_test.go add proposer address to block's Header 2018-08-05 15:16:49 -04:00
canonical_json.go
event_bus.go send ValidatorSetUpdates event when validator set changes (#2161) 2018-08-14 19:16:35 +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
evidence_test.go
genesis.go types: allow genesis file to have 0 validators (#2148) 2018-08-14 19:02:53 +04:00
genesis_test.go add missing changelog entries (#2224) 2018-08-14 19:16:18 -04:00
heartbeat.go crypto: Remove interface from crypto.Signature 2018-08-05 15:46:57 -04:00
heartbeat_test.go crypto: Remove interface from crypto.Signature 2018-08-05 15:46:57 -04:00
keys.go
nop_event_bus.go send ValidatorSetUpdates event when validator set changes (#2161) 2018-08-14 19:16:35 +04:00
params.go
params_test.go
part_set.go
part_set_test.go
priv_validator.go
proposal.go Merge branch 'release/v0.23.0' into bucky/merge-0.23.0-to-develop 2018-08-05 16:42:04 -04:00
proposal_test.go types: fix formatting when printing signatures 2018-08-05 16:35:43 -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 abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
protobuf_test.go abci: VoteInfo, ValidatorUpdate. See ADR-018 2018-08-16 13:19:13 -04:00
results.go
results_test.go
signable.go
test_util.go
tx.go
tx_test.go
validator.go
validator_set.go Addressed review for #1815 except those marked as 'TODO make issue' 2018-08-02 03:10:50 -07:00
validator_set_test.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
vote.go types: fix formatting when printing signatures 2018-08-05 16:35:43 -04:00
vote_set.go Merge branch 'release/v0.23.0' into bucky/merge-0.23.0-to-develop 2018-08-05 16:42:04 -04:00
vote_set_test.go
vote_test.go
wire.go