Anton Kaliaev
61c5791fa3
revert back to Jae's original payload size limit
...
except now we calculate the max size using the maxPacketMsgSize()
function, which frees developers from having to know amino encoding
details.
plus, 10 additional bytes are added to leave the room for amino upgrades
(both making it more efficient / less efficient)
2018-06-29 12:57:17 +04:00
Anton Kaliaev
f760c24ff0
[config] remove MaxBlockSizeTxs and MaxBlockSizeBytes in favor of consensus params
2018-06-29 12:40:32 +04:00
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
2018-06-28 11:09:39 +04:00
Anton Kaliaev
9f656e1239
add a link to full node guide
...
Refs https://github.com/tendermint/tendermint/pull/1800/files#r197919542
2018-06-26 11:21:25 +04:00
Zach Ramsay
c6626f94de
the last RTD version is archived
2018-06-25 10:33:18 -04:00
Zach
fd55ccdd99
Merge branch 'develop' into zach/more-docs-fixes
2018-06-25 10:27:33 -04:00
Zach Ramsay
516b3399f3
docs: update js-abci example
...
closes https://github.com/tendermint/js-abci/issues/21
2018-06-25 10:14:32 -04:00
Ethan Buchman
1215081951
adr: update readme
2018-06-23 09:29:46 -04:00
Ethan Buchman
500fca8efe
fixes from review
2018-06-23 09:29:46 -04:00
Anton Kaliaev
f6ff6b0e15
use consistent naming for protobuf
...
protobuf -> proto
protobuf version X -> protoX
2018-06-23 09:29:46 -04:00
Ethan Buchman
956e6d3435
change BeginBlock validators to LastCommitInfo
2018-06-23 09:28:44 -04:00
Ethan Buchman
3e1684d2a2
adr-010-crypto-changes
2018-06-23 09:28:44 -04:00
Ethan Buchman
a25d181074
adr-009: add references
2018-06-23 09:28:44 -04:00
Ethan Buchman
7d82bdb3e6
adr-009: no pubkeys in beginblock
2018-06-23 09:28:44 -04:00
Ethan Buchman
c48ff031cd
add ADR-009 for ABCI design upgrade
2018-06-23 09:28:44 -04:00
zramsay
835af6fcb9
link fixes
2018-06-23 00:06:04 +00:00
zramsay
6c92a6f99a
prepare RTD dismantling
2018-06-23 00:00:42 +00:00
Alexander Simmerl
f62d6651e3
Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections
...
limit number of open connections
2018-06-23 01:15:03 +02:00
Alexander Simmerl
e39e43f86f
Merge pull request #1790 from tendermint/xla/merge-abci-tmlibs
...
Merge abci
2018-06-23 00:55:31 +02:00
Zach Ramsay
003d8956a5
rm dead docs file
2018-06-22 18:23:45 -04:00
Zach
867550dd8b
docs: update abci links ( #1796 )
2018-06-23 00:16:51 +02:00
Zach Ramsay
c1548c7861
docs readme is vuepress landing page
2018-06-22 18:13:25 -04:00
Zach Ramsay
8ff95bf32c
remove old code
2018-06-22 18:10:50 -04:00
Anton Kaliaev
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
Alexander Simmerl
3e1baf68f8
crypto: Rename last traces of go-crypto ( #1786 )
...
Follow-up to #1782
2018-06-22 08:24:36 +04:00
Liamsi
8329b86570
more changes from #1721
2018-06-20 20:25:08 -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
96a3502126
delete everything
2018-06-20 15:19:08 -07:00
Anton Kaliaev
8c1ca9d64a
updates to docs/specification/configuration.md after rebase
2018-06-20 12:42:43 +04:00
Anton Kaliaev
cd11a54f7a
add since column to list of available metrics table
2018-06-20 12:40:25 +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
c958b5319c
update ADR
2018-06-20 12:38:45 +04:00
Anton Kaliaev
9e14dc21a9
add labels column
2018-06-20 12:38:45 +04:00
Anton Kaliaev
03079185d4
metrics ADR
...
Refs #986
2018-06-20 12:38:45 +04:00
Zach
63e2f43b72
updates to docs for vuepress ( #1763 )
...
* fix docs for vue, #1640
* docs: clean up re-install instructions
2018-06-20 11:51:16 +04:00
Ethan Buchman
9bad770f21
Merge pull request #1757 from tendermint/bucky/update-spec
...
docs/spec: some organizational cleanup
2018-06-16 13:03:00 -07:00
Ethan Buchman
506cf6c9c7
docs/spec: DuplicateVoteEvidence
2018-06-15 23:19:42 -07:00
Ethan Buchman
b8f340afd0
docs/spec: some organizational cleanup
2018-06-15 22:56:26 -07:00
Alexander Simmerl
19af3e9733
Merge pull request #1738 from tendermint/zarko/add-blockchain-reactor-algorithm-spec
...
Add algorithm for Blockchain Reactor
2018-06-15 01:47:36 +02:00
Ethan Buchman
917bf4d428
Merge pull request #1732 from maxim-levy/patch-2
...
typo fix
2018-06-13 17:42:29 -07:00
Anton Kaliaev
696e8c6f9e
[docs] write about addr_book_strict in production notes ( #1741 )
...
Refs #1736
2018-06-13 18:24:12 +04:00
Zarko Milosevic
ce73884857
Add spec for Blockchain Reactor algorithm
2018-06-13 14:05:17 +02:00
Dev Ojha
b84f788f36
Switch ports 466xx to 266xx ( #1735 )
...
* Switch ports 466xx to be 266xx
This is done so the default ports aren't in the linux kernel's default ephemeral port range.
* Update ABCI import
* Bump cache on circleci
* Get more verbose output for debugging
* Bump abci dependency
* Fix accidental change of a block header's hash
* pin abci release
2018-06-12 13:25:52 +04:00
Max Levy
708ddb30f7
typo fix
...
And typo fix
2018-06-11 22:53:48 +09:00
ValarDragon
fd9375c35b
Docs: Update description of seeds and persistent peers
2018-06-09 01:25:46 +02:00
Zach Ramsay
724b6c39b8
style fixes/typos/etc from PR review
2018-06-07 10:01:31 -04:00
Zach Ramsay
9aef3fa610
docs: pretty fixes
2018-06-07 09:41:57 -04:00
Zach Ramsay
e82ab1c374
moar fixes
2018-06-07 09:41:57 -04:00
Zach Ramsay
ffa8b5f620
oomph
2018-06-07 09:41:57 -04:00