Liamsi
80ab7bfe99
fix p2p test in circleci
6 years ago
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
6 years ago
Liamsi
96a3502126
delete everything
6 years ago
Christopher Goes
c7a842a4e2
Update Gopkg.lock
6 years ago
Ismail Khoffi
4634063698
keys package: fundraiser compatibility and HD keys (BIP 39 & BIP 32 / BIP 44) ( #118 )
- fundraiser compatibility for HD keys (BIP 39 & BIP 32 / BIP 44)
6 years ago
Anton Kaliaev
3cdf3b670d
serve metrics under /metrics
7 years ago
Anton Kaliaev
5c7093cc9f
go-kit metrics plus prometheus: one metric
7 years ago
Dev Ojha
fed8807a32
Switch xchachapoly to hkdfchachapoly ( #135 )
* Switch from xchachapoly to hkdfchachapoly
6 years ago
ValarDragon
ec0c901bec
Bump abci version
7 years ago
Christopher Goes
8e273220a3
Remove error from priv.PubKey() ( #131 )
* Remove error from priv.PubKey()
* Update changelog
7 years ago
Dev Ojha
b84f788f36
Switch ports 466xx to 266xx ( #1735 )
* Switch ports 466xx to be 266xx
This is done so the default ports aren't in the linux kernel's default ephemeral port range.
* Update ABCI import
* Bump cache on circleci
* Get more verbose output for debugging
* Bump abci dependency
* Fix accidental change of a block header's hash
* pin abci release
7 years ago
Liamsi
45a1c8aef3
fix tests, move encoding to encode_test.go, include an example
7 years ago
Christopher Goes
c21f67c5af
Unify local and external keys in keybase interface ( #117 )
* Return errors on priv.Sign(), priv.PubKey()
* Add CreateLedger, CreateOffline
* Add switch on .Sign() for Ledger wallets
* Add offline signing switch on .Sign()
* Use MustUnmarshalBinaryBare()
* Add confirmation to delete offline/Ledger keys
* Lowercase error message
* Add human-readable .GetType() function to Info interface
* Rename CryptoAlgo => SignAlgo
* assert.Nil(t, err) => assert.NoError(t, err)
7 years ago
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
71556c62eb
fixes from rebase
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
Christopher Goes
80e9752250
Move TODOs to #114
7 years ago
Christopher Goes
bb81e4aa5f
Pin to an upstream revision
7 years ago
Christopher Goes
e534559bdc
Update upstream Ledger code
7 years ago
Anton Kaliaev
bb9aa85d22
copy events and pubsub packages from tmlibs
Refs #847
7 years ago
Anton Kaliaev
c4fef499b6
switch to events package
7 years ago
Christopher Goes
e6d0ade0e1
Update to latest upstream, debugging information
7 years ago
Christopher Goes
49e03fb481
Update dependency versions
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
915416979b
update for latest amino. bump version
7 years ago
Ethan Buchman
df9bf60b05
forgot Gopkg.lock
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
Jae Kwon
e4492afbad
Merge
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
Ethan Buchman
bbaad22982
update dep
7 years ago
Jae Kwon
6c345f9fa2
First stab: p2p/conn
7 years ago
Jae Kwon
a3800da0a1
Update Gopkg.lock to use go-amino
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