Commit 6ea1d70
Sync Zebra with latest Orchard and librustzcash (#92)
* Update orchard and librustzcash, align Zebra with upstream API/module changes
* zebra-chain: add ZIP-230 vSighashInfo(V0) serialization/deserialization for V6
* zebra-chain: add ZIP-230/ZIP-246 versioned signature support
* zebra-chain: add NU6_1 activation heights
* zebra-chain: add missing new sapling_v6.rs module
* Update ZSA test blocks
* Update ZSA test blocks again and refactor orchard_zsa_workflow_blocks.rs to use the include_str! macro for storing test blocks in external files
* Add 1-hour limit for cargo test in CI and a specific 1-minute limit for the Orchard ZSA workflow test in zebra-consensus to prevent it from getting stuck when block heights are not sequential
* Fix compilation error from the previous commit
* Update orchard-zsa-shielded-data test vectors
* Update get_blockchain_info@mainnet_10.snap test snapshot
* Update get_blockchain_info@testnet_10.snap test snapshot
* Make fixes according to #92 review comments
* zebra-chain: refactor versioned_sig_v0_roundtrip test according to #92 review comments
* Add testnet-singlenode-deploy
* Add testnet-singlenode-deploy to dockerignore exceptions
* Add TODO for missing ZSA ZIP-317 logical action terms
* Upgrade librustzcash crate revisions in Cargo.toml/Cargo.lock
* Fix according to the second #92 review comments
---------
Co-authored-by: alexeykoren <2365507+alexeykoren@users.noreply.github.com>1 parent 871d70b commit 6ea1d70
File tree
39 files changed
+724
-208
lines changed- .github/workflows
- testnet-single-node-deploy
- zebra-chain
- src
- block
- orchard_zsa
- orchard
- parameters
- primitives
- transaction
- unmined
- zebra-consensus/src
- orchard_zsa
- primitives/halo2
- transaction/tests
- zebra-network/src
- protocol/external
- zebra-rpc/src/methods
- get_block_template_rpcs/types/get_block_template
- tests/snapshots
- zebra-test/src/vectors
39 files changed
+724
-208
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments