Skip to content
Merged
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
6 changes: 3 additions & 3 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2026-03-22T23:17:32Z
, cardano-haskell-packages 2026-04-01T09:04:56Z
, cardano-haskell-packages 2026-04-09T12:05:18Z

active-repositories:
, :rest
Expand Down Expand Up @@ -70,12 +70,12 @@ if arch(wasm32)
source-repository-package
type: git
location: https://github.com/intersectmbo/plutus.git
tag: 1f1a8888cbdb1163dfd0b9eacbe5453e01ec47fe
tag: d1684df33d1b7226dfa5f2247aa67a46c2d5453b
subdir:
plutus-core
plutus-ledger-api
plutus-tx
--sha256: sha256-GvVtEcsqXhx0/fazQF6xO21sb/zPzgZvoZW0TqWQhPU=
--sha256: sha256-MsWo1QORm/3c9X5wS9DJWFoBTmUPJyPUkemDDn399ok=

package plutus-core
flags: +do-not-build-plutus-exec
Expand Down
10 changes: 5 additions & 5 deletions cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ library
network-mux,
nothunks,
ordered-containers,
ouroboros-consensus:{cardano, diffusion, ouroboros-consensus, protocol} ^>=2.0,
ouroboros-consensus:{cardano, diffusion, ouroboros-consensus, protocol} ^>=3.0,
ouroboros-network:{api, framework, ouroboros-network, protocols} ^>=1.1,
parsec,
plutus-core ^>=1.59,
plutus-ledger-api ^>=1.59,
plutus-core ^>=1.61,
plutus-ledger-api ^>=1.61,
pretty-simple,
prettyprinter,
prettyprinter-ansi-terminal,
Expand Down Expand Up @@ -462,8 +462,8 @@ test-suite cardano-api-golden
hedgehog >=1.1,
hedgehog-extras ^>=0.10,
microlens,
plutus-core ^>=1.59,
plutus-ledger-api ^>=1.59,
plutus-core ^>=1.61,
plutus-ledger-api ^>=1.61,
tasty,
tasty-discover,
tasty-hedgehog,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,33 @@ Script arguments:
ScriptInfo: CertifyingScript 0 (TxCertRegStaking (ScriptCredential c61bfa1c138524b69f378bc69504322f39289ce554d549db4d1e2b50) (Just 400000))
TxInfo:
TxId: d87ed9269be7e0c12b12b01431d90c05587867beda0f72904fb811c9ec0f99d0
Inputs: [ a789d54c466c766fb4bc5e09cbcd7a0a46097567e4ff6062095562a7404b9cbf!0 -> - Value {getValue = Map {unMap = [(,Map {unMap = [("",5000000)]})]}} addressed to
Inputs: [ a789d54c466c766fb4bc5e09cbcd7a0a46097567e4ff6062095562a7404b9cbf!0 -> - Value {getValue = Map {unMap = [(,Map {unMap = [(0x,5000000)]})]}} addressed to
ScriptCredential: c61bfa1c138524b69f378bc69504322f39289ce554d549db4d1e2b50 (no staking credential)
with datum
datum hash: 03170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c111314
with referenceScript
]
Reference inputs: []
Outputs: [ - Value {getValue = Map {unMap = [(,Map {unMap = [("",2000000)]}),(c61bfa1c138524b69f378bc69504322f39289ce554d549db4d1e2b50,Map {unMap = [("MillarCoin",5)]})]}} addressed to
Outputs: [ - Value {getValue = Map {unMap = [(,Map {unMap = [(0x,2000000)]}),(c61bfa1c138524b69f378bc69504322f39289ce554d549db4d1e2b50,Map {unMap = [(0x4d696c6c6172436f696e,5)]})]}} addressed to
PubKeyCredential: c5bcaf94f20751ab72ca6e62995883a72b70b0d874ea68ea09790e93 (no staking credential)
with datum
no datum
with referenceScript

, - Value {getValue = Map {unMap = [(,Map {unMap = [("",1000000)]})]}} addressed to
, - Value {getValue = Map {unMap = [(,Map {unMap = [(0x,1000000)]})]}} addressed to
PubKeyCredential: c5bcaf94f20751ab72ca6e62995883a72b70b0d874ea68ea09790e93 (no staking credential)
with datum
datum hash: ee155ace9c40292074cb6aff8c9ccdd273c81648ff1149ef36bcea6ebb8a3e25
with referenceScript

, - Value {getValue = Map {unMap = [(,Map {unMap = [("",15000005000000)]})]}} addressed to
, - Value {getValue = Map {unMap = [(,Map {unMap = [(0x,15000005000000)]})]}} addressed to
PubKeyCredential: 29233e5ff430dd25b9146f5f38de1235861deac704441ca0b06af912 (no staking credential)
with datum
no datum
with referenceScript
]
Fee: 0
Value minted: UnsafeMintValue {unMintValue = Map {unMap = [(c61bfa1c138524b69f378bc69504322f39289ce554d549db4d1e2b50,Map {unMap = [("MillarCoin",5)]})]}}
Value minted: UnsafeMintValue {unMintValue = Map {unMap = [(c61bfa1c138524b69f378bc69504322f39289ce554d549db4d1e2b50,Map {unMap = [(0x4d696c6c6172436f696e,5)]})]}}
TxCerts: [ TxCertRegStaking (ScriptCredential c61bfa1c138524b69f378bc69504322f39289ce554d549db4d1e2b50) (Just 400000) ]
Wdrl: []
Valid range: (-∞ , +∞)
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

Loading