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
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
Alexander Simmerl
a605b66c5a
Move abci imports
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
Liamsi
7ebc7c08e7
delete keys package
- also delete ledger code and deps (thx cwgoes)
Signed-off-by: Liamsi <Liamsi@users.noreply.github.com>
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
5c7093cc9f
go-kit metrics plus prometheus: one metric
7 years ago
ValarDragon
ec0c901bec
Bump abci version
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
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