Dev Ojha
e26d6ed448
Update ISSUE_TEMPLATE to mention using pastebin ( #1832 )
* Update ISSUE_TEMPLATE to mention using pastebin
closes #1826
* Update ISSUE_TEMPLATE
6 years ago
kph7
e556e3336e
Adding IPv6 support to peering ( #1818 )
6 years ago
Max Levy
69356a60b5
Broken link to docs/terraform-and-ansible corrected ( #1823 )
Fixed rst -> md
6 years ago
Dev Ojha
b1d6deaf0b
config: rename skip_upnp to upnp ( #1827 )
* config: rename skip_upnp to upnp
Change default option to enable upnp.
Closes #1806
* doc updates
- fix comment and set UPNP to false in TestP2PConfig
- add UPNP to config template
- update changelog
6 years ago
Anton Kaliaev
aa20c45ae9
log total when adding new txs to the mempool
6 years ago
Ethan Buchman
70d314312c
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.
7 years ago
Ethan Buchman
fa3bd05d44
mempool: log hashes, not whole tx
7 years ago
Roman Useinov
f0e5332b1f
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
6 years ago
Max Levy
231812c875
proper link to a docs module ( #1822 )
Fixed rst -> md
6 years ago
Ricardo Domingos
e6abdb8b9d
p2p/trust: Fix nil pointer error on TrustMetric Copy() ( #1819 )
6 years ago
Anton Kaliaev
8412b75b10
Merge pull request #1800 from tendermint/zach/more-docs-fixes
docs cleanup
6 years ago
Anton Kaliaev
9f656e1239
add a link to full node guide
Refs https://github.com/tendermint/tendermint/pull/1800/files#r197919542
6 years ago
Zach Ramsay
c6626f94de
the last RTD version is archived
6 years ago
Zach
fd55ccdd99
Merge branch 'develop' into zach/more-docs-fixes
6 years ago
Zach Ramsay
516b3399f3
docs: update js-abci example
closes https://github.com/tendermint/js-abci/issues/21
6 years ago
Jae Kwon
e09e3a56f3
Merge pull request #225 from tendermint/develop
0.9.0 release
6 years ago
Jae Kwon
49596e0a1f
Bump version to 0.9.0
6 years ago
Jeremiah Andrews
cb08d28d40
Reverse iterators ( #224 )
with passing tests
6 years ago
Ethan Buchman
ce0d0b312f
Merge pull request #1711 from tendermint/bucky/adrs
Bucky/adrs
6 years ago
Ethan Buchman
1215081951
adr: update readme
6 years ago
Ethan Buchman
500fca8efe
fixes from review
6 years ago
Anton Kaliaev
f6ff6b0e15
use consistent naming for protobuf
protobuf -> proto
protobuf version X -> protoX
7 years ago
Ethan Buchman
956e6d3435
change BeginBlock validators to LastCommitInfo
7 years ago
Ethan Buchman
3e1684d2a2
adr-010-crypto-changes
7 years ago
Ethan Buchman
a25d181074
adr-009: add references
7 years ago
Ethan Buchman
7d82bdb3e6
adr-009: no pubkeys in beginblock
7 years ago
Ethan Buchman
c48ff031cd
add ADR-009 for ABCI design upgrade
7 years ago
zramsay
835af6fcb9
link fixes
7 years ago
zramsay
6c92a6f99a
prepare RTD dismantling
7 years ago
Alexander Simmerl
f62d6651e3
Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections
limit number of open connections
7 years ago
Alexander Simmerl
0d35d722cb
rpc: Break up long lines
7 years ago
Alexander Simmerl
e39e43f86f
Merge pull request #1790 from tendermint/xla/merge-abci-tmlibs
Merge abci
7 years ago
Alexander Simmerl
e9e00c4db7
Merge pull request #1797 from SamuelSarle/develop
Rename sync_info.syncing to sync_info.catching_up
7 years ago
Zach Ramsay
003d8956a5
rm dead docs file
7 years ago
Zach
867550dd8b
docs: update abci links ( #1796 )
7 years ago
Zach Ramsay
c1548c7861
docs readme is vuepress landing page
7 years ago
Zach Ramsay
8ff95bf32c
remove old code
7 years ago
Samuel Sarle
8554a6dcd8
Renamed sync_info.syncing to sync_info.catching_up.
7 years ago
Anton Kaliaev
f5b8849106
bump max connections number to 900
7 years ago
Alexander Simmerl
01f6009518
abci: Add comment for doc update
7 years ago
Alexander Simmerl
3f34deab90
abci: Remove LICENSE
7 years ago
Alexander Simmerl
693a973997
abci: Remove nested .gitignore
7 years ago
Alexander Simmerl
02e5cbaa07
abci: Remove old repo docs
7 years ago
Alexander Simmerl
77573a1bad
ci: Move over abci-cli tests
7 years ago
Alexander Simmerl
3ff3a8ec37
ci: Setup abci in dependency step
7 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)
7 years ago
Alexander Simmerl
a605b66c5a
Move abci imports
7 years ago
Alexander Simmerl
3e1baf68f8
crypto: Rename last traces of go-crypto ( #1786 )
Follow-up to #1782
7 years ago
Alexander Simmerl
4bee228ba7
Add abci repo
7 years ago
Alexander Simmerl
7e3de2027e
Merge pull request #1787 from tendermint/dev/hkdfchachapoly_testvector_seal
crypto/hkdfchachapoly: Add testing seal to the test vector
7 years ago