Author | SHA1 | Message | Date |
---|---|---|---|
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 |
6 years ago |
Zach Ramsay | 44dad6d70b |
Revert "detele everything"
This reverts commit
|
6 years ago |
Zach Ramsay | d02c5d1e30 | detele everything | 6 years ago |
Liamsi | d2c05bc5b9 |
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit
|
7 years ago |
Liamsi | 96a3502126 | delete everything | 7 years ago |
Anton Kaliaev |
bb9aa85d22
|
copy events and pubsub packages from tmlibs
Refs #847 |
7 years ago |