-
Notifications
You must be signed in to change notification settings - Fork 8
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
refactor!: new flow [APE-1140] #11
Conversation
APE-1140 "feat: integrate confirmations with safe api" (ApeWorX/ape-safe #11)
What I didAdds support for leveraging the Safe API to publish transactions, confirmations, and fetch confirmations to submit pending transactions How I did itHow to verify itChecklist
ApeWorX/ape-safe #11 by fubuloubu on GitHub via LinearSync |
still encountering problems when trying to submit a multisend tx. they are mostly coming from gas estimation:
we need to somehow override the tx handler or find a way to pass additional metadata to skip some checks |
5b9762c
to
7fbff68
Compare
type checking will fail until ApeWorX/ape#1793 is released |
What I did
Adds support for leveraging the Safe API to publish transactions, confirmations, and fetch confirmations to submit pending transactions
How I did it
How to verify it
Checklist