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

update from upstream #10

Merged
merged 33 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
09935bb
Use an OS-assigned port in the non-blocking logger test's zebrad test…
arya2 Jul 8, 2024
2419e8a
read RPC port from logs in `regtest_submit_blocks()` test (#8665)
arya2 Jul 8, 2024
4213e82
change(rpc): Adds a TrustedChainSync struct for keeping up with Zebra…
arya2 Jul 9, 2024
a94b2be
feat(scanner): Add a new `zebra-scanner` binary (#8608)
oxarbitrage Jul 9, 2024
ab7c490
build(deps): bump the devops group across 1 directory with 4 updates …
dependabot[bot] Jul 10, 2024
f3c2e19
build(deps): bump the prod group across 1 directory with 11 updates (…
dependabot[bot] Jul 10, 2024
1238ec0
tests(scanner): Move zebra scanner tests to binary (#8659)
oxarbitrage Jul 15, 2024
14463a7
add(rpc): Add a tonic server in zebra-rpc (#8674)
arya2 Jul 16, 2024
61746f2
docs(blockchain-scanner): Update documentation for the new `zebra-sca…
oxarbitrage Jul 16, 2024
f9066ae
add(chain): Add an NU6 network upgrade variant (#8693)
upbqdn Jul 18, 2024
bbb710f
config, docs: update hardcoded users (#8703)
conradoplg Jul 19, 2024
6b9b994
Adds `full_activation_list()` method and uses it in `getblockchaininf…
arya2 Jul 20, 2024
6436bf6
build(deps): bump docker/build-push-action in the devops group (#8698)
dependabot[bot] Jul 20, 2024
42b298b
add(network-params): Allow configuring NU6 activation height on Regte…
arya2 Jul 22, 2024
4cbf442
config, docs: update hardcoded users (#8710)
conradoplg Jul 22, 2024
c3334ce
Update lightwalletd.md (#8714)
therealyingtong Jul 23, 2024
0fdd264
build(deps): bump the prod group across 1 directory with 15 updates (…
dependabot[bot] Jul 23, 2024
6181ebe
Addresses clippy lints (#8723)
arya2 Jul 26, 2024
4f6c4ae
build(deps): bump the prod group across 1 directory with 8 updates (#…
dependabot[bot] Jul 26, 2024
14f473d
Adds timeouts tonic clients in tests (#8724)
arya2 Jul 27, 2024
988dd55
change(network-params): Configurable Testnet funding streams (#8718)
arya2 Jul 29, 2024
7b0c1ad
build(deps): bump the prod group with 5 updates (#8726)
dependabot[bot] Jul 30, 2024
8b8a7a4
build(deps): bump the devops group with 2 updates (#8720)
dependabot[bot] Jul 30, 2024
45261a2
Don't use a fixed size of serialized ValueBalance (#8732)
upbqdn Jul 31, 2024
e56ee4c
change(consensus): Add lockbox funding stream (#8694)
arya2 Aug 1, 2024
7ee9e2b
Fixes cargo check annotations on Windows (#8738)
arya2 Aug 3, 2024
16168d7
Store Sprout trees with cached roots (#8741)
upbqdn Aug 3, 2024
82ded59
change: Track the balance of the deferred chain value pool (#8729)
upbqdn Aug 5, 2024
d70e602
change: Refactor error handling for block subsidies (#8735)
upbqdn Aug 7, 2024
53b40d0
change(consensus): Require that coinbase transactions balance exactly…
arya2 Aug 8, 2024
f1fb062
build(deps): bump the devops group with 4 updates (#8747)
dependabot[bot] Aug 8, 2024
702ae54
build(deps): bump the prod group with 8 updates (#8743)
dependabot[bot] Aug 9, 2024
88f9bff
change(state): Support in-place disk format upgrades for major databa…
upbqdn Aug 9, 2024
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
12 changes: 6 additions & 6 deletions .github/workflows/cd-deploy-nodes-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
if: ${{ !cancelled() && !failure() && ((github.event_name == 'push' && github.ref_name == 'main') || github.event_name == 'release') }}

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

Expand All @@ -228,14 +228,14 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# TODO we should implement the fixes from https://github.com/ZcashFoundation/zebra/pull/5670 here
# but the implementation is failing as it's requiring the disk names, contrary to what is stated in the official documentation
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'

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

Expand All @@ -330,14 +330,14 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Create instance template from container image
- name: Manual deploy of a single ${{ inputs.network }} instance running zebrad
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/chore-delete-gcp-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Deletes all mainnet and testnet instances older than $DELETE_INSTANCE_DAYS days.
#
Expand Down Expand Up @@ -107,22 +107,22 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false

# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'
token_format: 'access_token'

- name: Login to Google Artifact Registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
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].6
- uses: actions/[email protected].7

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

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

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[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].6
- uses: actions/[email protected].7
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.4.1
uses: codecov/codecov-action@v4.5.0
10 changes: 5 additions & 5 deletions .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
rust: ${{ steps.changed-files-rust.outputs.any_changed == 'true' }}
workflows: ${{ steps.changed-files-workflows.outputs.any_changed == 'true' }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
fetch-depth: 0
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
if: ${{ needs.changed-files.outputs.rust == 'true' }}

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

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

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
needs: changed-files
if: ${{ needs.changed-files.outputs.workflows == 'true' }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: actionlint
uses: reviewdog/[email protected]
with:
Expand All @@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
needs: changed-files
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- uses: codespell-project/[email protected]
with:
only_warn: 1
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci-unit-tests-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
rust: beta

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -205,7 +205,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand Down Expand Up @@ -248,13 +248,13 @@ jobs:
continue-on-error: ${{ matrix.checks == 'advisories' }}

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

- name: Check ${{ matrix.checks }} with features ${{ matrix.features }}
uses: EmbarkStudios/cargo-deny-action@v1
uses: EmbarkStudios/cargo-deny-action@v2
with:
# --all-features spuriously activates openssl, but we want to ban that dependency in
# all of zebrad's production features for security reasons. But the --all-features job is
Expand All @@ -269,7 +269,7 @@ jobs:

steps:
- name: Checkout git repository
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
persist-credentials: false
- uses: r7kamura/[email protected]
Expand All @@ -280,7 +280,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal

- name: Install cargo-machete
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-machete

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

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

Expand All @@ -165,7 +165,7 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
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].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 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].6
- uses: actions/[email protected].7
with:
persist-credentials: false

Expand All @@ -52,14 +52,14 @@ jobs:
# Setup gcloud CLI
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_DEPLOYMENTS_SA }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

# Create instance template from container image
- name: Create instance template
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 @@ -70,7 +70,7 @@ jobs:
- uses: r7kamura/[email protected]

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

Expand All @@ -85,7 +85,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal

- name: Install cargo-release
uses: baptiste0928/[email protected].0
uses: baptiste0928/[email protected].1
with:
crate: cargo-release

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

- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
retries: '3'
workload_identity_provider: '${{ vars.GCP_WIF }}'
Expand All @@ -134,14 +134,14 @@ jobs:
access_token_lifetime: 10800s

- name: Login to Google Artifact Registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}

- name: Login to DockerHub
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -158,7 +158,7 @@ jobs:
# Build and push image to Google Artifact Registry, and possibly DockerHub
- name: Build & push
id: docker_build
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.6.0
with:
target: ${{ inputs.dockerfile_target }}
context: .
Expand Down
Loading
Loading