Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jun 15, 2023
1 parent 12e15b6 commit d7cf83e
Show file tree
Hide file tree
Showing 41 changed files with 291 additions and 616 deletions.
4 changes: 2 additions & 2 deletions async-components/async-components.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: async-components
version: 0.1.0.0
version: 0.1.1.0
synopsis: Async components for building concurrent server processes.
bug-reports: https://github.com/input-output-hk/marlowe-cardano/issues
license: Apache-2.0
Expand Down Expand Up @@ -56,7 +56,7 @@ library
, base >=4.9 && <5
, co-log >=0.5.0.0 && <0.6.0.0
, eventuo11y >=0.9 && <0.11
, eventuo11y-extras ==0.1.0.0
, eventuo11y-extras ==0.1.1.0
, eventuo11y-otel ^>=0.1
, exceptions ^>=0.10
, general-allocate ^>=0.2
Expand Down
2 changes: 1 addition & 1 deletion eventuo11y-extras/eventuo11y-extras.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: eventuo11y-extras
version: 0.1.0.0
version: 0.1.1.0
synopsis: O11y helpers for Malowe Runtime and other Marlowe processes
bug-reports: https://github.com/input-output-hk/marlowe-cardano/issues
license: Apache-2.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@

.. _changelog-0.2.5.0:

0.2.5.0 — 2023-06-15
====================

Removed
-------

Expand All @@ -12,3 +18,8 @@
-----

- `exe:marlowe-scaling` now successfully submits transactions.

Added
-----

- Added simple transaction signing service for use in demonstrations.

This file was deleted.

2 changes: 1 addition & 1 deletion marlowe-apps/marlowe-apps.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: marlowe-apps
version: 0.2.4.0
version: 0.2.5.0
synopsis: Marlowe Runtimee applications
license: Apache-2.0
license-file: LICENSE
Expand Down
38 changes: 19 additions & 19 deletions marlowe-chain-sync/marlowe-chain-sync.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: marlowe-chain-sync
version: 0.0.1
version: 0.0.2
synopsis: Cardano chain sync system for thee Marlowe Runtime
description:
Marlowe runtime component for Cardano node synchronization. Communicates with
Expand Down Expand Up @@ -70,7 +70,7 @@ library
, cardano-ledger-core ==0.1.0.0
, containers ^>=0.6.5
, hashable >=1.3 && <2
, marlowe-protocols ==0.1.0.0
, marlowe-protocols ==0.1.1.0
, nonempty-containers ^>=0.3.4
, ouroboros-consensus ==0.1.0.1
, ouroboros-network ==0.1.0.1
Expand All @@ -97,22 +97,22 @@ library libchainsync

other-modules:
build-depends:
, async-components ==0.1.0.0
, async-components ==0.1.1.0
, base >=4.9 && <5
, bytestring >=0.10.12 && <0.12
, cardano-api ==1.35.4
, cardano-binary ==1.5.0
, co-log >=0.5.0.0 && <0.6.0.0
, containers ^>=0.6.5
, eventuo11y >=0.9 && <0.11
, eventuo11y-extras ==0.1.0.0
, eventuo11y-extras ==0.1.1.0
, foldl >=1.4 && <2
, hasql >=1.6 && <2
, hasql-pool ^>=0.8
, hasql-th ^>=0.4
, hasql-transaction ^>=1
, marlowe-chain-sync ==0.0.1
, marlowe-protocols ==0.1.0.0
, marlowe-chain-sync ==0.0.2
, marlowe-protocols ==0.1.1.0
, nonempty-containers ^>=0.3.4
, ouroboros-network ==0.1.0.1
, stm ^>=2.5
Expand All @@ -135,7 +135,7 @@ library chain-indexer

other-modules:
build-depends:
, async-components ==0.1.0.0
, async-components ==0.1.1.0
, base >=4.9 && <5
, base16 ^>=0.3.2
, bytestring >=0.10.12 && <0.12
Expand All @@ -150,7 +150,7 @@ library chain-indexer
, co-log >=0.5.0.0 && <0.6.0.0
, containers ^>=0.6.5
, eventuo11y >=0.9 && <0.11
, eventuo11y-extras ==0.1.0.0
, eventuo11y-extras ==0.1.1.0
, hasql >=1.6 && <2
, hasql-pool ^>=0.8
, hasql-th ^>=0.4
Expand Down Expand Up @@ -179,7 +179,7 @@ library plutus-compat
, cardano-api ==1.35.4
, cardano-ledger-byron ==0.1.0.0
, containers ^>=0.6.5
, marlowe-chain-sync ==0.0.1
, marlowe-chain-sync ==0.0.2
, plutus-ledger-api ==1.0.0.1
, plutus-tx ==1.0.0.0
, serialise ^>=0.2.6
Expand All @@ -195,8 +195,8 @@ library gen
, bytestring >=0.10.12 && <0.12
, cardano-api:{cardano-api, gen} ==1.35.4
, hedgehog-quickcheck ^>=0.1
, marlowe-chain-sync ==0.0.1
, marlowe-protocols ==0.1.0.0
, marlowe-chain-sync ==0.0.2
, marlowe-protocols ==0.1.1.0
, nonempty-containers ^>=0.3.4
, ouroboros-consensus ==0.1.0.1
, QuickCheck >=2.14 && <3
Expand All @@ -215,8 +215,8 @@ test-suite marlowe-chain-sync-test
build-depends:
, base >=4.9 && <5
, hspec >=2.10 && <3
, marlowe-chain-sync:{marlowe-chain-sync, gen} ==0.0.1
, marlowe-protocols ==0.1.0.0
, marlowe-chain-sync:{marlowe-chain-sync, gen} ==0.0.2
, marlowe-protocols ==0.1.1.0

build-tool-depends: hspec-discover:hspec-discover
ghc-options: -threaded
Expand All @@ -234,14 +234,14 @@ executable marlowe-chain-indexer
autogen-modules: Paths_marlowe_chain_sync
build-depends:
, aeson >=2 && <3
, async-components ==0.1.0.0
, async-components ==0.1.1.0
, base >=4.9 && <5
, bytestring >=0.10.12 && <0.12
, cardano-api ==1.35.4
, cardano-crypto-wrapper ==1.3.0
, cardano-ledger-byron ==0.1.0.0
, eventuo11y >=0.9 && <0.11
, eventuo11y-extras ==0.1.0.0
, eventuo11y-extras ==0.1.1.0
, eventuo11y-otel ^>=0.1
, hasql >=1.6 && <2
, hasql-pool ^>=0.8
Expand Down Expand Up @@ -269,20 +269,20 @@ executable marlowe-chain-sync

autogen-modules: Paths_marlowe_chain_sync
build-depends:
, async-components ==0.1.0.0
, async-components ==0.1.1.0
, base >=4.9 && <5
, bytestring >=0.10.12 && <0.12
, cardano-api ==1.35.4
, cardano-ledger-byron ==0.1.0.0
, eventuo11y >=0.9 && <0.11
, eventuo11y-extras ==0.1.0.0
, eventuo11y-extras ==0.1.1.0
, eventuo11y-otel ^>=0.1
, hasql >=1.6 && <2
, hasql-pool ^>=0.8
, hs-opentelemetry-api >=0.0.3 && <0.0.4
, hs-opentelemetry-sdk >=0.0.3 && <0.0.4
, marlowe-chain-sync:{marlowe-chain-sync, libchainsync} ==0.0.1
, marlowe-protocols ==0.1.0.0
, marlowe-chain-sync:{marlowe-chain-sync, libchainsync} ==0.0.2
, marlowe-protocols ==0.1.1.0
, mtl >=2.2 && <3
, network >=3.1 && <4
, optparse-applicative
Expand Down
45 changes: 45 additions & 0 deletions marlowe-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

<a id='changelog-0.0.11.0'></a>
# 0.0.11.0 — 2023-06-15

## Removed

- Removed `RuntimeAwaitInputsApplied`, `RuntimeAwaitContractCreated` - the can be easily simulated by using the new `awaitConfirmed` param.

## Added

- Test runner for the Runtime with basic set of operations (we still miss `withdraw`).

- Implementation for all the basic (roless) flows with template contracts from marlowe-contracts.

- Improved ergonimcs of the "DSL" (simpler structure, nicer field names etc.).

- Improved balance checking.

- Added `awaitConfirmed` - most of the actions provide this optional await setup now.

- Added `RuntimeWithdraw` action to the marlowe-cli testing DSL.

- Added `RuntimeAwaitTxsConfirmed` action which awaits all the pending Marlowe transaction till they are registered in the Runtime.

- Ports of old inline role-based tests `./marlowe-cli/tests/inline/*` (currently only marlowe-cli based flows)

- `--max-retries` option to the test command which performs retries based on the type of the failure

- More `yaml` DSL rewrites of operation properties (handling more compact representations) and Marlowe contract (handling relative timeouts)

- `ShouldFail` operation

## Changed

- Changed encoding of operations so we don't use `tag` field but instead a constructor name is a key in a singleton object.

- Improve report structure to incorporate more details.

- Error handling across the interpreters by introducing more semantic error representation

## Fixed

- Funds management. Bracketing is applied to every subfaucet or funds acquisition.

- Value parsing of the `--submit` option in all the relevant commands.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d7cf83e

Please sign in to comment.