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

Feat/permit bundler #178

Merged
merged 22 commits into from
Sep 21, 2023
Merged

Feat/permit bundler #178

merged 22 commits into from
Sep 21, 2023

Conversation

Jean-Grimal
Copy link
Contributor

No description provided.

contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
test/forge/PermitBundlerLocalTest.sol Outdated Show resolved Hide resolved
test/forge/PermitBundlerLocalTest.sol Show resolved Hide resolved
test/forge/PermitBundlerLocalTest.sol Show resolved Hide resolved
Copy link
Collaborator

@Rubilmax Rubilmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add it to BatchAction.ts! You'll see how ts is made ;)

contracts/mocks/ERC20PermitMock.sol Show resolved Hide resolved
contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
@Jean-Grimal
Copy link
Contributor Author

Also add it to BatchAction.ts! You'll see how ts is made ;)

Yes this is the next step !

contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
contracts/PermitBundler.Sol Outdated Show resolved Hide resolved
Copy link
Collaborator

@Rubilmax Rubilmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work on ts! #178 (comment)

contracts/Permit2Bundler.sol Show resolved Hide resolved
contracts/Permit2Bundler.sol Outdated Show resolved Hide resolved
contracts/PermitBundler.sol Show resolved Hide resolved
src/BundlerAction.ts Show resolved Hide resolved
test/forge/helpers/SigUtils.sol Outdated Show resolved Hide resolved
test/forge/helpers/SigUtils.sol Outdated Show resolved Hide resolved
test/forge/helpers/SigUtils.sol Outdated Show resolved Hide resolved
test/forge/helpers/SigUtils.sol Show resolved Hide resolved
Copy link
Contributor

@julien-devatom julien-devatom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also remove the aToken specific implementation of permit since permit function is more general

(migration bundler can inherit from Permit bundler)

Copy link
Collaborator

@Rubilmax Rubilmax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're good to go (followup issues: #190 & #189

@Rubilmax Rubilmax linked an issue Sep 21, 2023 that may be closed by this pull request
@Rubilmax Rubilmax merged commit 0e89bd6 into main Sep 21, 2023
7 of 8 checks passed
@Rubilmax Rubilmax deleted the feat/permitBundler branch September 21, 2023 14:36
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.

Add the possibility to use Permit of an ERC20
4 participants