Skip to content

Commit

Permalink
Rebase and improve CHANGELOG.md for zcash_primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
pacu committed Oct 25, 2024
1 parent f9eb230 commit da30040
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions zcash_primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ and this library adheres to Rust's notion of
- `zip317::FeeRule::non_standard` has been moved behind the `non-standard-fees`
feature flag. Using a non-standard fee may result in a transaction that cannot
be mined on the current `Zcash` network.
- Refactored `AccountBalance` to use `Balance` for transparent funds (issue #1411).
`AccountBalance` now has an `unshielded_balance()` function that returns `Balance`.
This does not currently distinguish between pending change and non-change; the
pending value is all counted as non-change. Ability to distinguish such funds is
tracked by issue #1592

### Deprecated
- `zcash_primitives::transaction::fees`:
Expand Down Expand Up @@ -52,10 +57,6 @@ and this library adheres to Rust's notion of

### Changed
- Migrated to `zcash_address 0.6`.
- Refactored `AccountBalance` to use `Balance` for transparent funds (issue #1411).
`AccountBalance` now has an `unshielded_balance()` that uses `Balance`. This does
not currently distinguish between pending change and non-change; the pending value
is all counted as non-change.

### Fixed
- The previous release did not bump `zcash_address` and ended up depending on
Expand Down

0 comments on commit da30040

Please sign in to comment.