Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Add pab-local-cluster #55

Merged
merged 18 commits into from
Nov 3, 2021
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@ plutus-pab/test-node/testnet/db
plutus-pab/test-node/alonzo-purple/db
# profiling output files
*.timelog
*.stacks
*.stacks

# testnet configs
testnet/
14 changes: 12 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages: doc
freer-extras
playground-common
plutus-chain-index
plutus-chain-index-core
plutus-contract
plutus-ledger
plutus-pab
Expand Down Expand Up @@ -109,17 +110,22 @@ source-repository-package
tag: d2f86caa085402a953920c6714a0de6a50b655ec
subdir:
core
command-line

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-wallet
tag: ae7569293e94241ef6829139ec02bd91abd069df
location: https://github.com/j-mueller/cardano-wallet
tag: 6be73ab852c0592713dfe78218856d4a8a0ee69e
subdir:
lib/text-class
lib/strict-non-empty-containers
lib/core
lib/test-utils
lib/numeric
lib/launcher
lib/core-integration
lib/cli
lib/shelley

source-repository-package
type: git
Expand Down Expand Up @@ -182,8 +188,12 @@ source-repository-package
eras/byron/ledger/impl/test
eras/shelley/impl
eras/shelley-ma/impl
eras/shelley/chain-and-ledger/executable-spec
eras/shelley/test-suite
shelley/chain-and-ledger/shelley-spec-ledger-test
libs/non-integral
libs/small-steps
libs/cardano-ledger-pretty
semantics/small-steps-test

-- A lot of plutus-apps dependencies have to be synchronized with the dependencies of
Expand Down
1 change: 1 addition & 0 deletions doc/plutus-doc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ executable doc-doctests
cardano-api -any,
flat -any,
plutus-core -any,
plutus-chain-index-core -any,
plutus-tx -any,
plutus-ledger -any,
plutus-ledger-api -any,
Expand Down
2 changes: 2 additions & 0 deletions nix/pkgs/haskell/haskell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ let
"https://github.com/input-output-hk/cardano-wallet"."ae7569293e94241ef6829139ec02bd91abd069df" = "1mv1dhpkdj9ridm1fvq6jc85qs6zvbp172228rq72gyawjwrgvi6";
"https://github.com/input-output-hk/cardano-addresses"."d2f86caa085402a953920c6714a0de6a50b655ec" = "0p6jbnd7ky2yf7bwb1350k8880py8dgqg39k49q02a6ij4ld01ay";
"https://github.com/input-output-hk/plutus"."3f089ccf0ca746b399c99afe51e063b0640af547" = "1nx8xmdgwmnsla4qg4k67f5md8vm3p1p9i25ndalrqdg40z90486";
"https://github.com/j-mueller/cardano-wallet"."6be73ab852c0592713dfe78218856d4a8a0ee69e" = "0rx5hvmbdv5dwb4qq39vyhisj0v75j21jbiivn3s3q9za6m6x1p4";
};
# Configuration settings needed for cabal configure to work when cross compiling
# for windows. We can't use `modules` for these as `modules` are only applied
Expand All @@ -77,6 +78,7 @@ let
playground-common.package.buildable = false;
plutus-benchmark.package.buildable = false;
plutus-chain-index.package.buildable = false;
plutus-chain-index-core.package.buildable = false;
plutus-contract.package.buildable = false;
plutus-errors.package.buildable = false;
plutus-ledger.package.buildable = false;
Expand Down

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

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

Loading