Commit Graph

6679 Commits

Author SHA1 Message Date
02e5cbaa07 abci: Remove old repo docs 2018-06-22 20:23:37 +02:00
77573a1bad ci: Move over abci-cli tests 2018-06-22 20:09:44 +02:00
3ff3a8ec37 ci: Setup abci in dependency step 2018-06-22 19:29:44 +02:00
47256cfda2 update ports from 466* to 266* (#104)
* updates ports from 466* to 266*

* missed a port
2018-06-22 19:55:07 +04:00
936a655990 limit number of open connections
Refs #1740

also, expose limit option for number concurrent streams for gRPC
(unlimited by default)
2018-06-22 19:25:11 +04:00
a605b66c5a Move abci imports 2018-06-22 07:28:07 +02:00
3e1baf68f8 crypto: Rename last traces of go-crypto (#1786)
Follow-up to #1782
2018-06-22 08:24:36 +04:00
4bee228ba7 Add abci repo 2018-06-22 02:36:54 +02:00
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
3ae878b229 crypto/hkdfchachapoly: Add testing seal to the test vector 2018-06-21 16:47:48 -07:00
2b5229dd5e Merge pull request #1782 from Liamsi/merge-city
Merge go-crypto into tendermint
2018-06-21 15:53:02 -07:00
9cd9f3338b Merge branch 'master' into develop 2018-06-21 12:57:09 -07:00
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
1e3951c61c update changelog 2018-06-21 12:47:29 -07:00
9803f18494 review comments:
gofmt
2018-06-21 12:21:33 -07:00
a39b2522d5 review comments:
- re-add test
- add TODO
- err instead of panic where possible
2018-06-21 11:51:46 -07:00
c96b27136f remove go-crypto from go-crypto:
use tendermint/crypto :-)
2018-06-20 21:05:38 -07:00
80ab7bfe99 fix p2p test in circleci 2018-06-20 20:59:33 -07:00
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
8329b86570 more changes from #1721 2018-06-20 20:25:08 -07:00
4fb40e5437 cherry pick @melekes changes 2018-06-20 20:04:43 -07:00
25397fb9f8 more changes from #1721 2018-06-20 18:30:14 -07:00
6677f81ffb revert change from #1721
makes TestListener never quit
2018-06-20 17:48:04 -07:00
5a70fa6f35 fix typos 2018-06-20 17:42:52 -07:00
d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
2018-06-20 17:35:30 -07:00
587505d4d2 fix crypto tests 2018-06-20 17:34:28 -07:00
eedd20f4d5 Revert "delete everything"
This reverts commit 96a3502126.

# Conflicts:
#	CHANGELOG.md
#	Gopkg.lock
#	Gopkg.toml
#	LICENSE
#	Makefile
#	README.md
2018-06-20 15:37:45 -07:00
368c236c75 mv go-crypto files to crypto dir 2018-06-20 15:30:44 -07:00
96a3502126 delete everything 2018-06-20 15:19:08 -07:00
edb36d38b2 Merge PR #142: Delete keys package & Ledger integration; update tests 2018-06-20 23:33:33 +02:00
c7a842a4e2 Update Gopkg.lock 2018-06-20 23:31:57 +02:00
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
a589e0eabd delete keys package
- it will be moved to cosmos-sdk
2018-06-20 14:09:24 -07:00
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
37385cb1d4 Merge pull request #1737 from tendermint/986-monitoring
metrics
2018-06-20 20:43:20 +02:00
8c1ca9d64a updates to docs/specification/configuration.md after rebase 2018-06-20 12:42:43 +04:00
205d8b8062 fixes after @xla review
- move prometheus metrics into internal packages
- *Option structs
- misc. format changes
2018-06-20 12:40:25 +04:00
e4bb3566a0 move metrics constructors to a separate package 2018-06-20 12:40:25 +04:00
829342a82d make StartPrometheusServer func private
we don't really need to export it
2018-06-20 12:40:25 +04:00
84812145cb friendly apis for constructors 2018-06-20 12:40:25 +04:00
cd11a54f7a add since column to list of available metrics table 2018-06-20 12:40:25 +04:00
d8fea3ec9d separate http server for metrics 2018-06-20 12:40:23 +04:00
b10b0da3fd bundle imports 2018-06-20 12:40:11 +04:00
bba2862498 add one useful query 2018-06-20 12:40:11 +04:00
e90cb4f5fa add docs 2018-06-20 12:40:11 +04:00
1bdff076ad add config option 2018-06-20 12:40:08 +04:00
c958b5319c update ADR 2018-06-20 12:38:45 +04:00
7efb73aa18 mempool size metric 2018-06-20 12:38:45 +04:00
19699d644f p2p metric, make height and totalTxs gauges 2018-06-20 12:38:45 +04:00
0cb50c05fc add rounds metric 2018-06-20 12:38:45 +04:00