Thane Thomson
Thane Thomson
It appears as though `markdown-link-check` fails to resolve https://en.wikipedia.org/wiki/TLA%2B - it continually gets a 400 response. An example in CI: https://github.com/tendermint/tendermint/runs/5456708726?check_suite_focus=true This GitHub Action currently uses [`markdown-link-check` v3.8.7](https://github.com/gaurav-nelson/github-action-markdown-link-check/blob/master/entrypoint.sh#L11). Not sure...
In this work, we effectively need to rebuild ABCI++ (currently on the v0.36.x branch) on a branch off of v0.34.x, starting just with ABCI++ Prepare/Process Proposal. The remainder of ABCI++...
The result of this issue should help to answer the question: "how do new releases, e.g. v0.37, compare to v0.34 in terms of performance and stability?" Run a set of...
Closes #9176. --- #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and...
- [ ] #9310 - [Link](https://github.com/tendermint/tendermint/blob/main/docs/architecture/adr-067-mempool-refactor.md) to existing ADR when prioritized mempool was introduced. - [x] Performance and stability are at least as good as the mempool in v0.34 (no...
Similar to our `CHANGELOG_PENDING.md` doc in the root of the repo, we should separate out pending upgrading documentation into an `UPGRADING_PENDING.md` file in the root of the repo. This will...
At present there are a number of broken links across our Markdown files ([example](https://github.com/tendermint/tendermint/actions/runs/2809329995)). We should aim to have this check passing.
This is a checklist of all the things we need to do to ensure `main` is up-to-date with `master` in terms of its config, documentation, etc. We should update it...
This issue currently targets the v0.37 release. In order to ship #9053, we need to do the following: - [ ] #9096 - [ ] Update documentation, including the roadmap...