-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving testing framework and adding the capability to predicate on…
… resulting log (#450) * tests pass with new mockchain return type * more log levels * logging removal of unusable balancing utxos * improving logging in balancing * new log version with dedicated constructors * changing item * integrating comments, adding comments and more readable bullets * fixing the bug where collateral inputs were not resolved * CHANGELOG.md * integrating review comments * typo * removing useless instances * wip * reverting balancingspec * starting to consume scripts in balancing spec, to be continued * reworking empty collaterals * 2 first test groups passé * all tests fixed * doc * updating doc * logging of unused collateral option * post-rebase small fixes * bye bye Ledger.TxOut * update capi * Proper script hash computation for all plutus versions * helpers and qol changes * MockChainSt has its own module now * Support for hashed datums in reference inputs * withdrawal support * fixing balancing bug * small post-rebase changes * showbsspec finally gone * Recreating an index to pass to the new fee estimate function * post merge fix * no tests built for dependencies, relying on cne directly * CHANGELOG.md * relying on the fork for translation functions * credential and staking credential of a wallet * moving time from either the lower or upper bound of current slot * depending on cne * post merge mini fix * reworking withdrawals for proper maps * hpack * homogenizing tests + make them depend on log * one more refactoring * refactoring testing in progress * finishing to rework testing * flipping ==> * restructuring and commenting testing module * spreading around all the changes, removing fancy non-working type class * better name * post review changes * CHANGELOG.md * integrating review comments --------- Co-authored-by: mmontin <mathieu.montin@tweag.io>
- Loading branch information
Showing
14 changed files
with
397 additions
and
457 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
Large diffs are not rendered by default.
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
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
Oops, something went wrong.