M. J. Fromberger
8175b2b26d
docs: fix some broken markdown links ( #8021 )
...
Found by the link checker.
There are still some links that aren't fixed, because it's not clear where they _should_ point. I just hit the obvious ones.
2022-02-27 13:27:29 +00:00
dependabot[bot]
0fcfaa4568
build(deps): Bump url-parse from 1.5.7 to 1.5.10 in /docs ( #8023 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.7 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-25 19:48:51 -08:00
dependabot[bot]
b488198d47
build(deps): Bump prismjs from 1.26.0 to 1.27.0 in /docs ( #8022 )
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-25 19:38:41 -08:00
M. J. Fromberger
f939f962b1
Remove master from versions and copy it from the latest. ( #7980 )
2022-02-23 13:58:33 -08:00
M. J. Fromberger
926c469fcc
Restore building docs for master on docs.tendermint.com. ( #7969 )
...
There are a lot of existing links to the master section of the site, and my
attempts to get a redirector working have so far not succeeded. While it still
makes sense to not publish docs for unreleased code, a 404 is almost certainly
more disruptive than seeing docs for unreleased stuff.
This includes the docs in the build again, but does not add them back to the
selector menu. That allows URLs to resolve but encourages folks to use the
released versions when they have a choice.
I left the redirect for the RPC link in place, since that's still useful.
Updates #7935 .
2022-02-22 17:14:40 +00:00
M. J. Fromberger
70ee282d9e
docs: redirect master links to the latest release version ( #7936 )
2022-02-22 04:51:02 -08:00
M. J. Fromberger
705f365bcd
rpc: implement the eventlog defined by ADR 075 ( #7825 )
...
Implement the basic cursor and eventlog types described in ADR 075. Handle
encoding and decoding as strings for compatibility with JSON.
- Add unit tests for the required order and synchronization properties.
- Add hooks for metrics, with one value to be expanded later.
- Update ADR 075 to match the specifics of the implementation so far.
2022-02-21 08:54:50 -08:00
M. J. Fromberger
3b20931da3
docs: Pin the RPC docs to v0.35 instead of master ( #7909 )
2022-02-21 07:46:39 -08:00
M. J. Fromberger
bd6fce13ae
Update release instructions for documentation. ( #7846 )
...
* Add linkpatch tool to rewrite documentation URLs.
* Update instructions for creating backport branches.
Updates #7675 .
2022-02-21 07:26:48 -08:00
M. J. Fromberger
351adf8ddb
Remove master from the docs site version config. ( #7874 )
2022-02-21 06:07:06 -08:00
Jasmina Malicevic
e80541a251
types/events+evidence: emit events + metrics on evidence validation ( #7802 )
...
* event: Added Events after evidence validation; evidence: refactored AddEvidence
Added context and Metrics as parameter for the pool constructor
* evidence: pushed event firing into evidence pool and added metrics to represent the size of the evpool
* state: fixed parameters of evpool mock functions
* evidence: added test to confirm events are generated
* Removed obsolete EvidenceEventPublisher interface
* evidence: pool removed error on missing eventbus
2022-02-21 14:45:56 +01:00
M. J. Fromberger
51b93c8606
Re-enable the Markdown link checker. ( #7889 )
2022-02-21 04:26:23 -08:00
Thane Thomson
abdf717761
spec: Minor updates to spec merge PR ( #7835 )
...
Signed-off-by: Thane Thomson <connect@thanethomson.com >
Co-authored-by: Callum Waters <cmwaters19@gmail.com >
2022-02-20 11:36:20 -08:00
Joe Abbey
c490d3f00a
Update configuration.md ( #7880 )
...
small typo
2022-02-19 07:53:53 -08:00
Wael
a7224fd640
Update unsafe-reset-all command to match release v35 ( #7869 )
2022-02-18 07:48:21 -08:00
M. J. Fromberger
ac9197ed45
docs: fix misspelled file name ( #7863 )
...
The link checker complained the ToC entry didn't match the file name.
Unusually, turns out this was a typo in the file name, not the ToC.
2022-02-18 15:10:14 +00:00
M. J. Fromberger
75dafaeacc
docs: remove unnecessary os.Exit calls at the end of main ( #7861 )
...
The main function defers some things that do not run in the "normal" exit case
because we call os.Exit(0) explicitly. Since falling off the end of main does
the same thing, and also permits defers to run, let's do that.
2022-02-18 06:11:30 -08:00
dependabot[bot]
e439cf3ba2
build(deps): Bump url-parse from 1.5.4 to 1.5.7 in /docs ( #7855 )
2022-02-18 13:54:05 +01:00
M. J. Fromberger
f9e0f77af3
docs: Update spec links to point to tendermint/tendermint ( #7851 )
2022-02-18 04:40:32 -08:00
M. J. Fromberger
2183d90d05
docs: fix broken markdown links ( #7847 )
...
For most cases I was able to find a new target. In one case the branch was
deleted, so I removed the link.
2022-02-17 14:59:12 -08:00
M. J. Fromberger
f92289d5e8
RFC 012: Event Indexing Revisited ( #7784 )
...
The original Tendermint implementation provided a fixed, built-in event
indexer, but users would like to plug in different indexing backends. Although
ADR-065 was a good first step toward customization of indexing, its
implementation model does not satisfy all the user requirements. Moreover,
this approach leaves some existing technical issues with indexing unsolved.
This RFC documents these concerns, and discusses some potential approaches to
solving them. It does _not_ propose a specific technical decision. It is meant
to unify and focus some of the disparate discussions of the topic.
2022-02-17 09:30:02 -08:00
M. J. Fromberger
38e29590ff
docs: rename RFC 008 ( #7841 )
...
While the name including an apostrophe is perfectly legal, it turns out to
confuse some tools that don't escape things properly. Rename to remove the
apostrophe rather than fight the world.
Fixes #7836 .
2022-02-17 16:07:14 +00:00
Callum Waters
e81b0e290e
spec: merge spec repo into tendermint repo ( #7804 )
2022-02-17 13:02:48 +01:00
M. J. Fromberger
ef1cc5b516
docs: fix RPC output examples for GET queries ( #7799 )
...
Remove JSON-RPC wrappers from GET output, since they are no longer printed.
Also format examples with jq so they look a little neater.
Fixes #7779 .
Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com >
2022-02-10 15:49:32 -08:00
Callum Waters
f4e91c2aa8
roadmap: update to better reflect v0.36 changes ( #7774 )
2022-02-08 09:29:26 +01:00
William Banfield
e544709459
ADR: synchronize PBTS ADR with spec ( #7764 )
...
closes : #7758
This change performs the following:
* Removes the description of the non-proposers waiting
* Removes descriptions of the `Accuracy` parameter that no longer exists
* Corrects the inequality to properly reflect the `timely` check.
* Renames the consensus params to `SynchronyParams`
* Minor cosmetic fixes.
2022-02-07 21:09:07 +00:00
Sam Kleinman
7d5be3e5da
adr: merge tendermint/spec repository into tendermint/tendermint ( #7775 )
2022-02-04 17:02:45 -05:00
Callum Waters
9fe1d4eeab
remove unmaintained tutorials ( #7751 )
2022-02-02 16:03:50 +01:00
M. J. Fromberger
169099c846
docs: drop v0.32 from the doc site configuration ( #7741 )
2022-01-31 12:31:15 -08:00
Sam Kleinman
2c074e24e6
rfc: p2p light client ( #7672 )
2022-01-31 12:45:58 -05:00
Sam Kleinman
a4e2f05d7a
cmd: avoid package state in cli constructors ( #7719 )
2022-01-31 09:52:30 -05:00
M. J. Fromberger
b3c85b795a
docs: fix some typos in ADR 075. ( #7726 )
...
* docs: fix some typos in ADR 075.
* fix typo typo
2022-01-31 09:14:42 +00:00
M. J. Fromberger
05d8a0bd05
Mark ADR 075 as "accepted". ( #7699 )
2022-01-26 08:33:13 -08:00
M. J. Fromberger
f64d64a7b5
ADR 074: RPC Event Subscription Interface ( #7677 )
...
Status: Proposed.
2022-01-26 06:19:32 -08:00
dependabot[bot]
f6ebd84ee2
build(deps): Bump vuepress-theme-cosmos from 1.0.182 to 1.0.183 in /docs ( #7680 )
...
Bumps [vuepress-theme-cosmos](https://github.com/cosmos/vuepress-theme-cosmos ) from 1.0.182 to 1.0.183.
- [Release notes](https://github.com/cosmos/vuepress-theme-cosmos/releases )
- [Commits](https://github.com/cosmos/vuepress-theme-cosmos/commits )
---
updated-dependencies:
- dependency-name: vuepress-theme-cosmos
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Callum Waters <cmwaters19@gmail.com >
2022-01-24 05:57:39 -08:00
Sebastian Gröbler
701e6026c5
Update README.md ( #7602 )
...
Fixed typo in exchange
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2022-01-14 18:33:47 -08:00
William Banfield
2f75899320
ADR-74: Migrate Timeout Parameters to Consensus Parameters ( #7503 )
...
related to: #7274 and #7275
Still somewhat uncertain on two things that I'd appreciate more feedback on:
1. The optional temporary local overrides. Perhaps this is superfluous and we can simply make the transition without the override?
2. If this set of parameters seems to be large enough to allow application developers to create the chains they want but not so large as to be needlessly complex.
2022-01-14 16:48:59 +00:00
William Banfield
abb7c8c2b0
RFC-009: Consensus Parameter Upgrades ( #7524 )
...
Related to #7503
2022-01-14 16:47:02 +00:00
Sam Kleinman
0ae974e639
libs/os: remove trap signal ( #7515 )
2022-01-06 08:26:37 -05:00
sgmoore
e7afc57a6a
Remove extra white space ( #7477 )
2021-12-19 08:07:27 -08:00
Sam Kleinman
3b6c3890d6
rfc: don't panic ( #7472 )
2021-12-17 16:15:01 -05:00
William Banfield
20c547a901
rfc: deterministic proto bytes serialization ( #7427 )
...
Major thanks to @creachadair for guidance in regards to the proto spec and for quick prototyping of a serialized-proto-canonicalizer.
2021-12-15 22:52:01 +00:00
M. J. Fromberger
a872dd75b7
Fix broken documentation link. ( #7439 )
...
A follow-up to #7416 and #7412 .
2021-12-14 08:27:11 +00:00
dependabot[bot]
2b35d8191c
build(deps-dev): Bump watchpack from 2.3.0 to 2.3.1 in /docs ( #7430 )
...
Bumps [watchpack](https://github.com/webpack/watchpack ) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/webpack/watchpack/releases )
- [Commits](https://github.com/webpack/watchpack/compare/v2.3.0...v2.3.1 )
---
updated-dependencies:
- dependency-name: watchpack
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Kleinman <garen@tychoish.com >
Co-authored-by: M. J. Fromberger <fromberger@interchain.io >
2021-12-13 12:51:47 -05:00
Sam Kleinman
1e208d66e5
tools: remove tm-signer-harness ( #7370 )
2021-12-02 13:22:40 -05:00
dependabot[bot]
99c51b354c
build(deps-dev): Bump watchpack from 2.2.0 to 2.3.0 in /docs ( #7335 )
...
Bumps [watchpack](https://github.com/webpack/watchpack ) from 2.2.0 to 2.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/watchpack/releases ">watchpack's releases</a>.</em></p>
<blockquote>
<h2>v2.3.0</h2>
<h1>Features</h1>
<ul>
<li>allow to grab separate file and directory time info objects</li>
<li>allow functions passed to the <code>ignored</code> option</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>ignore EACCESS errors during initial scan</li>
</ul>
<h1>Performance</h1>
<ul>
<li>improve performance of watcher update</li>
</ul>
<h1>Contributing</h1>
<ul>
<li>CI tests node.js 17 too</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/webpack/watchpack/commit/b903dd384da582ae5f1e6ca71586fed3d991de7f "><code>b903dd3</code></a> 2.3.0</li>
<li><a href="https://github.com/webpack/watchpack/commit/c82a595128e75efb3b0b8f0d1a819b4bf95119bf "><code>c82a595</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/watchpack/issues/211 ">#211</a> from webpack/bugfix/missing-info</li>
<li><a href="https://github.com/webpack/watchpack/commit/1e560268d3409760c6a68779a157bf30893484c2 "><code>1e56026</code></a> fix missing time info in files</li>
<li><a href="https://github.com/webpack/watchpack/commit/89d5f4884c414aafede5ca26a5fe0ecfe9c6cb11 "><code>89d5f48</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/watchpack/issues/205 ">#205</a> from markjm/markjm/split</li>
<li><a href="https://github.com/webpack/watchpack/commit/f1f35863303c1938d8c74f57160e61f9de94ff8d "><code>f1f3586</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/watchpack/issues/210 ">#210</a> from webpack/ci/no-macos-polling</li>
<li><a href="https://github.com/webpack/watchpack/commit/8d14e94274843d30a6c95a0bd602ad79fe58b720 "><code>8d14e94</code></a> Merge branch 'main' into markjm/split</li>
<li><a href="https://github.com/webpack/watchpack/commit/e71b62ba1f3d9be6d7b95083e85f79b811e2e094 "><code>e71b62b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/watchpack/issues/197 ">#197</a> from markjm/markjm/watch-change</li>
<li><a href="https://github.com/webpack/watchpack/commit/a3b2b82ec7df1e86119653cea113a5a2bb78030c "><code>a3b2b82</code></a> provide additional method instead of changing existing one</li>
<li><a href="https://github.com/webpack/watchpack/commit/aab36974181d6971c0d7a81499f1df87c7802e88 "><code>aab3697</code></a> disable testing polling for macos ci</li>
<li><a href="https://github.com/webpack/watchpack/commit/523793ef5dcdc38cc62045079a9500068c6908bd "><code>523793e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/watchpack/issues/208 ">#208</a> from webpack/perf/update-watchers</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/watchpack/compare/v2.2.0...v2.3.0 ">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
2021-11-29 22:12:35 +00:00
Sam Kleinman
abc697b46c
adr: lib2p implementation plan ( #7282 )
2021-11-29 17:02:27 -05:00
Piotr Pędziwiatr
a36dd49eae
docs: go tutorial fixed for 0.35.0 version ( #7329 ) ( #7330 )
2021-11-27 09:16:15 -08:00
William Banfield
02c7dca945
docs: add abci timing metrics to the metrics docs ( #7311 )
2021-11-23 19:53:59 +00:00
Sam Kleinman
6ab62fe7b6
service: remove stop method and use contexts ( #7292 )
2021-11-18 17:56:21 -05:00