tendermint/types
Anton Kaliaev d7035abe73 change ABCI header to match Tendermint exactly
Now that Tendermint Amino will be compatible with proto3, the Header in ABCI
should exactly match the Tendermint header - they will then be encoded
identically in ABCI and in Tendermint Core.

Refs #265
2018-08-05 16:57:38 -04:00
..
proto3 change ABCI header to match Tendermint exactly 2018-08-05 16:57:38 -04:00
block.go change ABCI header to match Tendermint exactly 2018-08-05 16:57:38 -04:00
block_meta.go make Block Header and Data non-pointers 2018-07-13 12:05:54 +04:00
block_test.go add proposer address to block's Header 2018-08-05 15:16:49 -04:00
canonical_json.go Merge branch 'develop' into jae/optimize_blockchain 2018-07-23 22:16:34 -04:00
event_bus.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
event_bus_test.go abci: remove fee (#2043) 2018-07-24 17:28:26 +02:00
events.go Merge pull request #1965 from tendermint/693-part-2 2018-07-20 17:42:42 +02: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 Add test for MakePartSet with evidence 2018-07-26 19:00:07 -04:00
evidence_test.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
genesis.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
genesis_test.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 2018-07-20 10:44:21 -07: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 Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
nop_event_bus.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
params.go RIPEMD160 -> SHA256 2018-07-02 14:27:43 -04:00
params_test.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
part_set.go RIPEMD160 -> SHA256 2018-07-02 14:27:43 -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 crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 2018-07-20 10:44:21 -07:00
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 update encoding test to how amino skips empty pointers 2018-08-01 13:29:41 +02:00
protobuf.go change ABCI header to match Tendermint exactly 2018-08-05 16:57:38 -04:00
protobuf_test.go Merge branch 'release/v0.23.0' into bucky/merge-0.23.0-to-develop 2018-08-05 16:42:04 -04:00
results.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
results_test.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
signable.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
test_util.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
tx.go RIPEMD160 -> SHA256 2018-07-02 14:27:43 -04:00
tx_test.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
validator.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
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 fixes post merge 2018-07-23 23:39:22 -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 Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
vote_test.go crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 2018-07-20 10:44:21 -07:00
wire.go Fix 0.22.7, bump to 0.22.8 2018-07-26 18:08:09 -07:00