Skip to content

Commit bbb3dbb

Browse files
committed
Merge branch 'develop' into dshuiski/limit-ogmios-requests
2 parents 862bb3b + 9079a7a commit bbb3dbb

File tree

13 files changed

+3618
-21696
lines changed

13 files changed

+3618
-21696
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
9292
### Changed
9393

9494
- Replaced cardano-serialization-lib (CSL) with [cardano-data-lite (CDL)](https://github.com/mlabs-haskell/purescript-cardano-data-lite) ([#1678](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1678))
95-
- 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))
96-
- 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))
9795
- `QueryHandle` has been renamed to `Provider` ([#1665](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1665))
9896
- `QueryBackend` renamed to `ProviderBackend`
9997
- `QueryBackendParams` renamed to `ProviderBackendParams`
@@ -119,6 +117,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
119117
- The `submitTxFromConstraints` and `submitTxFromBuildPlan` functions have been deprecated in favor of `submitTxFromBlueprint`. The new function accepts a `TxBlueprint` with the steps and context needed to construct and balance a transaction, and returns a `TxReceipt` containing the balanced, signed transaction along with its hash.
120118
- *Note that all mentioned deprecated functions are planned for removal in a future release.*
121119
- For legacy tx constraints system: Removed the logic for querying datums by hash when not explicitly provided, eliminating the non-obvious dependency on blockchain state ([#1634](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1634))
120+
- Updated dependencies ([#1685](https://github.com/Plutonomicon/cardano-transaction-lib/pull/1685))
121+
- cardano-node: 10.5.3
122+
- ogmios: 6.13.0
123+
- kupo: 2.11.0
122124

123125
### Removed
124126

MAINTAINERS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
* Dzmitry Shuiski <dzmitryshuiski@mlabs.city>
44
* Marcus Fernandes <marcus@mlabs.city>
5+
* Gergely Szabo <gergely@mlabs.city>

0 commit comments

Comments
 (0)