Skip to content

Commit

Permalink
Implement PCZT support
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Dec 3, 2024
1 parent 23a167e commit c78c347
Show file tree
Hide file tree
Showing 14 changed files with 1,456 additions and 71 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to Rust's notion of

## [Unreleased]

### Added
- Support for Partially-Created Zcash Transactions:
- `orchard::builder::Builder::build_for_pczt`
- `orchard::pczt` module.
- `orchard::bundle::EffectsOnly`
- `orchard::tree::MerklePath::{position, auth_path}`
- `orchard::value`:
- `Sign`
- `ValueSum::magnitude_sign`
- `ValueCommitTrapdoor::to_bytes`
- `impl Clone for orchard::tree::MerklePath`

## [0.10.0] - 2024-10-02

### Changed
Expand Down
39 changes: 37 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ zcash_spec = "0.1"
zip32 = "0.1"
visibility = "0.1.1"

# Boilerplate
getset = "0.1"

# Logging
tracing = "0.1"

Expand Down
Loading

0 comments on commit c78c347

Please sign in to comment.