mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
disable markdown link checker and migrate spec RFCs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# RFC 011: Configurable Block Retention
|
||||
# ADR 077: Configurable Block Retention
|
||||
|
||||
## Changelog
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
- 2020-03-25: Use local config for snapshot interval (@erikgrinaker)
|
||||
- 2020-03-31: Use ABCI commit response for block retention hint
|
||||
- 2020-04-02: Resolved open questions
|
||||
- 2021-02-11: Migrate RFC to tendermint repo (Originally [RFC 001](https://github.com/tendermint/spec/pull/84))
|
||||
- 2021-02-11: Migrate to tendermint repo (Originally [RFC 001](https://github.com/tendermint/spec/pull/84))
|
||||
|
||||
## Author(s)
|
||||
|
||||
@@ -74,7 +74,7 @@ The returned `retain_height` would be the lowest height that satisfies:
|
||||
|
||||
- Local config: archive nodes may want to retain more or all blocks, e.g. via a local config option `min-retain-blocks`. There may also be a need to vary rentention for other nodes, e.g. sentry nodes which do not need historical blocks.
|
||||
|
||||

|
||||

|
||||
|
||||
## Status
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# RFC 012: Non-Zero Genesis
|
||||
# ADR 078: Non-Zero Genesis
|
||||
|
||||
## Changelog
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
- 2020-07-28: Use weak chain linking, i.e. `predecessor` field (@erikgrinaker)
|
||||
- 2020-07-31: Drop chain linking (@erikgrinaker)
|
||||
- 2020-08-03: Add `State.InitialHeight` (@erikgrinaker)
|
||||
- 2021-02-11: Migrate RFC to tendermint repo (Originally [RFC 002](https://github.com/tendermint/spec/pull/119))
|
||||
- 2021-02-11: Migrate to tendermint repo (Originally [RFC 002](https://github.com/tendermint/spec/pull/119))
|
||||
|
||||
## Author(s)
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
# RFC 013: Ed25519 Verification
|
||||
# ADR 079: Ed25519 Verification
|
||||
|
||||
## Changelog
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# RFC 015: ReverseSync - fetching historical data
|
||||
# ADR 080: ReverseSync - fetching historical data
|
||||
|
||||
## Changelog
|
||||
|
||||
- 2021-02-11: Migrate RFC to tendermint repo (Originally [RFC 005](https://github.com/tendermint/spec/pull/224))
|
||||
- 2021-02-11: Migrate to tendermint repo (Originally [RFC 005](https://github.com/tendermint/spec/pull/224))
|
||||
- 2021-04-19: Use P2P to gossip necessary data for reverse sync.
|
||||
- 2021-03-03: Simplify proposal to the state sync case.
|
||||
- 2021-02-17: Add notes on asynchronicity of processes.
|
||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@@ -1,4 +1,4 @@
|
||||
# RFC 014: ABCI++
|
||||
# RFC 011: ABCI++
|
||||
|
||||
## Changelog
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# RFC 006: Semantic Versioning
|
||||
# RFC 012: Semantic Versioning
|
||||
|
||||
## Changelog
|
||||
|
||||
Reference in New Issue
Block a user