From cfb79af1c6e4e3ad2f7540ef91e5366ce8382577 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Mon, 9 Oct 2023 08:21:18 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 3 ++- app/Main.hs | 2 +- package.yaml | 2 +- stack.yaml | 3 +-- stack.yaml.lock | 15 ++++----------- zenith.cabal | 2 +- 6 files changed, 10 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a49c86e..1f8f2f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [0.4.0] ### Added @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Sending of transactions to support ZIP-317. - Functions to check if Unified Address is valid. ### Removed diff --git a/app/Main.hs b/app/Main.hs index 0cdaccf..06a532e 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -202,6 +202,6 @@ main = do "Zenith" def { getBanner = - " ______ _ _ _ \n |___ / (_) | | | \n / / ___ _ __ _| |_| |__ \n / / / _ \\ '_ \\| | __| '_ \\ \n / /_| __/ | | | | |_| | | |\n /_____\\___|_| |_|_|\\__|_| |_|\n Zcash Full Node CLI v0.3.4" + " ______ _ _ _ \n |___ / (_) | | | \n / / ___ _ __ _| |_| |__ \n / / / _ \\ '_ \\| | __| '_ \\ \n / /_| __/ | | | | |_| | | |\n /_____\\___|_| |_|_|\\__|_| |_|\n Zcash Full Node CLI v0.4.0" } (root nodeUser nodePwd) diff --git a/package.yaml b/package.yaml index 511a71a..09eaf30 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: zenith -version: 0.3.4 +version: 0.4.0 git: "https://git.vergara.tech/Vergara_Tech/zenith" license: BOSL author: "Rene Vergara" diff --git a/stack.yaml b/stack.yaml index 545b925..e202242 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ # # resolver: ./custom-snapshot.yaml # resolver: https://example.com/snapshots/2018-01-01.yaml -resolver: lts-20.16 +resolver: lts-21.6 # User packages to be built. # Various formats can be used as shown in the example below. @@ -52,7 +52,6 @@ extra-deps: - git: https://github.com/well-typed/borsh.git commit: d2fcfa159e0a844b1ec5e8ed3e232d4b380fa831 - vector-0.13.0.0@sha256:fa5cac81a17a5af388716792e8b99c24b3b66770086756d0d8b23f8272a0244c,9112 - - aeson-2.1.2.1@sha256:f10f3c661bd5cf57aee46b94420e47736240b8e209ac15f4bfc1a4e4d55831fa,6344 - generically-0.1.1 - vector-algorithms-0.9.0.1 #- vector-0.12.3.1@sha256:abbfe8830e13549596e1295219d340eb01bd00e1c7124d0dd16586911a291c59,8218 diff --git a/stack.yaml.lock b/stack.yaml.lock index e9952c5..f92b46d 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -55,13 +55,6 @@ packages: size: 4092 original: hackage: vector-0.13.0.0@sha256:fa5cac81a17a5af388716792e8b99c24b3b66770086756d0d8b23f8272a0244c,9112 -- completed: - hackage: aeson-2.1.2.1@sha256:f10f3c661bd5cf57aee46b94420e47736240b8e209ac15f4bfc1a4e4d55831fa,6344 - pantry-tree: - sha256: 8109d6674450841953af7929dbdcf5be9c5c399c3bfa2169b88c3f00c4b429d6 - size: 82465 - original: - hackage: aeson-2.1.2.1@sha256:f10f3c661bd5cf57aee46b94420e47736240b8e209ac15f4bfc1a4e4d55831fa,6344 - completed: hackage: generically-0.1.1@sha256:aa00d9a77b7fb90c08f935699758ed9de55975021b1e979c6a4a4b5b49a940a9,1133 pantry-tree: @@ -78,7 +71,7 @@ packages: hackage: vector-algorithms-0.9.0.1 snapshots: - completed: - sha256: dad15e2ec0c09280a5c2e07190fb18710fc54472f029f34f861f686540824d81 - size: 649592 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/16.yaml - original: lts-20.16 + sha256: 2e7d4a730d8eb5373b2d383fac84efcf7c81e3b7a5fce71b4c2e19a1768f25a6 + size: 640239 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/6.yaml + original: lts-21.6 diff --git a/zenith.cabal b/zenith.cabal index 289d093..a2a59ee 100644 --- a/zenith.cabal +++ b/zenith.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: zenith -version: 0.3.4 +version: 0.4.0 synopsis: Haskell CLI for Zcash Full Node description: Please see the README on repo at author: Rene Vergara