Compare commits

..

No commits in common. "4027907896945f988f3c2af4b5d40cfe05531fde" and "915cd68042f4e93b46486f234f47ed60dae32a7e" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View file

@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added function to encode a Sappling Address in Human Readable Format Using a SaplingReceiver
- Added unction to encode a Sappling Address in Human Readable Format Using a SaplingReceiver
`encodeSaplingAddress` a zcash sapling address is returned or Nothing if the function fails
- Added decoding and encoding test
## [0.5.5.1]
### Added

View file

@ -1348,7 +1348,6 @@ pub extern "C" fn rust_wrapper_read_orchard_position(
}
}
#[no_mangle]
pub extern "C" fn rust_wrapper_decode_sapling_address(
sapling: *const u8,
sapling_len: usize,

View file

@ -5,7 +5,7 @@ cabal-version: 3.0
-- see: https://github.com/sol/hpack
name: zcash-haskell
version: 0.5.5.2
version: 0.5.5.0
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