Thane Thomson
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 ``` |
6 years ago | |
---|---|---|
.. | ||
testdata | p2p: Add test vectors for deriving secrets (#2120) | 6 years ago |
conn_go110.go | p2p: tmconn->conn and types->p2p | 7 years ago |
conn_notgo110.go | p2p: tmconn->conn and types->p2p | 7 years ago |
connection.go | p2p: set MConnection#created during init (#2990) | 6 years ago |
connection_test.go | p2p/conn: FlushStop. Use in pex. Closes #2092 (#2802) | 6 years ago |
secret_connection.go | Make SecretConnection thread safe (#3111) | 6 years ago |
secret_connection_test.go | Make SecretConnection thread safe (#3111) | 6 years ago |
wire.go | alias amino imports (#3219) | 6 years ago |