Content
@
0 reply
0 recast
0 reaction
Noam
@noam
When building plugins, we ran into issues using certain data structures because of the storage access rules of ERC-4337. We ended up building a LinkedList implementation that relies on account associated storage to be 4337 compatible. Might be useful for other plugin devs too ๐
1 reply
0 recast
1 reaction
Noam
@noam
Lib: https://github.com/alchemyplatform/modular-account/blob/v1.0.1/src/libraries/AssociatedLinkedListSetLib.sol Example usage: https://github.com/alchemyplatform/modular-account/blob/v1.0.1/src/plugins/owner/MultiOwnerPlugin.sol#L351 Audited by: Spearbit, @quantstamp
0 reply
0 recast
0 reaction