Anton Kaliaev
4de9d42e4c
limit the number of requests in flights for Prometheus server ( #1927 )
* limit the number of requests in flights for Prometheus server
Closes #1804
Default to 1 because usually there's just one collector.
* config: Up default for prom connections
6 years ago
Ethan Buchman
ec710395b7
RIPEMD160 -> SHA256
6 years ago
Ethan Buchman
3f4847331f
update grpc version. fix remotedb tests
6 years ago
Ethan Buchman
965a55d2a8
remove tmlibs from dep
6 years ago
Ethan Buchman
233b35a2a9
Revert "delete some things for the merge"
This reverts commit 2902ab1a14
.
6 years ago
Ethan Buchman
ae3bf81833
mv tmlibs files to libs dir
6 years ago
Ethan Buchman
2902ab1a14
delete some things for the merge
6 years ago
Ethan Buchman
9ff99114b1
update for tmlibs v0.9.0
6 years ago
Anton Kaliaev
936a655990
limit number of open connections
Refs #1740
also, expose limit option for number concurrent streams for gRPC
(unlimited by default)
6 years ago
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
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
80e9752250
Move TODOs to #114
7 years ago
Christopher Goes
bb81e4aa5f
Pin to an upstream revision
7 years ago
Ethan Buchman
21951dd5b3
update tmlibs dep
7 years ago
Christopher Goes
e534559bdc
Update upstream Ledger code
7 years ago
Ethan Buchman
01f87fd8d3
remove gogoproto
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
Christopher Goes
55f4ccd4fc
CI fix
7 years ago
Christopher Goes
bf16d6453c
Address PR comments
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