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

Support replacing/cancelling transactions #20

Open
fjarri opened this issue Apr 24, 2022 · 0 comments
Open

Support replacing/cancelling transactions #20

fjarri opened this issue Apr 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@fjarri
Copy link
Collaborator

fjarri commented Apr 24, 2022

There are some seeds of that currently, in the form of broadcast_transfer()/wait_for_transaction_receipt(). Off the top of my head, a general scheme can be:

  • broadcast_transfer()/deploy()/transact() returning a PendingTransfer/etc object with all the necessary data (tx hash, nonce, the tx itself).
  • Methods operating with pending objects for replacement/cancellation/waiting for completion.
@fjarri fjarri added the enhancement New feature or request label Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant