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

Cleanup executors #416

Merged
merged 42 commits into from
Feb 5, 2025
Merged

Cleanup executors #416

merged 42 commits into from
Feb 5, 2025

Conversation

mouseless0x
Copy link
Member

No description provided.

@@ -677,144 +284,79 @@ export class Executor {
})

let childLogger = this.logger.child({
userOperations: opsWithHashes.map((oh) => oh.userOperationHash),
userOperations: userOperations.map((op) => op.hash),
Copy link
Member

Choose a reason for hiding this comment

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

I actually liked opsWithHashes since I don't expect the userOperations to have an hash.

Copy link
Member Author

Choose a reason for hiding this comment

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

that makes sense, theUserOperationInfo type now has a seperate field for userOp/userOpHash

@mouseless0x mouseless0x merged commit 9a2bb13 into main Feb 5, 2025
2 checks passed
@mouseless0x mouseless0x deleted the cleanup-executors branch February 5, 2025 14:21
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.

3 participants