feat: add privacy policy error to TxError
This commit is contained in:
parent
7350723801
commit
343495f6e7
3 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.7.0.1]
|
||||
|
||||
### Added
|
||||
- New error type `PrivacyPolicyError`
|
||||
|
||||
## [0.7.0.0]
|
||||
|
||||
- Implement `wagyu-zcash-parameters` in Rust bindings
|
||||
|
|
|
@ -791,6 +791,7 @@ data TxError
|
|||
| OrchardRecipient
|
||||
| SaplingBuilderNotAvailable
|
||||
| OrchardBuilderNotAvailable
|
||||
| PrivacyPolicyError !T.Text
|
||||
| ZHError
|
||||
deriving (Eq, Prelude.Show, Read)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ cabal-version: 3.0
|
|||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: zcash-haskell
|
||||
version: 0.7.0.0
|
||||
version: 0.7.0.1
|
||||
synopsis: Utilities to interact with the Zcash blockchain
|
||||
description: Please see the README on the repo at <https://git.vergara.tech/Vergara_Tech/zcash-haskell#readme>
|
||||
category: Blockchain
|
||||
|
|
Loading…
Reference in a new issue