Skip to content

Commit

Permalink
ZSA transaction support (#9)
Browse files Browse the repository at this point in the history
ZSA transaction support
  • Loading branch information
alexeykoren authored Dec 15, 2024
1 parent 0e4a83d commit 767b0a1
Show file tree
Hide file tree
Showing 29 changed files with 2,200 additions and 865 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.'cfg(all())']
rustflags = [
# FIXME: Consider removing this line later (it's needed for the ZSA version of librustzcash crates)
"--cfg", "zcash_unstable=\"nu6\"",
]
2 changes: 2 additions & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
name: Clippy (MSRV)
timeout-minutes: 30
runs-on: ubuntu-latest
env:
RUSTFLAGS: '--cfg zcash_unstable="nu6"'
steps:
- uses: actions/checkout@v4
- name: Run Clippy
Expand Down
7 changes: 4 additions & 3 deletions .run/Test.run.xml → .run/Test Orchard.run.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="command" value="run --package zcash_tx_tool --bin zcash_tx_tool test" />
<configuration default="false" name="Test Orchard" type="CargoCommandRunConfiguration" factoryName="Cargo Command">
<option name="buildProfileId" value="dev" />
<option name="command" value="run --package zcash_tx_tool --bin zcash_tx_tool test-orchard" />
<option name="workingDirectory" value="file://$PROJECT_DIR$" />
<envs />
<option name="emulateTerminal" value="true" />
<option name="channel" value="DEFAULT" />
<option name="requiredFeatures" value="true" />
<option name="allFeatures" value="false" />
<option name="withSudo" value="false" />
<option name="buildTarget" value="REMOTE" />
<option name="backtrace" value="SHORT" />
<envs />
<option name="isRedirectInput" value="false" />
<option name="redirectInputPath" value="" />
<method v="2">
Expand Down
Loading

0 comments on commit 767b0a1

Please sign in to comment.