Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into upgrade-primitives-or…
Browse files Browse the repository at this point in the history
…chard-for-zebra-chain
  • Loading branch information
oxarbitrage committed May 18, 2024
2 parents 3e4aa04 + 1484d3d commit 71dc000
Show file tree
Hide file tree
Showing 43 changed files with 255 additions and 181 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

Expand All @@ -226,7 +226,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

Expand All @@ -328,7 +328,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/chore-delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down Expand Up @@ -107,14 +107,14 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build-crates.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-build-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/[email protected].4
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: actions/[email protected].6
- uses: r7kamura/rust-problem-matchers@v1.5.0

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
Expand Down Expand Up @@ -122,10 +122,10 @@ jobs:
matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Install last version of Protoc
uses: arduino/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest-xl

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

Expand Down Expand Up @@ -103,4 +103,4 @@ jobs:
run: cargo llvm-cov --lcov --no-run --output-path lcov.info

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.4.0
18 changes: 9 additions & 9 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
fetch-depth: 0

- name: Rust files
id: changed-files-rust
uses: tj-actions/changed-files@v44.3.0
uses: tj-actions/changed-files@v44.4.0
with:
files: |
**/*.rs
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Workflow files
id: changed-files-workflows
uses: tj-actions/changed-files@v44.3.0
uses: tj-actions/changed-files@v44.4.0
with:
files: |
.github/workflows/*.yml
Expand All @@ -69,7 +69,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

Expand Down Expand Up @@ -119,10 +119,10 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Install last version of Protoc
uses: arduino/[email protected]
Expand All @@ -149,9 +149,9 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- name: actionlint
uses: reviewdog/action-actionlint@v1.44.0
uses: reviewdog/action-actionlint@v1.46.0
with:
level: warning
fail_on_error: false
Expand All @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
- uses: codespell-project/[email protected]
with:
only_warn: 1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci-unit-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest-xl
needs: build
steps:
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand All @@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci-unit-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ jobs:
rust: beta

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Install last version of Protoc
uses: arduino/[email protected]
Expand Down Expand Up @@ -183,10 +183,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
Expand All @@ -205,10 +205,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Install last version of Protoc
uses: arduino/[email protected]
Expand Down Expand Up @@ -248,10 +248,10 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Check ${{ matrix.checks }} with features ${{ matrix.features }}
uses: EmbarkStudios/cargo-deny-action@v1
Expand All @@ -269,10 +269,10 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

# Setup Rust with stable toolchain and minimal profile
- name: Setup Rust
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docs-deploy-firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
persist-credentials: false

- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Setup mdBook
uses: jontze/[email protected]
Expand All @@ -106,7 +106,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down Expand Up @@ -139,11 +139,11 @@ jobs:
pull-requests: write
steps:
- name: Checkout the source code
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
persist-credentials: false

- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Install last version of Protoc
uses: arduino/[email protected]
Expand All @@ -165,7 +165,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
dockerHubDescription:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-zcashd-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id-token: 'write'

steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false

Expand All @@ -52,7 +52,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-crates-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Checkout git repository
uses: actions/[email protected].4
uses: actions/[email protected].6
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].6
with:
persist-credentials: false
- uses: r7kamura/rust-problem-matchers@v1.4.0
- uses: r7kamura/rust-problem-matchers@v1.5.0

- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].2
uses: google-github-actions/[email protected].3
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand Down
Loading

0 comments on commit 71dc000

Please sign in to comment.