Marko and GitHub
038f3e025a
params: remove block timeiota ( #248 )
2021-01-27 11:29:54 +00:00
Marko and GitHub
d260ff3e37
abci: rewrite to proto interface ( #237 )
2021-01-12 15:15:37 +01:00
Marko and GitHub
fc569173a1
layout: add section titles ( #240 )
2021-01-11 18:23:18 +01:00
Marko and GitHub
033608bbf1
abci: add abci_version to requestInfo ( #223 )
2020-11-24 15:15:08 +01:00
Marko and GitHub
871d0514cd
abci: lastcommitinfo.round extra sentence ( #221 )
2020-11-17 10:33:01 +01:00
c5576dfa69
spec: protobuf changes ( #156 )
...
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com >
2020-10-06 12:40:25 +02:00
Marko and GitHub
04fb20e33d
remove setOption ( #181 )
2020-10-05 08:54:41 +02:00
Callum Waters and GitHub
733b020899
evidence: update data structures ( #165 )
2020-09-29 14:05:44 +02:00
Marko and GitHub
d8a2c8f6f1
spec: remove evidences ( #153 )
2020-09-02 18:17:11 +02:00
Marko and GitHub
45bbbb6317
spec: update abci events ( #151 )
2020-09-01 10:05:34 +02:00
Marko and GitHub
6140847bba
docs: add sections to abci ( #150 )
2020-08-31 15:50:07 +02:00
Marko and GitHub
efbbc9462f
ci: add markdown linter ( #146 )
2020-08-24 11:47:31 +02:00
Erik Grinaker and GitHub
8dd2ed4c6f
update ResponseInitChain.app_hash description ( #143 )
2020-08-13 13:05:12 +02:00
Erik Grinaker and GitHub
f3207cee52
add description of arbitrary initial height ( #135 )
2020-08-13 10:45:05 +02:00
Erik Grinaker and GitHub
95acfdead1
abci: add ResponseInitChain.app_hash ( #140 )
2020-08-11 16:48:22 +02:00
Callum Waters and GitHub
713a773c81
Evidence time is sourced from block time ( #138 )
2020-08-10 21:20:24 +02:00
Erik Grinaker and GitHub
e96921822d
spec: revert event hashing ( #132 )
2020-08-06 11:10:11 +02:00
Marko and GitHub
8ff136c716
blockchain: rename to core ( #123 )
2020-07-28 16:51:14 +02:00
Anton Kaliaev and GitHub
b10ff00e1b
spec/abci: expand on Validator#Address ( #118 )
...
Refs https://github.com/tendermint/tendermint/issues/3732
2020-07-22 16:50:24 +04:00
Erik Grinaker and GitHub
6b570e2111
abci: tweak node sync estimate ( #115 )
2020-07-10 20:16:13 +02:00
Anton Kaliaev and GitHub
89922df775
abci: add AppVersion to ConsensusParams ( #106 )
2020-06-23 12:19:37 +04:00
Callum Waters and GitHub
1bd2aacb56
spec: update evidence in blockchain.md ( #108 )
...
now evidence reflects the actual evidence present in the tendermint repo
2020-06-19 15:50:26 +02:00
Alexander Simmerl and GitHub
30ef12d0bb
spec: link to abci server implementations ( #100 )
2020-06-15 10:42:48 +02:00
Anton Kaliaev and GitHub
199124048e
spec: modify Header.LastResultsHash ( #97 )
...
Refs: https://github.com/tendermint/tendermint/issues/1007
PR: https://github.com/tendermint/tendermint/pull/4845
2020-06-12 14:41:51 +04:00
Callum Waters and GitHub
9c0754e617
spec: add ProofTrialPeriod to EvidenceParam ( #99 )
2020-06-11 10:10:06 +02:00
Callum Waters and GitHub
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
2020-05-12 13:41:44 +02:00
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 >
2020-05-11 09:27:37 +04:00
Anton Kaliaev and GitHub
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
2020-05-06 11:02:20 +04:00
Tess Rinearson and GitHub
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 and GitHub
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 and GitHub
f399abd7ac
abci: update MaxAgeNumBlocks & MaxAgeDuration docs ( #88 )
2020-04-21 17:15:26 +02:00
Anton Kaliaev and GitHub
7a0cdd53d5
abci: add MaxAgeNumBlocks/MaxAgeDuration to EvidenceParams ( #87 )
2020-04-14 14:46:21 +04:00
Erik Grinaker and GitHub
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
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 and GitHub
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
Marko and GitHub
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 >
2019-11-21 11:15:24 +01:00
Marko and GitHub
95cf253b6d
Add ABCI SPEC ( #51 )
...
- move the abci spec from tendermint to spec repo
Signed-off-by: Marko Baricevic <marbar3778@yahoo.com >
2019-09-17 16:07:08 +02:00