Skip to content

Add changeset #294

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

Closed
wants to merge 50 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
aab041a
prepareUserOperaiton with ERC-20 flow
mouseless0x Sep 5, 2024
1081865
lint
mouseless0x Sep 5, 2024
74ce558
refactor
mouseless0x Sep 5, 2024
eb5d800
fix imports
mouseless0x Sep 6, 2024
ce21191
refactor
mouseless0x Sep 6, 2024
efd726f
fix build
mouseless0x Sep 6, 2024
ada97f6
fix package.json
mouseless0x Sep 6, 2024
cc09346
fix import
mouseless0x Sep 6, 2024
b36bc75
fix import
mouseless0x Sep 6, 2024
f9f8463
fix
mouseless0x Sep 6, 2024
05de59a
fix ordering
mouseless0x Sep 8, 2024
0ef790b
cleanup erc20 sponsor flow
mouseless0x Sep 19, 2024
c251098
chore: format
Sep 19, 2024
7745056
refactor
mouseless0x Sep 20, 2024
81022bf
chore: format
Sep 20, 2024
4be98bb
sync with main
mouseless0x Sep 29, 2024
0f1b69a
flow for approving+sending userOperation
mouseless0x Sep 30, 2024
c68ea3b
lint
mouseless0x Sep 30, 2024
6102fbe
update tests
mouseless0x Sep 30, 2024
98ca054
lint
mouseless0x Sep 30, 2024
d52a7a9
fix
mouseless0x Sep 30, 2024
2be5509
chore: format
Sep 30, 2024
1d9a236
set viem version
mouseless0x Sep 30, 2024
4bc6f1b
chore: format
Sep 30, 2024
905b4c2
set viem peer dependency version
mouseless0x Sep 30, 2024
93d949e
chore: format
Sep 30, 2024
32e39c5
add test cases
mouseless0x Oct 1, 2024
4a69b3e
chore: format
Oct 1, 2024
9826dff
fix tests
mouseless0x Oct 1, 2024
55e89b3
chore: format
Oct 1, 2024
58404f3
fix ERC-7677 endpoints
mouseless0x Oct 1, 2024
1357868
fix test cases
mouseless0x Oct 1, 2024
0104051
remove getAccount util
mouseless0x Oct 1, 2024
773472d
add comments
mouseless0x Oct 1, 2024
4af0006
add changeset
mouseless0x Oct 1, 2024
b90c084
rename method to prepareUserOperationWithErc20Paymaster
mouseless0x Oct 2, 2024
3e51c20
fix PR comments
mouseless0x Oct 7, 2024
7a6fe61
lint
mouseless0x Oct 7, 2024
e9ec5ec
Merge branch 'main' into feat/higher-level-erc20-helper
mouseless0x Oct 7, 2024
29e109a
fix
mouseless0x Oct 7, 2024
cbb1bc4
set error message
mouseless0x Oct 7, 2024
844b57a
add getChainId, rename to prepareUserOperationForErc20Paymaster, remo…
mouseless0x Oct 7, 2024
2065e23
lint
mouseless0x Oct 7, 2024
86c5111
remove changeset
mouseless0x Oct 7, 2024
0175ed7
remove console.log
mouseless0x Oct 7, 2024
15576b5
chore: format
Oct 7, 2024
238295f
fetch chain from account
mouseless0x Oct 7, 2024
9bd3dcd
fix failing tests
mouseless0x Oct 7, 2024
9090663
move helper to experimental/pimlico/utils
mouseless0x Oct 7, 2024
b0bc937
add changeset
mouseless0x Oct 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/calm-shoes-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"permissionless": patch
---

Added prepareUserOperationErc20ForPaymaster under pimlico/experimental
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"get-port": "^7.0.0",
"tsc-alias": "^1.8.8",
"vitest": "^1.2.0",
"viem": "^2.20.0",
"viem": "^2.21.2",
"wagmi": "^2.12.8",
"@permissionless/wagmi": "workspace:packages/wagmi",
"@types/react": "^18.3.1",
Expand Down
Loading
Loading