tx-submission2 tests: use unbounded channel
We use pipelined client, hence we need to use an buffered channel.
We use pipelined client, hence we need to use an buffered channel.
--
prop_channel_IO :: TxSubmissionTestParams -> Property
prop_channel_IO params =
ioProperty (prop_channel createConnectedChannels params)
ioProperty (prop_channel createConnectedBufferedChannelsUnbounded params)
-- | Run 'prop_channel' in the IO monad using local pipes.
rxjs from() completes after emitting the array of rollbackTransactions. Only send the rollback transactions to rollback$ subject.
3426: Add integration test for Babbage minUTxOValue validation precision r=Anviking a=Anviking - [x] Verify that #3423 successfully alleviates problem where the wallet used to be 0.01724 ada too strict compared to the ledger when validating the minUTxOValue requirement of user-specified outputs. - Test fails without the fix. ### Comments ### Issue Number https://input-output.atlassian.net/browse/ADP-1978 3428: Bump cardano-node to 1.35.3-rc1 r=Anviking a=sevanspowell - Bump dependencies: - cardano-node to 1.35.3-rc1 - hw-aeson to match cardano-node - hedgehog-extras to match cardano-node - Update compatibility matrix. ### Comments Changelogs: - [API](https://github.com/input-output-hk/cardano-node/blob/release/1.35/cardano-api/ChangeLog.md) - [CLI](https://github.com/input-output-hk/cardano-node/blob/release/1.35/cardano-cli/ChangeLog.md) - [Node](https://github.com/input-output-hk/cardano-node/blob/release/1.35/cardano-node/ChangeLog.md) - [Compare v1.35.3-testnetonly and v1.35.3-rc1](https://github.com/input-output-hk/cardano-node/compare/1.35.3-testnetonly...1.35.3-rc1) ### Issue Number ADP-2123 Co-authored-by: Johannes Lund <[email protected]> Co-authored-by: Jonathan Knowles <[email protected]> Co-authored-by: Samuel Evans-Powell <[email protected]>
Refactor for memory initialisation
...moved some test specs into "TxConstraints directory.
Looks like a copy-paste error from the shell config above.
Fixed check-stylish on ubuntu.
feat!: replace `NetworkInfoProvider.timeSettings` with `eraSummaries`