Skip to content

Commit

Permalink
Release orchard version 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 17, 2024
1 parent d3df9c5 commit e4f67b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to Rust's notion of

## [Unreleased]

## [0.10.1] - 2024-12-16

### Added
- Support for Partially-Created Zcash Transactions:
- `orchard::builder::Builder::build_for_pczt`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orchard"
version = "0.10.0"
version = "0.10.1"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion src/bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,8 @@ pub mod testing {

pub use crate::action::testing::{arb_action, arb_unauthorized_action};

type Unauthorized = super::EffectsOnly;
/// Marker type for a bundle that contains no authorizing data.
pub type Unauthorized = super::EffectsOnly;

/// Generate an unauthorized action having spend and output values less than MAX_NOTE_VALUE / n_actions.
pub fn arb_unauthorized_action_n(
Expand Down

0 comments on commit e4f67b3

Please sign in to comment.