Ethan Buchman
8e45348737
update for abci v0.11.0 release. let InitChain update validators
7 years ago
Ethan Buchman
2897685c57
abci header takes ValidatorsHash
7 years ago
Ethan Buchman
e2f5a6fbe4
update abci
7 years ago
Ethan Buchman
e5bca1df6f
update godep for abci
7 years ago
Ethan Buchman
e13c1ab735
update for new abci
7 years ago
Ethan Buchman
9cb079dcc6
dep, version, changelog
7 years ago
Anton Kaliaev
1f22f34edf
flush wal group on stop
Refs #1659
Refs https://github.com/tendermint/tmlibs/pull/217
7 years ago
Zaki Manian
44f1bdb0d5
Bech32 ( #216 )
* Add support for regular bech32 to tmlibs
* Add bech32 to gopkg.toml
7 years ago
Ethan Buchman
90c3a469ff
Revert "Merge pull request #247 from tendermint/bucky/no-gogo"
This reverts commit ef79007433
, reversing
changes made to bcfdd6dbaf
.
7 years ago
Christopher Goes
bb81e4aa5f
Pin to an upstream revision
7 years ago
Ethan Buchman
21951dd5b3
update tmlibs dep
7 years ago
Ethan Buchman
01f87fd8d3
remove gogoproto
7 years ago
Christopher Goes
1c9ff46e98
Ledger integration, WIP
7 years ago
Jae Kwon
edbec10f9e
Expose peer stats for dump_consensus_state
7 years ago
Ethan Buchman
97f3ada9c2
update godep
7 years ago
Jae Kwon
d0beaba7e8
Bump version to 0.19.0
7 years ago
Thomas Corbière
6a48bd0c88
use the tag interface for pubsub. ( #1438 )
* use the tag interface for pubsub.
* update tmlibs.
* Fix unresolved conflict.
7 years ago
Ethan Buchman
dcd00b0e68
update deps and changelog
7 years ago
Ethan Buchman
78a8905690
update deps and version bump
7 years ago
Ethan Buchman
915416979b
update for latest amino. bump version
7 years ago
Ethan Buchman
02c0835e9b
fixes post merge
7 years ago
Jae Kwon
7afe74a963
Update go-crypto to 0.6.1 and change config/toml.go privval address
7 years ago
Jae Kwon
3ca5292dc9
Fix rpc tests
7 years ago
Ethan Buchman
59ca9bf480
update to tmlibs v0.8.1
7 years ago
Jae Kwon
1b9323f105
Fix blockchain tests
7 years ago
Anton Kaliaev
49986b05bc
update tmlibs
Refs #1376
7 years ago
Jae Kwon
0d4436dea7
Use MarshalBinaryBare; Fix encode_test; Bump version
7 years ago
Jae Kwon
901b456151
P2P now works with Amino
7 years ago
Jae Kwon
a04f2ae5c6
tmlibs 0.8.0-dev; canonical concrete names
7 years ago
Jae Kwon
c62aed95f2
Lock to 0.8.0-dev tmlibs
7 years ago
Ethan Buchman
bbaad22982
update dep
7 years ago
Ethan Buchman
f9d9d92ea3
fix dep for minor version bumps
7 years ago
Ethan Buchman
c11bcd7890
update dep for tmlibs
7 years ago
Ethan Buchman
3135fca73b
changelog, dep, version
7 years ago
Jae Kwon
6c345f9fa2
First stab: p2p/conn
7 years ago
Jae Kwon
4e02184676
Remove pkg/errors; Update Gopkg.toml, but not GRPC because it breaks.
7 years ago
Alexander Simmerl
9b9022f8df
privVal: Improve SocketClient network code ( #1315 )
Follow-up to feedback from #1286 , this change simplifies the connection
handling in the SocketClient and makes the communication via TCP more
robust. It introduces the tcpTimeoutListener to encapsulate accept and
i/o timeout handling as well as connection keep-alive, this type could
likely be upgraded to handle more fine-grained tuning of the tcp stack
(linger, nodelay, etc.) according to the properties we desire. The same
methods should be applied to the RemoteSigner which will be overhauled
when the priv_val_server is fleshed out.
* require private key
* simplify connect logic
* break out conn upgrades to tcpTimeoutListener
* extend test coverage and simplify component setup
7 years ago
Anton Kaliaev
e39187a063
add go-amino as source for go-wire
7 years ago
Anton Kaliaev
f499ce8713
update go-amino
7 years ago
Zaki Manian
a38ad4e21b
Move the tmlibs dependency to develop
7 years ago
Ethan Buchman
929f326dd2
update dep
7 years ago
Ethan Buchman
59872bf335
update dep for new go-wire API
7 years ago
Anton Kaliaev
c41cbf2a07
add missing golang.org/x/net/netutil package
7 years ago
Anton Kaliaev
0821384ac6
update abci version
7 years ago
Zaki Manian
3d5f0a8b94
Switch dependency management to dep from glide ( #202 )
7 years ago
Zaki Manian
26f2ab65f8
Switch to dep from glide ( #155 )
7 years ago
Zaki Manian
6270ecef8c
Switch to dep from glide for dependency management ( #1243 )
* Switch to dep from glide for dependency management
* Update CI dockerfile to use dep instead of glide
* Wrong file extension
* Run 'dep ensure' after copying code
* Install glide to handle abci dependencies in testing
* Use `dep ensure -vendor-only` to setup vendor directory before installing source code on ci
7 years ago
Zaki Manian
b6d029050b
Switch to dep from glide for dependency resolution
7 years ago