d470945503
update gometalinter to 3.0.0 ( #3233 )
...
in the attempt to fix https://circleci.com/gh/tendermint/tendermint/43165
also
code is simplified by running gofmt -s .
remove unused vars
enable linters we're currently passing
remove deprecated linters
2019-01-30 12:24:26 +04:00
9a0bfafef6
docs: fix links ( #3220 )
...
Because there's nothing worse than having to copy/paste a link from a
web page to navigate to it 😁
2019-01-28 17:41:39 +04:00
a335caaedb
alias amino imports ( #3219 )
...
As per conversation here: https://github.com/tendermint/tendermint/pull/3218#discussion_r251364041
This is the result of running the following code on the repo:
```bash
find . -name '*.go' | grep -v 'vendor/' | xargs -n 1 goimports -w
```
2019-01-28 16:13:17 +04:00
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
b646437ec7
Decouple StartHTTP{,AndTLS}Server from Listen() ( #2791 )
...
* Decouple StartHTTP{,AndTLS}Server from Listen()
This should help solve cosmos/cosmos-sdk#2715
* Fix small mistake
* Update StartGRPCServer
* s/rpc/rpcserver/
* Start grpccore.StartGRPCServer in a goroutine
* Reinstate l.Close()
* Fix rpc/lib/test/main.go
* Update code comment
* update changelog and comments
* fix tm-monitor. more comments
2018-11-15 15:33:04 -05:00
bbf15b3d09
tm-monitor: update health after we added / removed node ( #2694 )
...
Refs #2693
2018-10-25 12:27:32 +02:00
3fcb62b931
:tools: Update docs & fix build-docker Makefile target ( #2584 )
...
bump alpine version to 3.8
2018-10-09 16:04:15 +02:00
ed08ae7321
[tm-monitor] use pubkey.Equals() func instead of raw ==
( #2221 )
2018-08-14 18:57:48 +04:00
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
2018-07-24 16:02:32 +02: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