Skip to content

Commit

Permalink
Merge pull request #1532 from Plutonomicon/gergely/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
klntsky authored Nov 19, 2023
2 parents 3943ad5 + 018406c commit b212a58
Show file tree
Hide file tree
Showing 118 changed files with 5,452 additions and 10,471 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- New `mustSendChangeWithDatum` balancer constraint that adds datum to all change outputs ([#1510](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1510/))
- Support for generic CIP-30 wallets by name ([#1524](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1524))
- Full additional utxos support for Blockfrost backend ([#1537](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1537))
- New `submitTxE`, an error returning variant of `submitTx`

### Changed

- **[IMPORTANT]** Ogmios has been updated and it must be started with `--include-transaction-cbor`. CTL relies on CBOR variants being available in the responses.
- **[IMPORTANT]** It is no more recommended to use `utxosAt` to get UTxOs at light wallet addresses. It may be a source of application bugs in some cases due to how wallets operate. Please see *Synchronization and wallet UTxO locking* section [here](./doc/query-layers.md) ([#1440](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1440))
- `scriptCurrencySymbol` no longer returns `Maybe`
([#1538](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1538)
- **[IMPORTANT]** It is no more recommended to use `utxosAt` to get UTxOs at light wallet addresses. It may be a source of application bugs in some cases due to how wallets operate. Please see *Synchronization and wallet UTxO locking* section [here](./doc/query-layers.md) ([#1440](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1440))
- Slot to/from POSIXTime conversion functions now live outside of `Effect` ([#1490](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1490))
- All uses of `utxosAt` call have been replaced with `getWalletUtxos` in the balancer ([#1440](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1440))
- Naming changes in `Contract.Test.Assert` for consistency with other functions ([#1440](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1440)):
Expand All @@ -113,6 +115,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `mkUnbalancedTx` isn't exported from `Contract.ScriptLookups` anymore; get it
from `Contract.UnbalancedTx` instead.
([#1545](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1545))
- Types changed: `TxEvaluationFailure`, `PoolParametersR`, due to ogmios update ([#1532](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1532)).
- Updated versions of `ctl-runtime` services: Ogmios to 6.0.0, Blockfrost to v1.7.0.

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions doc/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Info in this section only applies to CTL backend services.
The services that are currently **required** are:

- [Ogmios](https://ogmios.dev)
- You **must** use Ogmios v5.2.0 or greater with CTL
- Ogmios itself requires a running Cardano node, so you may also need to deploy a node. Node v1.34.0 or greater is recommended
- You **must** use Ogmios v6 or greater with CTL with `--include-transaction-cbor` option
- Ogmios itself requires a running Cardano node, so you may also need to deploy a node. Node v8.1.1 or greater is recommended
- You can also use [our fork](https://github.com/mlabs-haskell/ogmios) which has improved Nix integration
- [Kupo](https://github.com/CardanoSolutions/kupo)
- Required to query UTxOs and resolve inline datums and reference scripts
Expand Down
100 changes: 0 additions & 100 deletions fixtures/schemata/JsonWsp/UtxoQueryResponse.medea

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.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b212a58

Please sign in to comment.