Skip to content

Commit

Permalink
Merge pull request #83 from geniusyield/update-maestro-sdk
Browse files Browse the repository at this point in the history
feat: update maestro sdk to not make use of deprecated endpoints
  • Loading branch information
sourabhxyz authored Aug 30, 2024
2 parents 341c18a + 5d21453 commit 1d7116e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/geniusyield/atlas
tag: 0066924f0f93be16f3d5de32d94d53cde9eeb0f9
--sha256: sha256-G8+Kdm6qwWvp7BSPnPffHVEkcHt7COpXRWRqgofQj74=
tag: 97f3ca97bda997533d17274689daa69c5fdcbcd6
--sha256: sha256-NKUrxa3f6tlywWNWwdw5bWQ974ziOG9MXmY9GNZTdu8=

-------- Begin contents from @atlas@'s @cabal.project@ file. --------

Expand All @@ -50,8 +50,8 @@ package strict-containers
source-repository-package
type: git
location: https://github.com/maestro-org/haskell-sdk
tag: d70479ce3be06d6b7c52bf39d783f36d6771e36d
--sha256: sha256-8se+xlIB1BDEuKGwjaldmW5G4LpCujD1ABgBaY0cY6Y=
tag: v1.7.2
--sha256: sha256-nXnelHH4a+V0nguP8oUDlyEz/fLQ/i1fs/flyZTmvAc=

source-repository-package
type: git
Expand Down
4 changes: 4 additions & 0 deletions geniusyield-server-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for geniusyield-server-lib

## 0.10.1 -- 2024-08-29

* Updated Atlas & Maestro SDK version to not make use Maestro's recently deprecated protocol parameters & era summaries endpoint.

## 0.10.0 -- 2024-08-05

* Fix the JSON/YAML configuration parser to require `addrIx`, `accIx` instead of `addr_ix`, `acc_ix` respectively.
Expand Down
2 changes: 1 addition & 1 deletion geniusyield-server-lib/geniusyield-server-lib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: geniusyield-server-lib
version: 0.10.0
version: 0.10.1
synopsis: GeniusYield server library
description: Library for GeniusYield server.
license: Apache-2.0
Expand Down

0 comments on commit 1d7116e

Please sign in to comment.