From 4e5a9c752cda22bd7a601e239c9f1fae8fb9415e Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Tue, 14 Jun 2022 16:36:28 +0200 Subject: [PATCH] Use forked cardano-node to have the Key interface exposed --- cabal.project | 7 ++++--- hydra-cardano-api/src/Hydra/Cardano/Api.hs | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 7280dace5b8..8a3a1ffaf35 100644 --- a/cabal.project +++ b/cabal.project @@ -39,11 +39,12 @@ package plutus-merkle-tree -- Always show detailed output for tests test-show-details: direct +-- NOTE: 1.34.1 + exposed Key interface (backported) source-repository-package type: git - location: https://github.com/input-output-hk/cardano-node.git - tag: 1.34.1 - --sha256: 1hh53whcj5y9kw4qpkiza7rmkniz18r493vv4dzl1a8r5fy3b2bv + location: https://github.com/ch1bo/cardano-node.git + tag: 432ad674067b3b04b7863a19997e6c52b390d7a0 + --sha256: 0000000000000000000000000000000000000000000000000000 subdir: cardano-api cardano-git-rev diff --git a/hydra-cardano-api/src/Hydra/Cardano/Api.hs b/hydra-cardano-api/src/Hydra/Cardano/Api.hs index ca67467105d..824227642d7 100644 --- a/hydra-cardano-api/src/Hydra/Cardano/Api.hs +++ b/hydra-cardano-api/src/Hydra/Cardano/Api.hs @@ -37,6 +37,7 @@ import Cardano.Api as X hiding ( AddressInEra (..), AddressTypeInEra (..), BalancedTxBody (..), + Key (..), KeyWitness, PlutusScript, Script (..),