-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
291 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
marlowe-apps/changelog.d/20230524_064345_brian.bush_hackathon.rst
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
38 changes: 0 additions & 38 deletions
38
...og.d/20230412_180025_tomasz.rybarczyk_SCP_5144_adapt_DSL_for_runtime_testing.md
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...ngelog.d/20230417_144045_tomasz.rybarczyk_PLT_5560_role_based_test_scenarios.md
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...0509_085651_tomasz.rybarczyk_PLT_5874_fix_second_parsing_on_the_command_line.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.