-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
Bump dependencies (Chang#2 HF Compat)
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ jobs: | |
npm install -g spago | ||
npm install -g [email protected] | ||
rm -rf package.json # remove package.json so that we are no more in an ESM module. A hack to make 'spago docs' work | ||
wget -O package-set.dhall "$(grep -oP 'https://raw[^ ]+' packages.dhall)" | ||
sed -i 's|https://raw[^ ]*|./package-set.dhall|' packages.dhall | ||
spago docs | ||
- name: Deploy | ||
uses: JamesIves/[email protected] | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,4 @@ plutip-server/dist-newstyle/ | |
plutip-server/dist/ | ||
plutip-server/.stack-work/ | ||
nixos.qcow2 | ||
/package-set.dhall |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ For a more in-depth explanation of the differences between PAB and CTL (with cod | |
|
||
### Query layer differences | ||
|
||
Lucid uses a [`Provider` class](https://deno.land/x/[email protected]/mod.ts?s=Provider) that defines all available queries. CTL query methods are defined in [`Provider`](https://github.com/Plutonomicon/cardano-transaction-lib/blob/develop/src/Internal/Contract/Provider/Type.purs#L36). | ||
Lucid uses a [`Provider` class](https://deno.land/x/[email protected]/mod.ts?s=Provider) that defines all available queries. CTL query methods are defined in [`Provider`](https://github.com/mlabs-haskell/purescript-cardano-provider/blob/e789464eac6dc18708b25f7a9008a7e6633b3f9a/src/Provider/Type.purs#L20). | ||
|
||
CTL supports the following queries that Lucid does not: | ||
|
||
|
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
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.
This file was deleted.
This file was deleted.