You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
As a smart contract account owner I would like to have BLS signatures as a verification module So I can save on gas fees on cheap compute L2s & take advantage of other BLS features with my account
Considerations
This should likely be implemented as an IAggregator so that BLS sigs can be aggregated together & verified such as done in BLS Wallet
It may be beneficial to implement ERC-1271 or similar signature specs so that it can be used easily outside of ERC-4337
Out of scope
Threshold BLS Signatures
BLS12-381 (Need related EIP or proven ZKP circuit)
As a smart contract account owner
I would like to have BLS signatures as a verification module
So I can save on gas fees on cheap compute L2s & take advantage of other BLS features with my account
Considerations
IAggregator
so that BLS sigs can be aggregated together & verified such as done in BLS WalletOut of scope
Related
The text was updated successfully, but these errors were encountered: