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

Fix runOp Script #435

Merged
merged 1 commit into from
Jun 8, 2024
Merged

Fix runOp Script #435

merged 1 commit into from
Jun 8, 2024

Conversation

nlordell
Copy link
Collaborator

@nlordell nlordell commented Jun 6, 2024

I was running the 4337 runOp.ts script this morning and noticed it was subtly broken. This PR fixes it.

I also refactored the scripts a bit - specifically we no longer --fix on lint:ts. This was because it would cause CI to silently pass in cases where the linter could autofix the code (when we want it to fail instead).

I was running the 4337 `runOp.ts` script this morning and noticed it was
subtly broken. This PR fixes it.
@nlordell nlordell requested a review from a team as a code owner June 6, 2024 18:44
@nlordell nlordell requested review from akshay-ap, mmv08 and remedcu and removed request for a team June 6, 2024 18:44
@mmv08
Copy link
Member

mmv08 commented Jun 7, 2024

I was running the 4337 runOp.ts script this morning and noticed it was subtly broken. This PR fixes it.

I think I wrote the runOp.ts script in 2022 to test sending a user operation against a production bundler, since now we have e2e tests with a local bundler, is there any use to this script at all?

@nlordell
Copy link
Collaborator Author

nlordell commented Jun 7, 2024

I use it to send a user operation to an actual chain (Sepolia in my case). It is still convenient IMO.

@nlordell nlordell merged commit fca988e into main Jun 8, 2024
13 checks passed
@nlordell nlordell deleted the chore/fix-runop-script branch June 8, 2024 06:50
@github-actions github-actions bot locked and limited conversation to collaborators Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants