4039276085
remove unnecessary "crypto" import alias ( #2940 )
2018-11-28 23:53:04 +04:00
99b9c9bf60
types: Emit tags from BeginBlock/EndBlock ( #2747 )
...
This commit makes both EventNewBlock and EventNewBlockHeader emit tags
on the event bus, so subscribers can use them in queries.
2018-11-26 22:21:42 -05:00
bbf15b3d09
tm-monitor: update health after we added / removed node ( #2694 )
...
Refs #2693
2018-10-25 12:27:32 +02:00
ed08ae7321
[tm-monitor] use pubkey.Equals() func instead of raw ==
( #2221 )
2018-08-14 18:57:48 +04:00
c798702764
crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey
2018-07-20 10:44:21 -07:00
17c0029233
Merge remote-tracking branch 'origin/develop' into dev/refactor_crypto
2018-07-20 08:59:41 -07:00
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
2018-07-18 08:38:44 -07:00
270659f03f
make Block Header and Data non-pointers
...
make BlockMeta Header a non-pointer
Refs #693
2018-07-13 12:05:54 +04:00
8ce588d984
fixes for tools repo merge ( #1945 )
...
fixes for tools repo merge (#1943 )
2018-07-10 16:42:27 -04:00
2f4ab0c068
mv tools files to tools repo
2018-07-10 11:15:39 -04:00