mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-11 14:21:18 +00:00
disable markdown link checker and migrate spec RFCs
This commit is contained in:
17
.github/workflows/action.yml
vendored
17
.github/workflows/action.yml
vendored
@@ -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
18
.github/workflows/markdown-links.yml
vendored
Normal 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'
|
||||
2
Makefile
2
Makefile
@@ -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 ###
|
||||
|
||||
@@ -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,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