Sam Kleinman
048f6a32f9
lint: fix lint errors ( #301 )
4 years ago
MengXiangJian
4a9bcebe2a
fix message type for block-sync ( #298 )
4 years ago
Marko
5dfaa54350
rpc: define spec for RPC ( #276 )
* add rpc spec and support outline
* add json
* add more routes remove unneeded ones
* add rest of rpc endpoints
* add jsonrpc calls
* add more jsonrpc calls
* fix blockchain
* cleanup unused links and add links to repos
* Update spec/rpc/README.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* add missing param from consensus param
* Update spec/rpc/README.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* Update spec/rpc/README.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* fix cast and add doc to readme
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
Co-authored-by: Marko Baricevic <markobaricevic@Fergalicious.local>
4 years ago
Callum Waters
255942e8c7
p2p: update state sync messages for reverse sync ( #285 )
4 years ago
Callum Waters
84ee4249ae
core: update a few sections ( #284 )
4 years ago
Sam Kleinman
ea8238f090
abci: reorder sidebar ( #282 )
4 years ago
istoilkovska
640b71038b
Proposer-based timestamp specification ( #261 )
* added proposer-based timestamp spec
* Update spec/consensus/proposer-based-timestamp/pbts_001_draft.md
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* Update spec/consensus/proposer-based-timestamp/pbts_001_draft.md
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
* Update spec/consensus/proposer-based-timestamp/pbts-algorithm_001_draft.md
Co-authored-by: Marko <marbar3778@yahoo.com>
* Update spec/consensus/proposer-based-timestamp/pbts-algorithm_001_draft.md
* Update spec/consensus/proposer-based-timestamp/pbts-sysmodel_001_draft.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* fixes from PR
Co-authored-by: Josef Widder <44643235+josef-widder@users.noreply.github.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
4 years ago
Marko
5c32ebcda8
p2p: links ( #268 )
* fix links
* fix more links
4 years ago
Marko
b2465e0c3a
genesis: Explain fields in genesis file ( #270 )
* describe the genesis
* Update spec/core/genesis.md
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
* add wording on app_state
* Update spec/core/genesis.md
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
4 years ago
Marko
b270ab8d15
spec: merge rust-spec ( #252 )
4 years ago
Ethan Buchman
227e5269ca
abci: note on concurrency ( #258 )
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Marko
b315f04980
proto: modify height int64 to uint64 ( #253 )
4 years ago
Marko
abaffef912
proto: add files ( #246 )
Co-authored-by: Erik Grinaker <erik@interchain.berlin>
4 years ago
Marko
038f3e025a
params: remove block timeiota ( #248 )
4 years ago
Marko
72d15a4b07
spec: remove reactor section ( #242 )
Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
4 years ago
Marko
d260ff3e37
abci: rewrite to proto interface ( #237 )
4 years ago
Marko
a4672048e7
reactors: remove bcv1 ( #241 )
4 years ago
Marko
fc569173a1
layout: add section titles ( #240 )
4 years ago
Anton Kaliaev
439a5bcacb
p2p: update frame size ( #235 )
Reflect the change made in https://github.com/tendermint/tendermint/pull/5805
The MTU (Maximum Transmission Unit) for Ethernet is 1500 bytes.
The IP header and the TCP header take up 20 bytes each at least (unless
optional header fields are used) and thus the max for (non-Jumbo frame)
Ethernet is 1500 - 20 -20 = 1460
Source: https://stackoverflow.com/a/3074427/820520
4 years ago
Shahan Khatchadourian
6abcb13dab
BFT requires _less than_ 1/3 faulty validators ( #228 )
Thanks fo spotting the imprecision in the text, @shahankhatch !
4 years ago
Marko
033608bbf1
abci: add abci_version to requestInfo ( #223 )
4 years ago
Marko
871d0514cd
abci: lastcommitinfo.round extra sentence ( #221 )
4 years ago
Marko
32b811a1fb
encoding: add secp, ref zip215, tables ( #212 )
4 years ago
Callum Waters
819e89ac7a
evidence: update data structures to reflect added support of abci evidence ( #213 )
4 years ago
Marko
cf03759ff5
docs: make blockchain not viewable ( #211 )
4 years ago
Marko
9fce8480b0
Core: move validation & data structures together ( #176 )
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
4 years ago
Marko
c5576dfa69
spec: protobuf changes ( #156 )
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
4 years ago
Marko
04fb20e33d
remove setOption ( #181 )
4 years ago
Marko
3e56eb5fe3
fix markdown linter ( #172 )
4 years ago
Callum Waters
733b020899
evidence: update data structures ( #165 )
4 years ago
Andrey Kuprianov
109a73f672
describe valset sorting according to v0.34 requirements ( #169 )
4 years ago
Anton Kaliaev
6c95c3f250
spec/reactors/mempool: batch txs per peer ( #155 )
* spec/reactors/mempool: batch txs per peer
Refs https://github.com/tendermint/tendermint/issues/625
* update
4 years ago
Marko
d8a2c8f6f1
spec: remove evidences ( #153 )
4 years ago
Marko
1075f77cc3
spec: extract light-client to its own directory ( #152 )
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
4 years ago
Marko
45bbbb6317
spec: update abci events ( #151 )
4 years ago
Marko
6140847bba
docs: add sections to abci ( #150 )
4 years ago
Marko
efbbc9462f
ci: add markdown linter ( #146 )
4 years ago
Erik Grinaker
8dd2ed4c6f
update ResponseInitChain.app_hash description ( #143 )
4 years ago
Erik Grinaker
f3207cee52
add description of arbitrary initial height ( #135 )
4 years ago
Callum Waters
430a4d0504
update evidence verification ( #139 )
4 years ago
Erik Grinaker
89ac8f6e62
update hashing of empty inputs, and initial block LastResultsHash ( #141 )
4 years ago
Erik Grinaker
95acfdead1
abci: add ResponseInitChain.app_hash ( #140 )
4 years ago
Callum Waters
713a773c81
Evidence time is sourced from block time ( #138 )
4 years ago
Erik Grinaker
e96921822d
spec: revert event hashing ( #132 )
4 years ago
Marko Baricevic
ef1e0ff886
add correct links
4 years ago
Marko Baricevic
c5e45ecb48
bring blockchain back
4 years ago
Callum Waters
31b182b7aa
update spec with the removal of phantom validator evidence ( #126 )
4 years ago
Anton Kaliaev
0445156ed9
Apply suggestions from code review
Co-authored-by: Igor Konnov <igor.konnov@gmail.com>
4 years ago
Anton Kaliaev
3a29521848
spec/consensus: canonical vs subjective commit
Refs https://github.com/tendermint/tendermint/issues/2769
4 years ago
Marko
2bd673c8eb
blockchain: remove duplicate evidence sections ( #124 )
4 years ago