Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b544cb5
Import cardano-wallet-read code
paolino May 26, 2025
ae16b9d
Bump cardano-addresses to version 4.0.0
paolino May 26, 2025
663a99d
Update bump-contraints.sh constraints
paolino May 26, 2025
83d5623
Add lmdb utility to the shell
paolino May 26, 2025
f10b28b
Bump hackage and chap indexes as in node 10.4.1 project
paolino May 26, 2025
5c22215
Relax openapi3 QuickCheck constraints
paolino May 26, 2025
12d82a9
Update ChaP, hackage, cardano-runtime-node flake inputs
paolino May 26, 2025
62b28a7
Bump runtime node in the shell
paolino May 26, 2025
3c97de5
Use bump-constraints.sh to align cabal dependencies to cardano-node 1…
paolino May 26, 2025
9724f2a
Update read library
paolino May 26, 2025
5dc7eab
wip: Ignore block generators which do not compile
abailly May 26, 2025
26f23e5
wip: replace SlotNo32 by upstream version
abailly May 26, 2025
53d1b25
wip: remove more crypto parameters
abailly May 26, 2025
f3b93a0
fix: use PolicyAssets
abailly May 27, 2025
5a1a53e
fix: transaction generator
abailly May 27, 2025
08ef521
wip: remove more StandardCrypto
abailly May 27, 2025
9db4d43
Move primitive PParams code to reduce the Shelley mess
paolino May 27, 2025
87d2b63
wip: more removal of crypto parameter and various fixes
abailly May 27, 2025
d1ecb0c
wip: remove deprecated ledger VRF key type
abailly May 27, 2025
b148228
fix: add missing new parameter to BlockQuery
abailly May 28, 2025
7579b5d
fix: qualify package import to disambiguate
abailly May 28, 2025
d7600dd
fix: more crypto removal and module imports fix
abailly May 28, 2025
b527f2a
fix: computation of mint value when building a transaction
abailly May 28, 2025
bc81eb4
fix: last import fixes
abailly May 28, 2025
b403916
fix: replace deprecated code and unused packages
abailly May 29, 2025
7ab5a89
fix: fix hlint and format
abailly May 29, 2025
e978bf1
fix: delete irrelevant test
abailly May 30, 2025
5b85eb3
fix: use cabal-fmt v0.1.12
abailly Jun 2, 2025
f041885
fix: adjust error message for mixed key roles
abailly Jun 3, 2025
1588dd3
fix: provide well formed sample scripts for tx generation
abailly Jun 4, 2025
166ceb5
fix: show tx body upon error
abailly Jun 5, 2025
948e80f
fix: correctly decode hex for script's content
abailly Jun 5, 2025
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
34 changes: 8 additions & 26 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ repository cardano-haskell-packages
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

-- repeating the index-state for hackage to work around hackage.nix parsing limitation
index-state: 2025-01-01T23:24:19Z
-- index-state: 2025-05-21T23:24:19Z

index-state:
, hackage.haskell.org 2025-01-01T23:24:19Z
, cardano-haskell-packages 2025-03-01T00:00:00Z
, hackage.haskell.org 2025-04-16T18:30:40Z
, cardano-haskell-packages 2025-04-29T14:14:35Z

packages:
lib/address-derivation-discovery
Expand All @@ -79,6 +79,7 @@ packages:
lib/network-layer
lib/numeric
lib/primitive
lib/read
lib/secrets
lib/std-gen-seed
lib/temporary-extra
Expand Down Expand Up @@ -118,20 +119,9 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-addresses
tag: 2bca06deaa60e54a5322ac757387d744bf043367
--sha256: 1y1mzfly7jac40b9g4xc078rcm5zqhc3xxv77kwxi10yph1jwq7z
subdir: command-line
core

-- Normally cabal won't apply ghc-options which we specify to build packages
-- to their "regular" dependencies.
-- However, the dependencies declared using the `source-repository-package`
-- pragma are an exception to this rule.
-- This is why we need to manually control options that are applied to the
-- `cardano-addresses` package by declaring them explicitly here.
package cardano-addresses-cli
ghc-options:
-Wwarn=deprecations
tag: 3749045778e0d8bb1f2bed1c598594eeed0b442e
--sha256: lNCt4V4TyD9EmQwA6dcbEOdhVdAEXPeG4B2IP93icaw=


package cardano-addresses
ghc-options:
Expand All @@ -152,14 +142,6 @@ source-repository-package
--sha256: 04q58c82wy6x9nkwqbvcxbv6s61fx08h5kf62sb511aqp08id4bb
subdir: generated

source-repository-package
type: git
location: https://github.com/cardano-foundation/cardano-wallet-agda
tag: 7663f8ae600462ba460e771e651ff3bd66fe4a5c
--sha256: sha256-3ielFSr9G1YUuQcImCv3eppYbwE+WA9tEFc219VWHgk=
subdir:
lib/cardano-wallet-read

--------------------------------------------------------------------------------
-- BEGIN Constraints tweaking section

Expand All @@ -168,9 +150,9 @@ allow-newer:
, servant-openapi3:*
, katip:Win32
, ekg-wai:time
, openapi3:QuickCheck
constraints:
base >= 4.18.2.0 && < 5
, openapi3 >= 3.2.0
, persistent ^>= 2.14.6.0

-- Force newer version of `lobemo-backend-ekg` here,
Expand Down
Loading
Loading