-
Notifications
You must be signed in to change notification settings - Fork 33
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: kernel and simulate ci runs #152
Conversation
address hookMultiplexer = | ||
KernelHelpers(instance.accountHelper).getHookMultiPlexer(instance); | ||
// Uninstall MockHookMultiplexer | ||
instance.uninstallModule(MODULE_TYPE_HOOK, hookMultiplexer, ""); |
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 think this is not needed
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.
Actually it reverts if we don't uninstall it, not sure about having to re-install it (doesn't revert if i remove it) but it made sense to re-install after runinstalling it.
// Set hook multiplexer back to MockHookMultiplexer | ||
KernelHelpers(instance.accountHelper).setHookMultiPlexer(instance, hookMultiplexer); | ||
// Reinstall MockHookMultiplexer | ||
instance.installModule(MODULE_TYPE_HOOK, hookMultiplexer, ""); |
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.
this as well
@@ -30,7 +30,7 @@ | |||
"@ERC4337/account-abstraction": "github:kopy-kat/account-abstraction#develop", | |||
"@ERC4337/account-abstraction-v0.6": "github:eth-infinitism/account-abstraction#v0.6.0", | |||
"@prb/math": "^4.0.2", | |||
"@rhinestone/erc4337-validation": "^0.0.3", |
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.
if the foundry pr is merged should we try again with latest?
No description provided.