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

execute transactions silently #1636

Merged
merged 1 commit into from
Jan 29, 2024
Merged

Conversation

y0rgos
Copy link
Contributor

@y0rgos y0rgos commented Nov 20, 2022

What I did

added an option to suppress the console output when executing a transaction

Related issue: #1634

How I did it

added a parameter silent: bool = False on transact, so now optional argument silent = True can be passed to suppress the console output

How to verify it

contract.someTransactMethod('argument', {'from':accounts[0]}, silent=True)

@iamdefinitelyahuman
Copy link
Member

Ahh this is useful

@iamdefinitelyahuman iamdefinitelyahuman merged commit 3def266 into eth-brownie:master Jan 29, 2024
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.

2 participants