-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ref-workflow-scripts' into add-workflow-description
- Loading branch information
Showing
54 changed files
with
1,029 additions
and
404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
- name: Rust files | ||
id: changed-files-rust | ||
uses: tj-actions/[email protected].0 | ||
uses: tj-actions/[email protected].1 | ||
with: | ||
files: | | ||
**/*.rs | ||
|
@@ -56,7 +56,7 @@ jobs: | |
- name: Workflow files | ||
id: changed-files-workflows | ||
uses: tj-actions/[email protected].0 | ||
uses: tj-actions/[email protected].1 | ||
with: | ||
files: | | ||
.github/workflows/*.yml | ||
|
@@ -167,7 +167,7 @@ jobs: | |
needs: changed-files | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: plettich/action-codespell@master | ||
- uses: codespell-project/actions-codespell@v2.0 | ||
with: | ||
github_token: ${{ secrets.github_token }} | ||
level: warning | ||
only_warn: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Zebra Shielded Scanning | ||
|
||
This document describes how expert users can try Zebra's shielded scanning feature. | ||
|
||
For now, we only support Sapling, and only store transaction IDs in the scanner results database. | ||
Ongoing development is tracked in issue [#7728](https://github.com/ZcashFoundation/zebra/issues/7728). | ||
|
||
## Important Security Warning | ||
|
||
Zebra's shielded scanning feature has known security issues. It is for experimental use only. | ||
|
||
Do not use regular or sensitive viewing keys with Zebra's experimental scanning feature. Do not use this | ||
feature on a shared machine. We suggest generating new keys for experimental use. | ||
|
||
## Build & Install | ||
|
||
Using the `shielded-scan` feature. TODO: add examples, document the feature in zebrad/src/lib.rs. | ||
|
||
## Configuration | ||
|
||
In `zebrad.toml`, use: | ||
- the `[shielded_scan]` table for database settings, and | ||
- the `[shielded_scan.sapling_keys_to_scan]` table for diversifiable full viewing keys. | ||
|
||
TODO: add a definition for DFVK, link to its format, and add examples and links to keys and database settings. | ||
|
||
## Running Sapling Scanning | ||
|
||
Launch Zebra and wait for 12-24 hours. | ||
|
||
## Expert: Querying Raw Sapling Scanning Results | ||
|
||
TODO: Copy these instructions and examples here: | ||
- https://github.com/ZcashFoundation/zebra/issues/8046#issuecomment-1844772654 | ||
|
||
Database paths are different on Linux, macOS, and Windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.