Alexander Simmerl
|
3e1baf68f8
|
crypto: Rename last traces of go-crypto (#1786)
Follow-up to #1782
|
6 years ago |
Alexander Simmerl
|
7e3de2027e
|
Merge pull request #1787 from tendermint/dev/hkdfchachapoly_testvector_seal
crypto/hkdfchachapoly: Add testing seal to the test vector
|
6 years ago |
ValarDragon
|
3ae878b229
|
crypto/hkdfchachapoly: Add testing seal to the test vector
|
6 years ago |
Ethan Buchman
|
2b5229dd5e
|
Merge pull request #1782 from Liamsi/merge-city
Merge go-crypto into tendermint
|
6 years ago |
Ethan Buchman
|
9cd9f3338b
|
Merge branch 'master' into develop
|
6 years ago |
Ethan Buchman
|
46369a1ab7
|
Merge pull request #1779 from tendermint/release/v0.21.0
Release/v0.21.0
|
6 years ago |
Ethan Buchman
|
1e3951c61c
|
update changelog
|
6 years ago |
Liamsi
|
9803f18494
|
review comments:
gofmt
|
6 years ago |
Liamsi
|
a39b2522d5
|
review comments:
- re-add test
- add TODO
- err instead of panic where possible
|
6 years ago |
Liamsi
|
c96b27136f
|
remove go-crypto from go-crypto:
use tendermint/crypto :-)
|
6 years ago |
Liamsi
|
80ab7bfe99
|
fix p2p test in circleci
|
6 years ago |
Liamsi
|
f3d755f5e8
|
please the linter gods:
crypto/hkdfchacha20poly1305/hkdfchachapoly_test.go:36:25:warning: should use make([]byte, 24) instead (S1019) (gosimple)
|
6 years ago |
Liamsi
|
8329b86570
|
more changes from #1721
|
6 years ago |
Liamsi
|
4fb40e5437
|
cherry pick @melekes changes
|
6 years ago |
Liamsi
|
25397fb9f8
|
more changes from #1721
|
6 years ago |
Liamsi
|
6677f81ffb
|
revert change from #1721
makes TestListener never quit
|
6 years ago |
Liamsi
|
5a70fa6f35
|
fix typos
|
6 years ago |
Liamsi
|
d2c05bc5b9
|
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
|
6 years ago |
Liamsi
|
587505d4d2
|
fix crypto tests
|
6 years ago |
Liamsi
|
eedd20f4d5
|
Revert "delete everything"
This reverts commit 96a3502126 .
# Conflicts:
# CHANGELOG.md
# Gopkg.lock
# Gopkg.toml
# LICENSE
# Makefile
# README.md
|
6 years ago |
Liamsi
|
368c236c75
|
mv go-crypto files to crypto dir
|
6 years ago |
Liamsi
|
96a3502126
|
delete everything
|
6 years ago |
Christopher Goes
|
edb36d38b2
|
Merge PR #142: Delete keys package & Ledger integration; update tests
|
6 years ago |
Christopher Goes
|
c7a842a4e2
|
Update Gopkg.lock
|
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 |
Liamsi
|
a589e0eabd
|
delete keys package
- it will be moved to cosmos-sdk
|
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 |
Alexander Simmerl
|
37385cb1d4
|
Merge pull request #1737 from tendermint/986-monitoring
metrics
|
6 years ago |
Anton Kaliaev
|
8c1ca9d64a
|
updates to docs/specification/configuration.md after rebase
|
6 years ago |
Anton Kaliaev
|
205d8b8062
|
fixes after @xla review
- move prometheus metrics into internal packages
- *Option structs
- misc. format changes
|
6 years ago |
Anton Kaliaev
|
e4bb3566a0
|
move metrics constructors to a separate package
|
6 years ago |
Anton Kaliaev
|
829342a82d
|
make StartPrometheusServer func private
we don't really need to export it
|
6 years ago |
Anton Kaliaev
|
84812145cb
|
friendly apis for constructors
|
6 years ago |
Anton Kaliaev
|
cd11a54f7a
|
add since column to list of available metrics table
|
6 years ago |
Anton Kaliaev
|
d8fea3ec9d
|
separate http server for metrics
|
6 years ago |
Anton Kaliaev
|
b10b0da3fd
|
bundle imports
|
6 years ago |
Anton Kaliaev
|
bba2862498
|
add one useful query
|
6 years ago |
Anton Kaliaev
|
e90cb4f5fa
|
add docs
|
6 years ago |
Anton Kaliaev
|
1bdff076ad
|
add config option
|
6 years ago |
Anton Kaliaev
|
c958b5319c
|
update ADR
|
6 years ago |
Anton Kaliaev
|
7efb73aa18
|
mempool size metric
|
6 years ago |
Anton Kaliaev
|
19699d644f
|
p2p metric, make height and totalTxs gauges
|
6 years ago |
Anton Kaliaev
|
0cb50c05fc
|
add rounds metric
|
6 years ago |
Anton Kaliaev
|
e58d674f4c
|
add validators power gauges
|
6 years ago |
Anton Kaliaev
|
fad76e103b
|
extract metrics to provider, remove height label
|
6 years ago |
Anton Kaliaev
|
489d9b9184
|
more metrics
|
6 years ago |
Anton Kaliaev
|
3cdf3b670d
|
serve metrics under /metrics
|
6 years ago |
Anton Kaliaev
|
5c869b5888
|
validator metrics
|
6 years ago |
Anton Kaliaev
|
9e14dc21a9
|
add labels column
|
6 years ago |
Anton Kaliaev
|
5c7093cc9f
|
go-kit metrics plus prometheus: one metric
|
6 years ago |