disable markdown link checker and migrate spec RFCs

This commit is contained in:
Callum Waters
2022-02-15 11:16:47 +01:00
parent 2d62b5a3d2
commit 525d6ca389
10 changed files with 29 additions and 28 deletions

View File

@@ -1,17 +0,0 @@
name: Check Markdown links
on:
push:
branches:
- master
pull_request:
branches: [master]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
with:
check-modified-files-only: 'yes'

18
.github/workflows/markdown-links.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
# Currently disabled until all links have been fixed
# name: Check Markdown links
# on:
# push:
# branches:
# - master
# pull_request:
# branches: [master]
# jobs:
# markdown-link-check:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
# with:
# check-modified-files-only: 'yes'

View File

@@ -78,7 +78,7 @@ $(BUILDDIR)/:
# there and run the Build & Push Proto Builder Image workflow.
IMAGE := ghcr.io/tendermint/docker-build-proto:latest
DOCKER_PROTO_BUILDER := docker run -v $(shell pwd):/workspace --workdir /workspace $(IMAGE)
HTTPS_GIT := https://github.com/tendermint/spec.git
HTTPS_GIT := https://github.com/tendermint/tendermint.git
###############################################################################
### Protobuf ###

View File

@@ -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.
![Cosmos SDK block retention diagram](images/block-retention.png)
![Cosmos SDK block retention diagram](img/block-retention.png)
## Status

View File

@@ -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)

View File

@@ -1,4 +1,4 @@
# RFC 013: Ed25519 Verification
# ADR 079: Ed25519 Verification
## Changelog

View File

@@ -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.

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@@ -1,4 +1,4 @@
# RFC 014: ABCI++
# RFC 011: ABCI++
## Changelog

View File

@@ -1,4 +1,4 @@
# RFC 006: Semantic Versioning
# RFC 012: Semantic Versioning
## Changelog