-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
feat: ERC20 Revoke Allowance #26906
feat: ERC20 Revoke Allowance #26906
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
aad6584
to
d75006d
Compare
68aa72b
to
2c95417
Compare
...ations/components/confirm/info/approve/revoke-static-simulation/revoke-static-simulation.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/approve/spending-cap-context.tsx
Outdated
Show resolved
Hide resolved
ui/pages/confirmations/components/confirm/info/approve/hooks/use-custom-spending-cap.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me, but I am wondering if we can use existing ConfirmContext and add this piece of information, in pace of adding new context. We will have more of these kind of data which we need in different components and it will not be possible to add a context for each.
913ae0e
to
7fe33dd
Compare
912ccef
to
dba74ef
Compare
7fe33dd
to
49afb16
Compare
230d222
to
098c276
Compare
test/e2e/helpers.js
Outdated
console.log({ | ||
mockedRequests, | ||
body: mockedRequests[0].body, | ||
getJson: mockedRequests[0].getJson, | ||
}); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is forgotten
201ef19
to
aed1ca4
Compare
b01ef5f
to
d0fdd5f
Compare
Builds ready [26ca485]
Page Load Metrics (1591 ± 121 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
04db149
to
98111ba
Compare
26ca485
to
fbc5e84
Compare
fef7bfa
to
bf919af
Compare
Quality Gate passedIssues Measures |
Builds ready [181af3d]
Page Load Metrics (1704 ± 81 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Includes e2e test.
Related issues
Fixes: https://github.com/MetaMask/MetaMask-planning/issues/3004
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist