tendermint/types
Anton Kaliaev 8d50bb9dad conesnsu: follow up to removing some consensus params (#2427)
* follow up to removing some consensus params Refs #2382
* change args type to int64 in state#makeParams
* make valsCount and evidenceCount ints again
* MaxEvidenceBytesPerBlock: include magic number in godoc
* [spec] creating a proposal
* test state#TxFilter
* panic if MaxDataBytes is less than 0
* fixes after review
* use amino#UvarintSize to calculate overhead
0c74291f3b/encoder.go (L85-L90)
* avoid cyclic imports
* you can do better Go, come on
* remove testdouble package
2018-09-21 11:00:36 +02:00
..
proto3 update dep for proto. fix types/proto3/block.proto 2018-08-16 13:19:14 -04:00
time types/time: add note about stripping monotonic part 2018-09-06 17:58:52 -04:00
block.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
block_meta.go make Block Header and Data non-pointers 2018-07-13 12:05:54 +04:00
block_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
canonical_json.go tmtime: Canonical, some comments (#2312) 2018-09-04 12:20:58 +04:00
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 crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07:00
evidence.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
evidence_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02: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 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 send ValidatorSetUpdates event when validator set changes (#2161) 2018-08-14 19:16:35 +04:00
params.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
params_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02: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 Implement BFT time (#2203) 2018-08-31 19:33:51 -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 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: 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 Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
tx.go calculate amino overhead on the fly 2018-08-31 16:01:22 +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 Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
vote.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02: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 Implement BFT time (#2203) 2018-08-31 19:33:51 -04:00
vote_test.go conesnsu: follow up to removing some consensus params (#2427) 2018-09-21 11:00:36 +02:00
wire.go Fix 0.22.7, bump to 0.22.8 2018-07-26 18:08:09 -07:00