Zarko Milosevic
6f1ccb6c49
[ADR] ADR-36: blockchain reactor refactor spec ( #3506 )
* Add blockchain reactor refactor ADR
* docs: Correct markdown and go syntax in adr-036
* Update docs/architecture/adr-036-blockchain-reactor-refactor.md
Co-Authored-By: milosevic <zarko@interchain.io>
* Add comments and address reviewer comments
* Improve formating
* Small improvements
* adr-036 -> adr-040
6 years ago
Sven-Hendrik Haase
37a548414b
docs: fix typo ( #3373 )
6 years ago
Anton Kaliaev
47bc15c27a
disable mempool WAL by default ( #2490 )
6 years ago
Anton Kaliaev
d16f52eab3
copy without sudo ( #2474 )
6 years ago
Ethan Buchman
27ba6e8a42
Minor docs cleanup ( #2472 )
* docs: link consensus to blockchain spec. closes #2422
* docs: deprecate research section. closes #2401
* docs: fix some links
* docs: fix some markdown lists
* docs: fix more links
6 years ago
Ethan Buchman
f5824bc837
Update abci and app docs ( #2470 )
* mempool: update some comments
* make build_c
* docs: notes about databases and WAL files
* docs: determinism. closes #1279
* docs: small note about query paths. closes #2090
* docs: gas
* docs: abci consensus params
6 years ago
Zach
33b4617e9a
docs: update link to rpc ( #2361 )
* md links dont work in slate
* docs: link to rpc
* docs: use unsafe_reset_all
* do not advertise unsafe_reset_priv_validator
6 years ago
Zach
92185c017c
Several minor docs & spec cleanup ( #2330 )
* addr_book_strick=false on local nets
* link to spec
* spec: remove TODO, see #1749 instead
* spec: make issues from TODOs
* update docs on addr_book_strict option
6 years ago
Peng Zhong
20e35654c6
lint markdown docs using a stop-words and write-good linters ( #2195 )
* lint docs with write-good, stop-words
* remove package-lock.json
* update changelog
* fix wrong paragraph formatting
* fix some docs formatting
* fix docs format
* fix abci spec format
6 years ago
bradyjoestar
785786bec4
add json2wal & fix wal2json ( #2196 )
* add json2wal & fix wal2json
* fix bug
* Update main.go
* add wal2JsonTest file
* Delete wal2JsonTest
6 years ago
Zach Ramsay
b30596b3a1
docs: fix links & other imrpvoements
6 years ago
Zach
bbf2bd1d81
Deprecate/refactor content in docs/specification ( #1934 )
* docs: deprecate specification dir, closes #1814
* update genesis
* old spec dir, deprecation complete
* rm a file
6 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Peng Zhong
0030a8e697
Peng/deprecate aib data ( #1926 )
* include ecosystem.json
* update changelog
* also include zarko's interview
6 years ago
Anton Kaliaev
ed01638076
remove doc. about no longer existing config option
6 years ago
Zach Ramsay
e54c0f804f
docs re-orgnization
6 years ago
Zach Ramsay
ccaad06eb5
lint markdown
6 years ago
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)
6 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)
6 years ago
Liamsi
8329b86570
more changes from #1721
6 years ago
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
6 years ago
Liamsi
96a3502126
delete everything
6 years ago
Anton Kaliaev
696e8c6f9e
[docs] write about addr_book_strict in production notes ( #1741 )
Refs #1736
7 years ago
Zach Ramsay
d4d91d7781
running in prod
7 years ago