Anton Kaliaev
3fcb62b931
:tools: Update docs & fix build-docker Makefile target ( #2584 )
bump alpine version to 3.8
6 years ago
bradyjoestar
ed08ae7321
[tm-monitor] use pubkey.Equals() func instead of raw `==` ( #2221 )
6 years ago
Anton Kaliaev
059a03a66a
tools: clean up Makefile and remove LICENSE file ( #2042 )
* lean up Makefile and remove LICENSE file
* remove k8s and build LICENSE files
* remove non-existing target
6 years ago
ValarDragon
c798702764
crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey
6 years ago
ValarDragon
99e582d79a
crypto: Refactor to move files out of the top level directory
Currently the top level directory contains basically all of the code
for the crypto package. This PR moves the crypto code into submodules
in a similar manner to what `golang/x/crypto` does. This improves code
organization.
Ref discussion: https://github.com/tendermint/tendermint/pull/1966
Closes #1956
6 years ago
Anton Kaliaev
270659f03f
make Block Header and Data non-pointers
make BlockMeta Header a non-pointer
Refs #693
6 years ago
Zach
8ce588d984
fixes for tools repo merge ( #1945 )
fixes for tools repo merge (#1943 )
6 years ago
Zach Ramsay
2f4ab0c068
mv tools files to tools repo
6 years ago