Skip to content

Commit

Permalink
Merge pull request #1657 from Plutonomicon/dshuiski/deps
Browse files Browse the repository at this point in the history
Bump dependencies (Chang#2 HF Compat)
  • Loading branch information
errfrom authored Feb 4, 2025
2 parents 2586ef6 + fbe8fc8 commit 53f42ed
Show file tree
Hide file tree
Showing 42 changed files with 4,222 additions and 12,761 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ plutip-server/dist-newstyle/
plutip-server/dist/
plutip-server/.stack-work/
nixos.qcow2
/package-set.dhall
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Changed

- Bumped [cardano-node to v10.1.4](https://github.com/IntersectMBO/cardano-node/releases/tag/10.1.4) capable of crossing the second Chang hardfork ([#1657](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1657))
- Bumped [Ogmios to v6.8.0](https://github.com/CardanoSolutions/ogmios/releases/tag/v6.8.0) ([#1657](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1657))
- `cardano-serialization-lib` has been updated to `v13.2.0` ([#1656](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1656))
- `QueryHandle` has been renamed to `Provider` ([#1665](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1665))
- `QueryBackend` renamed to `ProviderBackend`
Expand Down
2 changes: 1 addition & 1 deletion doc/comparisons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

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.

Loading

0 comments on commit 53f42ed

Please sign in to comment.