Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci/docs: Update master references to main #1190

Merged
merged 6 commits into from
Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .changelog/epilogue.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ below.
[#836]: https://github.com/informalsystems/tendermint-rs/issues/836
[#839]: https://github.com/informalsystems/tendermint-rs/pull/839
[#855]: https://github.com/informalsystems/tendermint-rs/pull/855
[ABCI]: https://docs.tendermint.com/master/spec/abci/
[ABCI]: https://github.com/tendermint/tendermint/tree/main/spec/abci/
[`ibc-rs`]: https://github.com/informalsystems/ibc-rs
[`rustls`]: https://github.com/ctz/rustls

Expand Down Expand Up @@ -188,7 +188,7 @@ Client's correct and reliable operation.

This release is a significant breaking upgrade from v0.16.0 that primarily
targets compatibility with
[Tendermint v0.34](https://github.com/tendermint/tendermint/blob/master/UPGRADING.md#v0340)
[Tendermint v0.34](https://github.com/tendermint/tendermint/blob/main/UPGRADING.md#v0340)
and the [Cosmos Stargate release](https://stargate.cosmos.network/).

To highlight some of the major changes over the course of 3 release candidates
Expand All @@ -197,7 +197,7 @@ and this release, we have:
* Provided Tendermint v0.34.0 compatibility.
* Supported the development of [ibc-rs](https://github.com/informalsystems/ibc-rs/).
* Improved our model-based testing to provide complex test cases for the
[Light Client](https://github.com/informalsystems/tendermint-rs/tree/master/light-client#testing).
[Light Client](https://github.com/informalsystems/tendermint-rs/tree/main/light-client#testing).
* Refactored our serialization infrastructure to remove all Amino types and
ensure Protobuf compatibility (see the [proto crate](./proto)). This includes
a lot of work towards clearly separating our domain types from their
Expand All @@ -206,7 +206,7 @@ and this release, we have:
Tendermint full node.
* Started work towards offering a WASM-based Tendermint Light Client.
* Introduced a WebSocket-based RPC client for interacting with the
[Tendermint RPC](https://docs.tendermint.com/master/rpc/), including event
[Tendermint RPC](https://docs.tendermint.com/v0.34.x/rpc/), including event
subscription.

Please see the following detailed release notes, as well as the crate
Expand Down Expand Up @@ -263,7 +263,7 @@ documentation, for further details.
- `[light-client]` Only require Tokio when `rpc-client` feature is enabled ([#425])
- `[rpc]` A `WebSocketClient` is now provided to facilitate event
subscription for a limited range of RPC events over a WebSocket connection.
See the [Tendermint `/subscribe` endpoint's](https://docs.tendermint.com/master/rpc/#/Websocket/subscribe)
See the [Tendermint `/subscribe` endpoint's](https://docs.tendermint.com/v0.34.x/rpc/#/Websocket/subscribe)
and the `tendermint-rpc` crate's docs for more details ([#516])
- `[rpc]` The subscription client interface provides a structured `Query`
mechanism to help ensure compile-time validity of subscription queries.
Expand Down Expand Up @@ -350,7 +350,7 @@ documentation, for further details.
[#739]: https://github.com/informalsystems/tendermint-rs/issues/739
[#745]: https://github.com/informalsystems/tendermint-rs/issues/745
[#752]: https://github.com/informalsystems/tendermint-rs/pull/752
[P2P layer]: https://github.com/informalsystems/tendermint-rs/tree/master/p2p
[P2P layer]: https://github.com/informalsystems/tendermint-rs/tree/main/p2p


## v0.16.0
Expand Down Expand Up @@ -394,8 +394,8 @@ preparing for compatibility with Tendermint Core v0.34 ([#508])

- [light-client] Fix to reject headers from the future ([#474])

[light-client-dir]: https://github.com/informalsystems/tendermint-rs/tree/master/light-client
[testgen-dir]: https://github.com/informalsystems/tendermint-rs/tree/master/testgen
[light-client-dir]: https://github.com/informalsystems/tendermint-rs/tree/main/light-client
[testgen-dir]: https://github.com/informalsystems/tendermint-rs/tree/main/testgen

[#466]: https://github.com/informalsystems/tendermint-rs/pull/466
[#468]: https://github.com/informalsystems/tendermint-rs/pull/468
Expand Down Expand Up @@ -457,8 +457,8 @@ and [ADR-007].
[#441]: https://github.com/informalsystems/tendermint-rs/pull/441
[#451]: https://github.com/informalsystems/tendermint-rs/pull/451

[ADR-006]: https://github.com/informalsystems/tendermint-rs/blob/master/docs/architecture/adr-006-light-client-refactor.md
[ADR-007]: https://github.com/informalsystems/tendermint-rs/blob/master/docs/architecture/adr-007-light-client-supervisor-ergonomics.md
[ADR-006]: https://github.com/informalsystems/tendermint-rs/blob/main/docs/architecture/adr-006-light-client-refactor.md
[ADR-007]: https://github.com/informalsystems/tendermint-rs/blob/main/docs/architecture/adr-007-light-client-supervisor-ergonomics.md

[lite-dir]: ./tendermint/src/lite
[light-client-dir]: ./light-client
Expand Down Expand Up @@ -523,9 +523,9 @@ CI:

[0.14.0]: https://github.com/informalsystems/tendermint-rs/pull/347
[v0.33.x]: https://github.com/tendermint/tendermint/blob/v0.33.5/CHANGELOG.md#v0335
[tendermint-rpc]: https://github.com/informalsystems/tendermint-rs/tree/master/rpc#tendermint-rpc
[lite]: https://github.com/informalsystems/tendermint-rs/tree/master/tendermint/src/lite
[light-client-dir]: https://github.com/informalsystems/tendermint-rs/tree/master/light-client
[tendermint-rpc]: https://github.com/informalsystems/tendermint-rs/tree/main/rpc#tendermint-rpc
[lite]: https://github.com/informalsystems/tendermint-rs/tree/main/tendermint/src/lite
[light-client-dir]: https://github.com/informalsystems/tendermint-rs/tree/main/light-client

## [0.13.0] (2020-04-20)

Expand Down Expand Up @@ -700,7 +700,7 @@ This release is compatible with [tendermint v0.28]
- Initial release

[0.10.0]: https://github.com/tendermint/kms/pull/328
[tendermint v0.32]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0320
[tendermint v0.32]: https://github.com/tendermint/tendermint/blob/main/CHANGELOG.md#v0320
[#326]: https://github.com/tendermint/kms/pull/326
[#324]: https://github.com/tendermint/kms/pull/324
[#315]: https://github.com/tendermint/kms/pull/315
Expand All @@ -723,15 +723,15 @@ This release is compatible with [tendermint v0.28]
[#235]: https://github.com/tendermint/kms/pull/235
[#234]: https://github.com/tendermint/kms/pull/234
[0.6.0]: https://github.com/tendermint/kms/pull/229
[tendermint v0.31]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0310
[tendermint v0.31]: https://github.com/tendermint/tendermint/blob/main/CHANGELOG.md#v0310
[#228]: https://github.com/tendermint/kms/pull/228
[0.5.0]: https://github.com/tendermint/kms/pull/220
[tendermint v0.30]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0300
[tendermint v0.30]: https://github.com/tendermint/tendermint/blob/main/CHANGELOG.md#v0300
[#219]: https://github.com/tendermint/kms/pull/219
[#205]: https://github.com/tendermint/kms/pull/219
[#181]: https://github.com/tendermint/kms/pull/181
[tendermint v0.29]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0290
[tendermint v0.28]: https://github.com/tendermint/tendermint/blob/master/CHANGELOG.md#v0280
[tendermint v0.29]: https://github.com/tendermint/tendermint/blob/main/CHANGELOG.md#v0290
[tendermint v0.28]: https://github.com/tendermint/tendermint/blob/main/CHANGELOG.md#v0280
[#30]: https://github.com/interchainio/tendermint-rs/pull/30
[#16]: https://github.com/interchainio/tendermint-rs/pull/16
[#15]: https://github.com/interchainio/tendermint-rs/pull/15
Expand Down
2 changes: 1 addition & 1 deletion .changelog/v0.22.0/features/832-consensus-params.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- `[tendermint-rpc]` Add support for the `/consensus_params` RPC endpoint. See
<https://docs.tendermint.com/master/rpc/\#/Info/consensus_params> for details
<https://docs.tendermint.com/v0.34.x/rpc/\#/Info/consensus_params> for details
([#832](https://github.com/informalsystems/tendermint-rs/issues/832))
2 changes: 1 addition & 1 deletion .changelog/v0.22.0/features/859-rpc-query-parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
`/tx_search` endpoints) has been reintroduced. This allows for client-side
validation of queries prior to submitting them to a remote Tendermint node. An
example of how to use this is available in the `tendermint-rpc` CLI (see [the
README](https://github.com/informalsystems/tendermint-rs/tree/master/rpc#cli)
README](https://github.com/informalsystems/tendermint-rs/tree/main/rpc#cli)
for details).
([#859](https://github.com/informalsystems/tendermint-rs/issues/859))
2 changes: 1 addition & 1 deletion .changelog/v0.23.0/features/832-block-search.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- `[tendermint-rpc]` Add support for the `/block_search` RPC endpoint. See
<https://docs.tendermint.com/master/rpc/\#/Info/block_search> for details
<https://docs.tendermint.com/v0.34.x/rpc/\#/Info/block_search> for details
([#832](https://github.com/informalsystems/tendermint-rs/issues/832))
2 changes: 1 addition & 1 deletion .changelog/v0.23.8/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This release focuses on ensuring compatibility with Tendermint v0.34.20, which
introduces a [prioritized
mempool](https://github.com/tendermint/tendermint/blob/master/docs/architecture/adr-067-mempool-refactor.md).
mempool](https://github.com/tendermint/tendermint/blob/main/docs/architecture/adr-067-mempool-refactor.md).
As per the release notes for `v0.23.8-pre.1`, this has a minor additive impact
on the ABCI and RPC interfaces in the fields that the `CheckTx` response
contains.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- "docs/**"
branches:
- master
- main
- 'v*.*.*'
jobs:
cleanup-runs:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"

tendermint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/no-std.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: no_std check
on:
pull_request: {}
push:
branches: master
branches: main

jobs:
check-no-std-panic-conflict:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- "docs/**"
branches:
- master
- main
- 'v*.*.*'
jobs:
cleanup-runs:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"

fmt:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths-ignore:
- "docs/**"
branches:
- master
- main
- 'v*.*.*'
jobs:
cleanup-runs:
Expand All @@ -16,7 +16,7 @@ jobs:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'"

default-features:
runs-on: ubuntu-latest
Expand Down
Loading