Skip to content

Commit 2d678a7

Browse files
committed
feat: multi-seize webapp and server enhancements
1 parent df304ad commit 2d678a7

File tree

40 files changed

+2494
-537
lines changed

40 files changed

+2494
-537
lines changed

cabal.project

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ index-state:
1818
, hackage.haskell.org 2025-04-15T08:13:08Z
1919
, cardano-haskell-packages 2025-04-11T16:42:25Z
2020

21+
2122
constraints:
2223
plutus-core == 1.40.0.0,
2324
plutus-ledger-api == 1.40.0.0
@@ -26,11 +27,6 @@ allow-newer:
2627
*:plutus-core,
2728
*:plutus-ledger-api,
2829

29-
allow-older:
30-
-- NOTE: Currently, plutarch depends on plutus-core version 1.40, while the rest of the (cardano) world is at 1.37.
31-
-- TODO: Delete when plutarch is moving to 1.37
32-
plutarch:plutus-core
33-
3430
with-compiler: ghc-9.6.6
3531

3632
packages:
@@ -43,8 +39,8 @@ packages:
4339
source-repository-package
4440
type: git
4541
location: https://github.com/j-mueller/sc-tools
46-
tag: 100452e6b64200cdffcb2582be07c47e1efebb6b
47-
--sha256: sha256-65swdL2zk1mbqdjten6SIX/2v8tADOX4AhzyE0ocpwY=
42+
tag: dd881e1ab29ba10e3e5b0d163dfde00016c70b8f
43+
--sha256: sha256-/21xOErXZon3rlYUzSkMRRZkFjxi3CrmkeSpJ7MtGSo=
4844
subdir:
4945
src/devnet
5046
src/coin-selection
@@ -74,4 +70,3 @@ source-repository-package
7470
--sha256: sha256-sdeDXUiL1MbEtJYbN4URwpQ8CbUKjxxGXUxjj1qqi3E=
7571
subdir:
7672
src/plutarch-onchain-lib
77-

0 commit comments

Comments
 (0)