Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reuse functions from Cardano.Api.Tx.Body and match nomenclature. #1761

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository cardano-haskell-packages

-- See CONTRIBUTING.md for information about when and how to update these.
index-state:
, hackage.haskell.org 2024-11-12T16:26:18Z
, cardano-haskell-packages 2024-11-12T08:40:13Z
, hackage.haskell.org 2024-11-22T14:59:16Z
, cardano-haskell-packages 2024-12-05T13:51:16Z

packages:
hydra-prelude
Expand Down Expand Up @@ -45,3 +45,11 @@ program-options
constraints:
quickcheck-instances==0.3.31,
data-default==0.7.1.3

source-repository-package
type: git
location: https://github.com/locallycompact/cardano-api
tag: 01f0777722947c391047410fa3b6b76189988508
--sha256: sha256-Z2E3R26XAPLb28s6brFsrYIJTCXBTtz04ITCZzp2r68=
subdir:
cardano-api
124 changes: 62 additions & 62 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions hydra-cardano-api/hydra-cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ library
Hydra.Cardano.Api.BlockHeader
Hydra.Cardano.Api.ChainPoint
Hydra.Cardano.Api.CtxTx
Hydra.Cardano.Api.CtxUTxO
Hydra.Cardano.Api.ExecutionUnits
Hydra.Cardano.Api.Hash
Hydra.Cardano.Api.KeyWitness
Expand Down Expand Up @@ -82,7 +81,7 @@ library
, base >=4.16
, base16-bytestring
, bytestring
, cardano-api ^>=10.1
, cardano-api ^>=10.4
, cardano-binary
, cardano-crypto-class
, cardano-ledger-allegra
Expand Down
Loading
Loading