Browse Source

spec: Minor updates to spec merge PR (#7835)

Signed-off-by: Thane Thomson <connect@thanethomson.com>
Co-authored-by: Callum Waters <cmwaters19@gmail.com>
pull/7890/head
Thane Thomson 2 years ago
committed by GitHub
parent
commit
abdf717761
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 7 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +2
    -2
      abci/README.md
  3. +4
    -0
      docs/architecture/README.md
  4. +2
    -2
      spec/abci++/abci++_basic_concepts_002_draft.md
  5. +2
    -2
      spec/consensus/proposer-based-timestamp/v1/pbts_001_draft.md

+ 1
- 1
CHANGELOG.md View File

@ -980,7 +980,7 @@ and a validator address plus a timestamp. Note we may remove the validator
address & timestamp fields in the future (see ADR-25).
`lite2` package has been added to solve `lite` issues and introduce weak
subjectivity interface. Refer to the [spec](https://github.com/tendermint/spec/blob/master/spec/consensus/light-client.md) for complete details.
subjectivity interface. Refer to the [spec](./spec/consensus/light-client/) for complete details.
`lite` package is now deprecated and will be removed in v0.34 release.
### BREAKING CHANGES:


+ 2
- 2
abci/README.md View File

@ -19,8 +19,8 @@ To get up and running quickly, see the [getting started guide](../docs/app-dev/g
A detailed description of the ABCI methods and message types is contained in:
- [The main spec](https://github.com/tendermint/spec/blob/master/spec/abci/abci.md)
- [A protobuf file](https://github.com/tendermint/spec/blob/master/proto/tendermint/abci/types.proto)
- [The main spec](../spec/abci/abci.md)
- [A protobuf file](../proto/tendermint/abci/types.proto)
- [A Go interface](./types/application.go)
## Protocol Buffers


+ 4
- 0
docs/architecture/README.md View File

@ -67,6 +67,10 @@ Note the context/background should be written in the present tense.
- [ADR-063: Privval-gRPC](./adr-063-privval-grpc.md)
- [ADR-066: E2E-Testing](./adr-066-e2e-testing.md)
- [ADR-072: Restore Requests for Comments](./adr-072-request-for-comments.md)
- [ADR-077: Block Retention](./adr-077-block-retention.md)
- [ADR-078: Non-zero Genesis](./adr-078-nonzero-genesis.md)
- [ADR-079: ED25519 Verification](./adr-079-ed25519-verification.md)
- [ADR-080: Reverse Sync](./adr-080-reverse-sync.md)
### Accepted


+ 2
- 2
spec/abci++/abci++_basic_concepts_002_draft.md View File

@ -192,8 +192,8 @@ enum EvidenceType {
```
There are two forms of evidence: Duplicate Vote and Light Client Attack. More
information can be found in either [data structures](https://github.com/tendermint/spec/blob/master/spec/core/data_structures.md)
or [accountability](https://github.com/tendermint/spec/blob/master/spec/light-client/accountability/)
information can be found in either [data structures](../core/data_structures.md)
or [accountability](../light-client/accountability/)
## Vote Extensions


+ 2
- 2
spec/consensus/proposer-based-timestamp/v1/pbts_001_draft.md View File

@ -261,7 +261,7 @@ This specification describes the changes needed to be done to the Tendermint con
[proposertla]: ../tla/TendermintPBT_001_draft.tla
[bfttime]: https://github.com/tendermint/spec/blob/master/spec/consensus/bft-time.md
[bfttime]: ../../bft-time.md
[tlatender]: https://github.com/tendermint/spec/blob/master/rust-spec/tendermint-accountability/README.md
[lcspec]: https://github.com/tendermint/spec/tree/master/spec/light-client
[lcspec]: ../../light-client/
[arXiv]: https://arxiv.org/abs/1807.04938

Loading…
Cancel
Save