Alexander Simmerl
|
4bee228ba7
|
Add abci repo
|
2018-06-22 02:36:54 +02:00 |
|
Alexander Simmerl
|
7e3de2027e
|
Merge pull request #1787 from tendermint/dev/hkdfchachapoly_testvector_seal
crypto/hkdfchachapoly: Add testing seal to the test vector
|
2018-06-22 01:59:35 +02:00 |
|
ValarDragon
|
3ae878b229
|
crypto/hkdfchachapoly: Add testing seal to the test vector
|
2018-06-21 16:47:48 -07:00 |
|
Ethan Buchman
|
2b5229dd5e
|
Merge pull request #1782 from Liamsi/merge-city
Merge go-crypto into tendermint
|
2018-06-21 15:53:02 -07:00 |
|
Ethan Buchman
|
9cd9f3338b
|
Merge branch 'master' into develop
|
2018-06-21 12:57:09 -07:00 |
|
Ethan Buchman
|
46369a1ab7
|
Merge pull request #1779 from tendermint/release/v0.21.0
Release/v0.21.0
v0.21.0
|
2018-06-21 12:44:31 -07:00 |
|
Ethan Buchman
|
1e3951c61c
|
update changelog
|
2018-06-21 12:47:29 -07:00 |
|
Liamsi
|
9803f18494
|
review comments:
gofmt
|
2018-06-21 12:21:33 -07:00 |
|
Liamsi
|
a39b2522d5
|
review comments:
- re-add test
- add TODO
- err instead of panic where possible
|
2018-06-21 11:51:46 -07:00 |
|
Liamsi
|
c96b27136f
|
remove go-crypto from go-crypto:
use tendermint/crypto :-)
|
2018-06-20 21:05:38 -07:00 |
|
Liamsi
|
80ab7bfe99
|
fix p2p test in circleci
|
2018-06-20 20:59:33 -07:00 |
|
Liamsi
|
f3d755f5e8
|
please the linter gods:
crypto/hkdfchacha20poly1305/hkdfchachapoly_test.go:36:25⚠️ should use make([]byte, 24) instead (S1019) (gosimple)
|
2018-06-20 20:29:12 -07:00 |
|
Liamsi
|
8329b86570
|
more changes from #1721
|
2018-06-20 20:25:08 -07:00 |
|
Liamsi
|
4fb40e5437
|
cherry pick @melekes changes
|
2018-06-20 20:04:43 -07:00 |
|
Liamsi
|
25397fb9f8
|
more changes from #1721
|
2018-06-20 18:30:14 -07:00 |
|
Liamsi
|
6677f81ffb
|
revert change from #1721
makes TestListener never quit
|
2018-06-20 17:48:04 -07:00 |
|
Liamsi
|
5a70fa6f35
|
fix typos
|
2018-06-20 17:42:52 -07:00 |
|
Liamsi
|
d2c05bc5b9
|
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
|
2018-06-20 17:35:30 -07:00 |
|
Liamsi
|
587505d4d2
|
fix crypto tests
|
2018-06-20 17:34:28 -07:00 |
|
Liamsi
|
eedd20f4d5
|
Revert "delete everything"
This reverts commit 96a3502126561f500ddfcfc98f2455a64ba3caba.
# Conflicts:
# CHANGELOG.md
# Gopkg.lock
# Gopkg.toml
# LICENSE
# Makefile
# README.md
|
2018-06-20 15:37:45 -07:00 |
|
Liamsi
|
368c236c75
|
mv go-crypto files to crypto dir
|
2018-06-20 15:30:44 -07:00 |
|
Liamsi
|
96a3502126
|
delete everything
|
2018-06-20 15:19:08 -07:00 |
|
Christopher Goes
|
edb36d38b2
|
Merge PR #142: Delete keys package & Ledger integration; update tests
|
2018-06-20 23:33:33 +02:00 |
|
Christopher Goes
|
c7a842a4e2
|
Update Gopkg.lock
|
2018-06-20 23:31:57 +02:00 |
|
Liamsi
|
7ebc7c08e7
|
delete keys package
- also delete ledger code and deps (thx cwgoes)
Signed-off-by: Liamsi <Liamsi@users.noreply.github.com>
|
2018-06-20 14:30:57 -07:00 |
|
Liamsi
|
a589e0eabd
|
delete keys package
- it will be moved to cosmos-sdk
|
2018-06-20 14:09:24 -07:00 |
|
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)
|
2018-06-20 13:30:22 -07:00 |
|
Alexander Simmerl
|
37385cb1d4
|
Merge pull request #1737 from tendermint/986-monitoring
metrics
|
2018-06-20 20:43:20 +02:00 |
|
Anton Kaliaev
|
8c1ca9d64a
|
updates to docs/specification/configuration.md after rebase
|
2018-06-20 12:42:43 +04:00 |
|
Anton Kaliaev
|
205d8b8062
|
fixes after @xla review
- move prometheus metrics into internal packages
- *Option structs
- misc. format changes
|
2018-06-20 12:40:25 +04:00 |
|
Anton Kaliaev
|
e4bb3566a0
|
move metrics constructors to a separate package
|
2018-06-20 12:40:25 +04:00 |
|
Anton Kaliaev
|
829342a82d
|
make StartPrometheusServer func private
we don't really need to export it
|
2018-06-20 12:40:25 +04:00 |
|
Anton Kaliaev
|
84812145cb
|
friendly apis for constructors
|
2018-06-20 12:40:25 +04:00 |
|
Anton Kaliaev
|
cd11a54f7a
|
add since column to list of available metrics table
|
2018-06-20 12:40:25 +04:00 |
|
Anton Kaliaev
|
d8fea3ec9d
|
separate http server for metrics
|
2018-06-20 12:40:23 +04:00 |
|
Anton Kaliaev
|
b10b0da3fd
|
bundle imports
|
2018-06-20 12:40:11 +04:00 |
|
Anton Kaliaev
|
bba2862498
|
add one useful query
|
2018-06-20 12:40:11 +04:00 |
|
Anton Kaliaev
|
e90cb4f5fa
|
add docs
|
2018-06-20 12:40:11 +04:00 |
|
Anton Kaliaev
|
1bdff076ad
|
add config option
|
2018-06-20 12:40:08 +04:00 |
|
Anton Kaliaev
|
c958b5319c
|
update ADR
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
7efb73aa18
|
mempool size metric
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
19699d644f
|
p2p metric, make height and totalTxs gauges
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
0cb50c05fc
|
add rounds metric
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
e58d674f4c
|
add validators power gauges
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
fad76e103b
|
extract metrics to provider, remove height label
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
489d9b9184
|
more metrics
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
3cdf3b670d
|
serve metrics under /metrics
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
5c869b5888
|
validator metrics
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
9e14dc21a9
|
add labels column
|
2018-06-20 12:38:45 +04:00 |
|
Anton Kaliaev
|
5c7093cc9f
|
go-kit metrics plus prometheus: one metric
|
2018-06-20 12:38:45 +04:00 |
|