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
Marko
8ff136c716
blockchain: rename to core ( #123 )
4 years ago
Anton Kaliaev
b10ff00e1b
spec/abci: expand on Validator#Address ( #118 )
Refs https://github.com/tendermint/tendermint/issues/3732
4 years ago
Erik Grinaker
6b570e2111
abci: tweak node sync estimate ( #115 )
4 years ago
Anton Kaliaev
89922df775
abci: add AppVersion to ConsensusParams ( #106 )
4 years ago
Callum Waters
1bd2aacb56
spec: update evidence in blockchain.md ( #108 )
now evidence reflects the actual evidence present in the tendermint repo
4 years ago
Alexander Simmerl
30ef12d0bb
spec: link to abci server implementations ( #100 )
4 years ago
Anton Kaliaev
199124048e
spec: modify Header.LastResultsHash ( #97 )
Refs: https://github.com/tendermint/tendermint/issues/1007
PR: https://github.com/tendermint/tendermint/pull/4845
4 years ago
Callum Waters
9c0754e617
spec: add ProofTrialPeriod to EvidenceParam ( #99 )
5 years ago
Anton Kaliaev
0d5f212f30
reactors/pex: masked IP is used as group key ( #96 )
5 years ago
Callum Waters
5acd1540c0
Update evidence params with MaxNum ( #95 )
evidence params now includes maxNum which is the maximum number of evidence that can be committed on a single block
5 years ago
Tess Rinearson
d65205ecad
document state sync ABCI interface and P2P protocol ( #93 )
* Revert "Revert "document state sync ABCI interface and P2P protocol (#90 )" (#92 )"
This reverts commit 90797cef90
.
* update with new enum case
* fix links
Co-authored-by: Erik Grinaker <erik@interchain.berlin>
5 years ago
Anton Kaliaev
3c27335db3
reactors/pex: specify hash function ( #94 )
https://github.com/tendermint/tendermint/pull/4810/files
5 years ago
Anton Kaliaev
c3cd54a8e0
blockchain: change validator set sorting method ( #91 )
* abci: specify sorting of RequestInitChain.Validators
* blockchain: change validator sorting method
Refs https://github.com/tendermint/tendermint/issues/2478
5 years ago
Tess Rinearson
90797cef90
Revert "document state sync ABCI interface and P2P protocol ( #90 )" ( #92 )
This reverts commit 9842b4b0fb
.
5 years ago
Erik Grinaker
9842b4b0fb
document state sync ABCI interface and P2P protocol ( #90 )
The corresponding Tendermint PRs are tendermint/tendermint#4704 and tendermint/tendermint#4705 .
5 years ago
Anton Kaliaev
f399abd7ac
abci: update MaxAgeNumBlocks & MaxAgeDuration docs ( #88 )
5 years ago
Anton Kaliaev
7a0cdd53d5
abci: add MaxAgeNumBlocks/MaxAgeDuration to EvidenceParams ( #87 )
5 years ago
Erik Grinaker
ebda9dcac5
abci: add basic description of ABCI Commit.ResponseHeight ( #85 )
Documentation for block pruning, once it's merged: tendermint/tendermint#4588 .
Minimum documentation, for now - we probably shouldn't encourage using this feature too much until we release state sync.
5 years ago
Callum Michael Waters
3f04e8bbce
second attempt at fixing all links
5 years ago
Callum Michael Waters
c9a664a2f8
first attempt at fixing all links
5 years ago
Callum Waters
edb4928357
update link to the pex reactor
5 years ago
Marko
b0f35a64d9
evidence: Add time to evidence params ( #69 )
* evidence: Add time to evidence params
- this pr is grouped together with https://github.com/tendermint/tendermint/pull/4254 , once that PR is merged then this one can be as well.
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* remove note
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* Apply suggestions from code review
Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
5 years ago
Marko
56ffcf709a
docs: update specs to remove cmn ( #77 )
- cmn was remvoed in favor of sub pkgs. cmn.kvpair is now kv.pair
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Zaki Manian
452f0b775a
p2p: Merlin based malleability fixes ( #72 )
* Update the secret connection spec with the use of merlin to eliminte handshake malleability
* Update spec/p2p/peer.md
Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com>
* Update spec/p2p/peer.md
Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com>
* Update spec/p2p/peer.md
Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
5 years ago
Ismail Khoffi
576e40eabd
Fix link in readme
./light -> ./light-client
5 years ago
Ethan Buchman
603364bdaa
lite->light
5 years ago
Zarko Milosevic
026fddee4f
Aligh the correctness arguments with the pseudocode changes
5 years ago
Ethan Buchman
c35d6e706f
update readme
5 years ago
Ethan Buchman
bd2f41bf79
fix image
5 years ago
Ethan Buchman
d1bd98d5e0
detection TODO
5 years ago
Ethan Buchman
035838901e
add diagram
5 years ago
Ethan Buchman
e342c21336
add redirects
5 years ago
Ethan Buchman
eb9e1f961c
titles
5 years ago
Ethan Buchman
f26eb4ee89
light client dir and readmes
5 years ago
Zarko Milosevic
146e251892
Address reviewer comment's. Intermediate commit
5 years ago
Zarko Milosevic
7130c2e68c
Removing Store from API and providing end-to-end timing guarantees
5 years ago
Zarko Milosevic
4a9eb1f1ac
Intermediate commit (aligning spec with the code)
5 years ago
Zarko Milosevic
0adde9d415
Separating algorithm from proofs
5 years ago
Zarko Milosevic
ee0cc537b8
Addressing reviewer's comments
5 years ago
Zarko Milosevic
4f7c55507c
Address reviewer's comments
5 years ago
Zarko Milosevic
9ddfc79813
Add explanation on difference between trusted models
5 years ago
Zarko Milosevic
5c580846bb
Improved error handling
5 years ago
Anca Zamfir
afda2d39b6
some suggestions for pseuodocode changes
5 years ago
Sunny Aggarwal
743a658613
Add sr25519 amino documentation ( #67 )
* sr25519 amino
* Update spec/blockchain/encoding.md
Co-Authored-By: Marko <marbar3778@yahoo.com>
5 years ago
dongsamb
dbc8765104
Add spec doc about unconditional_peer, persistent_peers_max_dial of ADR-050 ( #68 )
* Add spec doc about unconditional_peer_ids, persistent_peers_max_dial_period of ADR-050
* Add indefinitely dialing condition
5 years ago
Zarko Milosevic
2306108d8a
Apply suggestions from code review
Co-Authored-By: Anca Zamfir <ancazamfir@users.noreply.github.com>
5 years ago
Zarko Milosevic
4ee393c3da
Clean up error conditions and simplify pseudocode
5 years ago
Anton Kaliaev
953523c3cb
reflect breaking changes made to Commit ( #63 )
* reflect breaking changes made to Commit
PR: https://github.com/tendermint/tendermint/pull/4146
Issue: https://github.com/tendermint/tendermint/issues/1648
* types: rename Commit#Precommits to Signatures
* update BlockIDFlagAbsent comment
* remove iota
5 years ago