Skip to content

Commit 1d7116e

Browse files
authored
Merge pull request #83 from geniusyield/update-maestro-sdk
feat: update maestro sdk to not make use of deprecated endpoints
2 parents 341c18a + 5d21453 commit 1d7116e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

cabal.project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ source-repository-package
3535
source-repository-package
3636
type: git
3737
location: https://github.com/geniusyield/atlas
38-
tag: 0066924f0f93be16f3d5de32d94d53cde9eeb0f9
39-
--sha256: sha256-G8+Kdm6qwWvp7BSPnPffHVEkcHt7COpXRWRqgofQj74=
38+
tag: 97f3ca97bda997533d17274689daa69c5fdcbcd6
39+
--sha256: sha256-NKUrxa3f6tlywWNWwdw5bWQ974ziOG9MXmY9GNZTdu8=
4040

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

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

5656
source-repository-package
5757
type: git

geniusyield-server-lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for geniusyield-server-lib
22

3+
## 0.10.1 -- 2024-08-29
4+
5+
* Updated Atlas & Maestro SDK version to not make use Maestro's recently deprecated protocol parameters & era summaries endpoint.
6+
37
## 0.10.0 -- 2024-08-05
48

59
* Fix the JSON/YAML configuration parser to require `addrIx`, `accIx` instead of `addr_ix`, `acc_ix` respectively.

geniusyield-server-lib/geniusyield-server-lib.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: geniusyield-server-lib
3-
version: 0.10.0
3+
version: 0.10.1
44
synopsis: GeniusYield server library
55
description: Library for GeniusYield server.
66
license: Apache-2.0

0 commit comments

Comments
 (0)