https://github.com/tendermint/tendermint

sort by:
Revision Author Date Message Commit Date
aa20c45 log total when adding new txs to the mempool 27 June 2018, 14:14:45 UTC
70d3143 consensus: fix addProposalBlockPart * When create_empty_blocks=false, we don't enterPropose until we * receive a transaction, but if we then receive a complete proposal, * we should enterPrevote. A guard in addProposalBlockPart was checking if * step==Propose before calling enterPrevote, but we need it to be step<=Propose, * since we may not have seen a tx. * This was discovered by disabling mempool broadcast, sending txs to * peers one a time, and observing their consensus logs. 27 June 2018, 14:14:45 UTC
fa3bd05 mempool: log hashes, not whole tx 27 June 2018, 14:14:45 UTC
f0e5332 Feature/support https rpc client (#1816) * Implement support for https in rpc client * Update changelog * update comment * support wss protocol * fixed changelog * if -> switch * fix lint * protocol constants introduced 27 June 2018, 11:03:47 UTC
231812c proper link to a docs module (#1822) Fixed rst -> md 27 June 2018, 06:54:01 UTC
e6abdb8 p2p/trust: Fix nil pointer error on TrustMetric Copy() (#1819) 27 June 2018, 04:37:30 UTC
8412b75 Merge pull request #1800 from tendermint/zach/more-docs-fixes docs cleanup 26 June 2018, 07:33:25 UTC
9f656e1 add a link to full node guide Refs https://github.com/tendermint/tendermint/pull/1800/files#r197919542 26 June 2018, 07:21:25 UTC
c6626f9 the last RTD version is archived 25 June 2018, 14:33:18 UTC
fd55ccd Merge branch 'develop' into zach/more-docs-fixes 25 June 2018, 14:27:33 UTC
516b339 docs: update js-abci example closes https://github.com/tendermint/js-abci/issues/21 25 June 2018, 14:14:32 UTC
ce0d0b3 Merge pull request #1711 from tendermint/bucky/adrs Bucky/adrs 23 June 2018, 13:22:14 UTC
1215081 adr: update readme 23 June 2018, 13:29:46 UTC
500fca8 fixes from review 23 June 2018, 13:29:46 UTC
f6ff6b0 use consistent naming for protobuf protobuf -> proto protobuf version X -> protoX 23 June 2018, 13:29:46 UTC
956e6d3 change BeginBlock validators to LastCommitInfo 23 June 2018, 13:28:44 UTC
3e1684d adr-010-crypto-changes 23 June 2018, 13:28:44 UTC
a25d181 adr-009: add references 23 June 2018, 13:28:44 UTC
7d82bdb adr-009: no pubkeys in beginblock 23 June 2018, 13:28:44 UTC
c48ff03 add ADR-009 for ABCI design upgrade 23 June 2018, 13:28:44 UTC
835af6f link fixes 23 June 2018, 00:06:04 UTC
6c92a6f prepare RTD dismantling 23 June 2018, 00:00:42 UTC
f62d665 Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections limit number of open connections 22 June 2018, 23:15:03 UTC
0d35d72 rpc: Break up long lines 22 June 2018, 23:01:31 UTC
e39e43f Merge pull request #1790 from tendermint/xla/merge-abci-tmlibs Merge abci 22 June 2018, 22:55:31 UTC
e9e00c4 Merge pull request #1797 from SamuelSarle/develop Rename sync_info.syncing to sync_info.catching_up 22 June 2018, 22:49:47 UTC
003d895 rm dead docs file 22 June 2018, 22:23:45 UTC
867550d docs: update abci links (#1796) 22 June 2018, 22:16:51 UTC
c1548c7 docs readme is vuepress landing page 22 June 2018, 22:13:25 UTC
8ff95bf remove old code 22 June 2018, 22:10:50 UTC
8554a6d Renamed sync_info.syncing to sync_info.catching_up. 22 June 2018, 21:20:49 UTC
f5b8849 bump max connections number to 900 22 June 2018, 18:48:20 UTC
01f6009 abci: Add comment for doc update 22 June 2018, 18:36:29 UTC
3f34dea abci: Remove LICENSE 22 June 2018, 18:29:23 UTC
693a973 abci: Remove nested .gitignore 22 June 2018, 18:28:54 UTC
02e5cba abci: Remove old repo docs 22 June 2018, 18:23:37 UTC
77573a1 ci: Move over abci-cli tests 22 June 2018, 18:09:44 UTC
3ff3a8e ci: Setup abci in dependency step 22 June 2018, 17:29:44 UTC
936a655 limit number of open connections Refs #1740 also, expose limit option for number concurrent streams for gRPC (unlimited by default) 22 June 2018, 15:25:11 UTC
a605b66 Move abci imports 22 June 2018, 05:28:07 UTC
3e1baf6 crypto: Rename last traces of go-crypto (#1786) Follow-up to #1782 22 June 2018, 04:24:36 UTC
4bee228 Add abci repo 22 June 2018, 00:36:54 UTC
7e3de20 Merge pull request #1787 from tendermint/dev/hkdfchachapoly_testvector_seal crypto/hkdfchachapoly: Add testing seal to the test vector 21 June 2018, 23:59:35 UTC
3ae878b crypto/hkdfchachapoly: Add testing seal to the test vector 21 June 2018, 23:47:48 UTC
2b5229d Merge pull request #1782 from Liamsi/merge-city Merge go-crypto into tendermint 21 June 2018, 22:53:02 UTC
9cd9f33 Merge branch 'master' into develop 21 June 2018, 19:57:09 UTC
46369a1 Merge pull request #1779 from tendermint/release/v0.21.0 Release/v0.21.0 21 June 2018, 19:44:31 UTC
1e3951c update changelog 21 June 2018, 19:47:29 UTC
9803f18 review comments: gofmt 21 June 2018, 19:21:33 UTC
a39b252 review comments: - re-add test - add TODO - err instead of panic where possible 21 June 2018, 18:51:46 UTC
c96b271 remove go-crypto from go-crypto: use tendermint/crypto :-) 21 June 2018, 04:05:38 UTC
80ab7bf fix p2p test in circleci 21 June 2018, 03:59:33 UTC
f3d755f please the linter gods: crypto/hkdfchacha20poly1305/hkdfchachapoly_test.go:36:25:warning: should use make([]byte, 24) instead (S1019) (gosimple) 21 June 2018, 03:29:12 UTC
8329b86 more changes from #1721 21 June 2018, 03:25:08 UTC
4fb40e5 cherry pick @melekes changes 21 June 2018, 03:04:43 UTC
25397fb more changes from #1721 21 June 2018, 01:30:14 UTC
6677f81 revert change from #1721 makes TestListener never quit 21 June 2018, 00:48:04 UTC
5a70fa6 fix typos 21 June 2018, 00:42:52 UTC
d2c05bc Revert "delete everything" (includes everything non-go-crypto) This reverts commit 96a3502 21 June 2018, 00:35:30 UTC
587505d fix crypto tests 21 June 2018, 00:34:28 UTC
eedd20f Revert "delete everything" This reverts commit 96a3502126561f500ddfcfc98f2455a64ba3caba. # Conflicts: # CHANGELOG.md # Gopkg.lock # Gopkg.toml # LICENSE # Makefile # README.md 20 June 2018, 22:37:45 UTC
368c236 mv go-crypto files to crypto dir 20 June 2018, 22:30:44 UTC
96a3502 delete everything 20 June 2018, 22:19:08 UTC
edb36d3 Merge PR #142: Delete keys package & Ledger integration; update tests 20 June 2018, 21:33:33 UTC
c7a842a Update Gopkg.lock 20 June 2018, 21:31:57 UTC
7ebc7c0 delete keys package - also delete ledger code and deps (thx cwgoes) Signed-off-by: Liamsi <Liamsi@users.noreply.github.com> 20 June 2018, 21:30:57 UTC
a589e0e delete keys package - it will be moved to cosmos-sdk 20 June 2018, 21:09:24 UTC
4634063 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) 20 June 2018, 20:30:22 UTC
37385cb Merge pull request #1737 from tendermint/986-monitoring metrics 20 June 2018, 18:43:20 UTC
8c1ca9d updates to docs/specification/configuration.md after rebase 20 June 2018, 08:42:43 UTC
205d8b8 fixes after @xla review - move prometheus metrics into internal packages - *Option structs - misc. format changes 20 June 2018, 08:40:25 UTC
e4bb356 move metrics constructors to a separate package 20 June 2018, 08:40:25 UTC
829342a make StartPrometheusServer func private we don't really need to export it 20 June 2018, 08:40:25 UTC
8481214 friendly apis for constructors 20 June 2018, 08:40:25 UTC
cd11a54 add since column to list of available metrics table 20 June 2018, 08:40:25 UTC
d8fea3e separate http server for metrics 20 June 2018, 08:40:23 UTC
b10b0da bundle imports 20 June 2018, 08:40:11 UTC
bba2862 add one useful query 20 June 2018, 08:40:11 UTC
e90cb4f add docs 20 June 2018, 08:40:11 UTC
1bdff07 add config option 20 June 2018, 08:40:08 UTC
c958b53 update ADR 20 June 2018, 08:38:45 UTC
7efb73a mempool size metric 20 June 2018, 08:38:45 UTC
19699d6 p2p metric, make height and totalTxs gauges 20 June 2018, 08:38:45 UTC
0cb50c0 add rounds metric 20 June 2018, 08:38:45 UTC
e58d674 add validators power gauges 20 June 2018, 08:38:45 UTC
fad76e1 extract metrics to provider, remove height label 20 June 2018, 08:38:45 UTC
489d9b9 more metrics 20 June 2018, 08:38:45 UTC
3cdf3b6 serve metrics under /metrics 20 June 2018, 08:38:45 UTC
5c869b5 validator metrics 20 June 2018, 08:38:45 UTC
9e14dc2 add labels column 20 June 2018, 08:38:45 UTC
5c7093c go-kit metrics plus prometheus: one metric 20 June 2018, 08:38:45 UTC
0307918 metrics ADR Refs #986 20 June 2018, 08:38:45 UTC
63e2f43 updates to docs for vuepress (#1763) * fix docs for vue, #1640 * docs: clean up re-install instructions 20 June 2018, 07:51:16 UTC
d220a1e changelog 20 June 2018, 07:22:07 UTC
c6c468c update changelog 20 June 2018, 07:13:23 UTC
1d86270 version 20 June 2018, 07:09:55 UTC
43745c8 Merge branch 'release/v0.20.1' into develop 20 June 2018, 07:08:51 UTC
c793a72 Merge pull request #1769 from tendermint/1755-possible-memory-leak Memory leak in Websocket 20 June 2018, 06:57:29 UTC
fed8807 Switch xchachapoly to hkdfchachapoly (#135) * Switch from xchachapoly to hkdfchachapoly 20 June 2018, 05:18:36 UTC
cfff83f update changelog 19 June 2018, 16:20:30 UTC
back to top