-
-
Notifications
You must be signed in to change notification settings - Fork 242
feat: after simulate and before sign hooks #5503
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
Conversation
@metamaskbot publish-preview |
Preview builds have been published. See these instructions for more information about preview builds. Expand for full list of packages and versions.
|
@metamaskbot publish-preview |
Preview builds have been published. See these instructions for more information about preview builds. Expand for full list of packages and versions.
|
1850f31
to
8c03250
Compare
59d5e09
to
4d46a3e
Compare
@metamaskbot publish-preview |
1 similar comment
@metamaskbot publish-preview |
Preview builds have been published. See these instructions for more information about preview builds. Expand for full list of packages and versions.
|
Support disabled signature checks in DelegationManager. Add estimateGas action. Remove automatic gas update.
5dcf9a1
4d46a3e
to
5dcf9a1
Compare
Explanation
Support
afterSimulate
andbeforeSign
hooks, including optionalupdateTransaction
callbacks.The
afterSimulate
hook can also returnskipSimulation
which will disable subsequent balance change simulation.Plus:
containerTypes
property toTransactionMeta
.TransactionControllerEstimateGasAction
messenger action.ignoreDelegationSignatures
option toestimateGas
method.DelegationManager
signature errors in simulation requests.References
Fixes #5170
Checklist