Compare commits

..

No commits in common. "e90e82de76bcbd24e3ac438c6dcbd120edd11ded" and "5b615f2dd101c83d9c6bd48c45fb91bd38bed050" have entirely different histories.

3 changed files with 6 additions and 21 deletions

View file

@ -7,17 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3.2]
### Changed
- Updated README with dependencies and instructions for submodule.
### Fixed ### Fixed
- Sending transactions to transparent addresses, removing the memo and using the `AllowRevealedRecipients` privacy policy. - Sending transactions to transparent addresses, removing the memo and using the `AllowRevealedRecipients` privacy policy.
## [0.3.1] ## [0.3.1.0]
### Added ### Added
@ -27,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved `encodeHexText` to handle Unicode characters correctly. - Improved `encodeHexText` to handle Unicode characters correctly.
## [0.3.0] ## [0.3.0.0]
### Changed ### Changed
@ -37,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Displaying transactions for view-only addresses - Displaying transactions for view-only addresses
## [0.2.0] ## [0.2.0.0]
### Added ### Added
@ -49,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changes the use of `checkOpResult` to be recursive until the transaction either fails or succeeds. - Changes the use of `checkOpResult` to be recursive until the transaction either fails or succeeds.
## [0.1.0] ## [0.1.0.0]
### Added ### Added

View file

@ -22,22 +22,13 @@ Note: Zenith depends on a patched version of the `haskoin-core` Haskell package
## Installation ## Installation
- Clone the repository.
- Install dependencies: - Install dependencies:
- [Stack](https://docs.haskellstack.org/en/stable/README/#how-to-install) - [Stack](https://docs.haskellstack.org/en/stable/README/#how-to-install)
- [Zcash Full Node v.5.0.0](https://zcash.readthedocs.io/en/latest/rtd_pages/zcashd.html#install) - [Zcash Full Node v.5.0.0](https://zcash.readthedocs.io/en/latest/rtd_pages/zcashd.html#install)
- `xclip` - `xclip`
- `libsecp256k1-dev` - `libsecp256k1-dev`
- `libxss-dev` - `libxss-dev`
- `libxrandr-dev`
- Clone the repository.
```bash
git clone https://git.vergara.tech/Vergara_Tech/zenith.git
cd zenith
git submodule init
git submodule update
```
- Install using `stack`: - Install using `stack`:
``` ```

View file

@ -1,5 +1,5 @@
name: zenith name: zenith
version: 0.3.2 version: 0.3.1.0
git: "https://gitlab.com/pitmutt/zenith" git: "https://gitlab.com/pitmutt/zenith"
license: BOSL license: BOSL
author: "Rene Vergara" author: "Rene Vergara"