zcash-haskell/CHANGELOG.md

38 lines
828 B
Markdown
Raw Normal View History

2023-04-13 23:35:15 +00:00
# Changelog for zcash-haskell
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).
2023-08-17 15:02:32 +00:00
## [Unreleased]
### Added
- Haddock annotations
### Changed
- Upgrade to Haskell LTS 21.6
2023-06-15 00:09:43 +00:00
## [0.1.0] - 2023-06-14
2023-04-13 23:35:15 +00:00
### Added
2023-06-15 00:09:43 +00:00
- Function `decodeHexText`
- Function `decodeBech32`
2023-04-13 23:35:15 +00:00
- Function `f4Jumble`
2023-04-27 14:54:01 +00:00
- Function `f4UnJumble`
- Function `isValidShieldedAddress`
2023-06-15 00:09:43 +00:00
- Function `isValidSaplingViewingKey`
- Function `matchSaplingAddress`
- Function `isValidUnifiedAddress`
- Function `decodeUfvk`
- Function `decryptOrchardAction`
- Type `RawData`
- Type `ShieldedOutput`
- Type `OrchardAction`
- Type `OrchardDecodedAction`
- Type `UnifiedFullViewingKey`