Skip to content

Commit

Permalink
Merge branch 'main' into use-base-image
Browse files Browse the repository at this point in the history
  • Loading branch information
4TT1L4 authored Jul 23, 2024
2 parents 12331dc + e5d856f commit dc59b71
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
10 changes: 5 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package strict-containers
source-repository-package
type: git
location: https://github.com/maestro-org/haskell-sdk
tag: 609515b3f8861efaa17adf4e599aa1b845775a6d
tag: d70479ce3be06d6b7c52bf39d783f36d6771e36d
--sha256: sha256-8se+xlIB1BDEuKGwjaldmW5G4LpCujD1ABgBaY0cY6Y=

-- Unfortunately, cardano-node 8.1.2 is constrained with plutus-ledger-api 1.5.0.0 and we would like at least 1.6.0.0.
Expand Down Expand Up @@ -63,14 +63,14 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/geniusyield/atlas
tag: 105ff78b32935ae5c18c53ccf4fb8462b8c1ca03
--sha256: sha256-Ee/UIoJ8OYBxgdnSv61hN8DH7CrIOPn4DjqOBxFL3Js=
tag: 1c20f2a65de8e087b495d1f3ad524d6e659167ad
--sha256: sha256-mvzqgLwKHhIJdeHfUoIdapN0t2K85DoehgSkfm/ddIw=

source-repository-package
type: git
location: https://github.com/geniusyield/dex-contracts-api
tag: ef2904d2d06dd068e5b4e2ac2513bcf61d2ca74c
--sha256: sha256-vXA5mVG7POEbezxMUQlxfyQbApdX5kG7L9BRlar+th0=
tag: e842963a1a13ae6e6a5c53de1e1039f2acbc13ae
--sha256: sha256-XFENwL+vD1v2LvDoQ4/RfM/ksEB1+rvvCmjW7kSYavY=
subdir:
geniusyield-dex-api
geniusyield-onchain/geniusyield-common
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
timeout: 10s
retries: 100
node:
image: inputoutput/cardano-node
image: "ghcr.io/intersectmbo/cardano-node:8.7.3"
container_name: node
environment:
- NETWORK=${NETWORK-mainnet}
Expand Down
5 changes: 5 additions & 0 deletions geniusyield-orderbot-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Revision history for geniusyield-orderbot-framework

## 0.2.0

Incorporate v0.3.1.0 of `geniusyield-dex-api`.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
cabal-version: 3.4
name: geniusyield-orderbot-framework
synopsis: Smart Order Router framework
version: 0.1.0.0
version: 0.2.0
build-type: Simple
license: Apache-2.0
copyright: (c) 2023 GYELD GMBH
author: Lars Bruenjes
maintainer: support@geniusyield.co
category: Blockchain, Cardano, Framework
extra-doc-files: CHANGELOG.md

-- Common sections

Expand Down

0 comments on commit dc59b71

Please sign in to comment.