Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tx-generator: remove mutable state #3815

Merged
merged 1 commit into from
Jul 11, 2022
Merged

Conversation

MarcFontaine
Copy link
Contributor

@MarcFontaine MarcFontaine commented Apr 22, 2022

Remove some data that was passed around as mutable state in tx-generator.
Instead: provide the data a explicit argument.

@MarcFontaine MarcFontaine self-assigned this Apr 22, 2022
@MarcFontaine MarcFontaine force-pushed the mafo/tx-generator-refactor branch from e7e7600 to d4ed3d5 Compare May 9, 2022 12:54
@MarcFontaine MarcFontaine force-pushed the mafo/tx-generator-refactor branch from d4ed3d5 to a624206 Compare July 4, 2022 12:25
@MarcFontaine MarcFontaine force-pushed the mafo/tx-generator-refactor branch from a624206 to b6fa049 Compare July 4, 2022 13:15
@MarcFontaine MarcFontaine marked this pull request as ready for review July 4, 2022 13:18
@MarcFontaine MarcFontaine added the WIP Work In Progress (cannot be merged yet) label Jul 4, 2022
@MarcFontaine MarcFontaine force-pushed the mafo/tx-generator-refactor branch from b6fa049 to 9ff9675 Compare July 11, 2022 14:27
@MarcFontaine MarcFontaine removed the WIP Work In Progress (cannot be merged yet) label Jul 11, 2022
@deepfire
Copy link
Contributor

bors r+

@iohk-bors
Copy link
Contributor

iohk-bors bot commented Jul 11, 2022

Build succeeded:

@iohk-bors iohk-bors bot merged commit 9c049c4 into master Jul 11, 2022
@iohk-bors iohk-bors bot deleted the mafo/tx-generator-refactor branch July 11, 2022 22:06
iohk-bors bot added a commit that referenced this pull request Jul 29, 2022
4239: tx-generator: fix a bug r=MarcFontaine a=MarcFontaine

The bug was introduced in :  #3815.
The number of total output transactions of the tx-generator was used for the number of outputs of a single transaction.
It was not found because the tests were only run for Plutus workloads and the bug was in a non-Plutus code-branch.

Co-authored-by: MarcFontaine <[email protected]>
iohk-bors bot added a commit that referenced this pull request Jul 29, 2022
4239: tx-generator: fix a bug r=MarcFontaine a=MarcFontaine

The bug was introduced in :  #3815.
The number of total output transactions of the tx-generator was used for the number of outputs of a single transaction.
It was not found because the tests were only run for Plutus workloads and the bug was in a non-Plutus code-branch.

Co-authored-by: MarcFontaine <[email protected]>
iohk-bors bot added a commit that referenced this pull request Jul 29, 2022
4239: tx-generator: fix a bug r=MarcFontaine a=MarcFontaine

The bug was introduced in :  #3815.
The number of total output transactions of the tx-generator was used for the number of outputs of a single transaction.
It was not found because the tests were only run for Plutus workloads and the bug was in a non-Plutus code-branch.

Co-authored-by: MarcFontaine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants