Tess Rinearson
90797cef90
Revert "document state sync ABCI interface and P2P protocol ( #90 )" ( #92 )
...
This reverts commit 9842b4b0fb .
2020-05-05 14:53:49 +02:00
Erik Grinaker
9842b4b0fb
document state sync ABCI interface and P2P protocol ( #90 )
...
The corresponding Tendermint PRs are tendermint/tendermint#4704 and tendermint/tendermint#4705 .
2020-05-05 14:40:00 +02:00
Anton Kaliaev
f399abd7ac
abci: update MaxAgeNumBlocks & MaxAgeDuration docs ( #88 )
2020-04-21 17:15:26 +02:00
Anton Kaliaev
7a0cdd53d5
abci: add MaxAgeNumBlocks/MaxAgeDuration to EvidenceParams ( #87 )
2020-04-14 14:46:21 +04:00
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.
2020-04-14 10:54:25 +04:00
Erik Grinaker
15b15d2060
accept RFC-001 ( #86 )
2020-04-03 13:07:57 +02:00
Erik Grinaker
3ab6026ad7
RFC-001: configurable block retention ( #84 )
...
* Added RFC for truncated block history coordination
* Clarified minimum block retention
* Added hard checks on block retention and snapshot interval, and made some minor tweaks
* Genesis parameters are immutable
* Use local config for snapshot interval
* Reordered parameter descriptions
* Clarified local config option for snapshot-interval
* rewrite for ABCI commit response
* Renamed RFC
* add block retention diagram
* Removed retain_blocks table
* fix image numbers
* resolved open questions
* image quality
2020-04-02 15:38:00 +02:00
Marko
1152120dea
remove .idea dir ( #83 )
...
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com >
2020-03-19 12:20:44 +01:00
Marko
d45389e2b0
codeowners: add code owners ( #82 )
...
* codeowners: add code owners
- added some codeowners
please comment if youd like to be added as well.
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com >
* remove comment of repo maintainers
2020-03-15 17:37:25 +01:00
Callum Waters
9440fc16ce
Merge pull request #81 from tendermint/callum/markdown-link-checker
...
Add markdown link checker
2020-03-10 16:27:21 +01:00
Callum Michael Waters
3f04e8bbce
second attempt at fixing all links
2020-03-10 16:22:14 +01:00
Callum Michael Waters
c9a664a2f8
first attempt at fixing all links
2020-03-10 16:15:59 +01:00
Callum Waters
4f0fb3325a
removed folder-path flag
2020-03-10 15:51:23 +01:00
Callum Waters
e963deff5a
changed tab spacing
2020-03-10 15:48:31 +01:00
Callum Michael Waters
ee5c790878
add markdown link checker
2020-03-10 15:32:51 +01:00
Callum Waters
327767a1c1
Merge pull request #80 from tendermint/callum/link-pex-reactor
...
update link to the pex reactor
2020-03-10 15:04:27 +01:00
Callum Waters
edb4928357
update link to the pex reactor
2020-03-10 14:41:17 +01:00
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 >
2020-02-23 14:09:58 +01:00
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 >
2020-02-03 18:37:09 +01:00
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 >
2020-01-27 11:34:53 +04:00
Zarko Milosevic
cf24489764
Merge pull request #76 from tendermint/ismail/fix-link-light
...
Fix link in readme
2020-01-24 15:31:11 +01:00
Ismail Khoffi
576e40eabd
Fix link in readme
...
./light -> ./light-client
2020-01-24 15:17:04 +01:00
Zarko Milosevic
206139f384
Merge pull request #75 from tendermint/bucky/lite-light
...
lite->light
2020-01-23 23:28:51 +01:00
Ethan Buchman
603364bdaa
lite->light
2020-01-23 09:22:40 -08:00
Zarko Milosevic
033a0cb53f
Merge pull request #61 from tendermint/zm_lite_client_algo
...
Update specification of light client algorithm to align with the code
2020-01-23 14:50:49 +01:00
Zarko Milosevic
026fddee4f
Aligh the correctness arguments with the pseudocode changes
2020-01-23 14:49:45 +01:00
Zarko Milosevic
dc542068ae
Merge pull request #73 from tendermint/bucky/light-reorg
...
Move light specs to their own dir, add readme and diagram
2020-01-23 11:14:38 +01:00
Ethan Buchman
c35d6e706f
update readme
2020-01-22 13:52:54 -08:00
Ethan Buchman
bd2f41bf79
fix image
2020-01-22 13:49:09 -08:00
Ethan Buchman
d1bd98d5e0
detection TODO
2020-01-22 13:19:24 -08:00
Ethan Buchman
035838901e
add diagram
2020-01-22 13:17:16 -08:00
Ethan Buchman
e342c21336
add redirects
2020-01-22 13:10:08 -08:00
Ethan Buchman
eb9e1f961c
titles
2020-01-22 13:06:49 -08:00
Ethan Buchman
f26eb4ee89
light client dir and readmes
2020-01-22 12:55:31 -08:00
Zarko Milosevic
146e251892
Address reviewer comment's. Intermediate commit
2020-01-08 17:49:32 +01:00
Zarko Milosevic
7130c2e68c
Removing Store from API and providing end-to-end timing guarantees
2020-01-06 18:30:59 +01:00
Zarko Milosevic
4a9eb1f1ac
Intermediate commit (aligning spec with the code)
2019-12-31 13:31:35 +01:00
Zarko Milosevic
0adde9d415
Separating algorithm from proofs
2019-12-26 13:11:01 +01:00
Zarko Milosevic
ee0cc537b8
Addressing reviewer's comments
2019-12-25 13:58:27 +01:00
Zarko Milosevic
4f7c55507c
Address reviewer's comments
2019-12-12 12:37:36 +01:00
Zarko Milosevic
8528cdb314
Merge remote-tracking branch 'remotes/origin/master' into zm_lite_client_algo
...
# Conflicts:
# spec/consensus/light-client.md
2019-12-11 16:18:17 +01:00
Zarko Milosevic
9ddfc79813
Add explanation on difference between trusted models
2019-12-11 16:13:47 +01:00
Zarko Milosevic
069906a25d
Improve algorithms
2019-12-11 15:20:14 +01:00
Zarko Milosevic
5c580846bb
Improved error handling
2019-12-06 15:56:05 +01:00
Anca Zamfir
afda2d39b6
some suggestions for pseuodocode changes
2019-12-06 12:43:16 +01:00
Sunny Aggarwal
743a658613
Add sr25519 amino documentation ( #67 )
...
* sr25519 amino
* Update spec/blockchain/encoding.md
Co-Authored-By: Marko <marbar3778@yahoo.com >
2019-12-04 12:44:28 +01:00
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
2019-12-04 09:09:24 +01:00
Zarko Milosevic
2306108d8a
Apply suggestions from code review
...
Co-Authored-By: Anca Zamfir <ancazamfir@users.noreply.github.com >
2019-12-02 12:40:47 +01:00
Zarko Milosevic
4ee393c3da
Clean up error conditions and simplify pseudocode
2019-11-28 15:42:35 +01:00
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
2019-11-23 11:02:08 +01:00