Callum Waters
9440fc16ce
Merge pull request #81 from tendermint/callum/markdown-link-checker
Add markdown link checker
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
4f0fb3325a
removed folder-path flag
5 years ago
Callum Waters
e963deff5a
changed tab spacing
5 years ago
Callum Michael Waters
ee5c790878
add markdown link checker
5 years ago
Callum Waters
327767a1c1
Merge pull request #80 from tendermint/callum/link-pex-reactor
update link to the pex reactor
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
Zarko Milosevic
cf24489764
Merge pull request #76 from tendermint/ismail/fix-link-light
Fix link in readme
5 years ago
Ismail Khoffi
576e40eabd
Fix link in readme
./light -> ./light-client
5 years ago
Zarko Milosevic
206139f384
Merge pull request #75 from tendermint/bucky/lite-light
lite->light
5 years ago
Ethan Buchman
603364bdaa
lite->light
5 years ago
Zarko Milosevic
033a0cb53f
Merge pull request #61 from tendermint/zm_lite_client_algo
Update specification of light client algorithm to align with the code
5 years ago
Zarko Milosevic
026fddee4f
Aligh the correctness arguments with the pseudocode changes
5 years ago
Zarko Milosevic
dc542068ae
Merge pull request #73 from tendermint/bucky/light-reorg
Move light specs to their own dir, add readme and diagram
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
8528cdb314
Merge remote-tracking branch 'remotes/origin/master' into zm_lite_client_algo
# Conflicts:
# spec/consensus/light-client.md
5 years ago
Zarko Milosevic
9ddfc79813
Add explanation on difference between trusted models
5 years ago
Zarko Milosevic
069906a25d
Improve algorithms
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
Zarko Milosevic
d862fd4ec7
Merge pull request #56 from tendermint/zm_fix_system_model
Fix model section
5 years ago
Marko
7b3138e694
spec: update spec with tendermint updates ( #62 )
* spec: update spec with tendermint updates
- this in preperation of deleting the spec folder in docs in tendermint/tendermint
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* spec: added in reactors & p2p
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* spec: update readme in spec to comply with docs site
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* docs: addded more changes from tednermint/tendermint
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Zarko Milosevic
a4b68ec2fb
Add non-recursive specification of Bisection algorithm
- Fix timing issues by introducing Delta parameter
5 years ago
Zarko Milosevic
f618acf2ab
Fix model section
5 years ago
Marko
513c67230f
Add Section for P2P ( #53 )
* Add Section for P2P
- moved over the section on p2p
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
* add some more files
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Marko
fa3430ad16
spec/consensus/signing: add more details about nil and amnesia ( #54 )
- Add more details about nil votes and about amnesia attacks
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Marko
95cf253b6d
Add ABCI SPEC ( #51 )
- move the abci spec from tendermint to spec repo
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Marko
9b3531d7d6
Add consesnus and blockchain specs, ( #52 )
- Open questions
- Do we want to split lite client work from consesnsus
- From the blockchain spec, is encoding nessecary in the spec
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago
Marko
81a0198af2
This PR is to create signed commits to be able to merge ( #50 )
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
5 years ago