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: kernel and simulate ci runs #152

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Conversation

highskore
Copy link
Contributor

No description provided.

@highskore highskore marked this pull request as draft October 30, 2024 21:34
@highskore highskore changed the title fix: revert to old version of erc4337 validator fix: kernel and simulate ci runs Oct 30, 2024
@highskore highskore marked this pull request as ready for review October 31, 2024 01:53
address hookMultiplexer =
KernelHelpers(instance.accountHelper).getHookMultiPlexer(instance);
// Uninstall MockHookMultiplexer
instance.uninstallModule(MODULE_TYPE_HOOK, hookMultiplexer, "");
Copy link
Member

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

Copy link
Contributor Author

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, "");
Copy link
Member

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",
Copy link
Member

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?

@highskore highskore merged commit 3bb0ec7 into fix/nexus-bootstrap Oct 31, 2024
5 of 6 checks passed
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.

2 participants