Aleksandr Bezobchuk
89d381f7cf
update ResponseCheckTx ( #306 )
3 years ago
Sam Kleinman
ea8238f090
abci: reorder sidebar ( #282 )
4 years ago
Ethan Buchman
227e5269ca
abci: note on concurrency ( #258 )
Co-authored-by: Marko <marbar3778@yahoo.com>
4 years ago
Marko
038f3e025a
params: remove block timeiota ( #248 )
4 years ago
Marko
d260ff3e37
abci: rewrite to proto interface ( #237 )
4 years ago
Marko
fc569173a1
layout: add section titles ( #240 )
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
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
Callum Waters
733b020899
evidence: update data structures ( #165 )
4 years ago
Marko
d8a2c8f6f1
spec: remove evidences ( #153 )
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
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
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
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
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
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
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
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