tendermint/types
Dev Ojha dae7dc30e0 Switch usage of math/rand to cmn's rand (#1980)
This commit switches all usage of math/rand to cmn's rand. The only
exceptions are within the random file itself, the tools package, and the
crypto package. In tools you don't want it to lock between the go-routines.
The crypto package doesn't use it so the crypto package have no other
dependencies within tendermint/tendermint for easier portability.

Crypto/rand usage is unadjusted.

Closes #1343
2018-07-16 11:20:37 +04:00
..
block.go [types] add tests for Block and Commit 2018-07-12 22:40:05 +04:00
block_meta.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
block_test.go [types] add tests for Block and Commit 2018-07-12 22:40:05 +04:00
canonical_json.go fix import paths 2018-07-01 22:36:49 -04:00
event_bus.go fix stopping pubsub 2018-07-14 14:50:56 +01:00
event_bus_test.go Switch usage of math/rand to cmn's rand (#1980) 2018-07-16 11:20:37 +04:00
events.go remove events we do not emit 2018-07-12 22:40:05 +04:00
events_test.go add tests for events public funcs 2018-07-12 22:40:05 +04:00
evidence.go add more tests for evidence 2018-07-12 22:40:05 +04:00
evidence_test.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
genesis.go remove deprecated `app_options` field from genesis 2018-07-12 22:40:05 +04:00
genesis_test.go add tests for genesis 2018-07-12 22:40:06 +04:00
heartbeat.go fix import paths 2018-07-01 22:36:49 -04:00
heartbeat_test.go remove go-crypto from go-crypto: 2018-06-20 21:05:38 -07: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 add a test for ConsensusParams#Update 2018-07-12 22:40:06 +04:00
part_set.go RIPEMD160 -> SHA256 2018-07-02 14:27:43 -04:00
part_set_test.go improve part set tests 2018-07-12 22:40:06 +04:00
priv_validator.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
proposal.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
proposal_test.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
protobuf.go add tests for protobuf 2018-07-12 22:40:06 +04:00
protobuf_test.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
results.go add tests for ABCIResults#Bytes and tx#IndexByHash 2018-07-12 22:40:06 +04:00
results_test.go add tests for ABCIResults#Bytes and tx#IndexByHash 2018-07-12 22:40:06 +04: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 add tests for ABCIResults#Bytes and tx#IndexByHash 2018-07-12 22:40:06 +04:00
validator.go Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
validator_set.go fix linter issues 2018-07-12 22:40:07 +04:00
validator_set_test.go test validator set more thoroughly 2018-07-12 22:40:06 +04:00
vote.go fix import paths 2018-07-01 22:36:49 -04:00
vote_set.go fix import paths 2018-07-01 22:36:49 -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 Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 2018-07-12 22:40:07 +04:00
wire.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00