-
Notifications
You must be signed in to change notification settings - Fork 14
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
Sidecar: check user balance and nonce before sending commitments #102
Labels
C: bolt-sidecar
Component: bolt-sidecar
Comments
@namn-grg another thing to research in the AA report is which incompatiblities there are with Bolt as of now |
Actually some balances checks are already implemented, see bolt/bolt-sidecar/src/builder/template.rs Lines 86 to 116 in 025d296
Moreover, such logic has been a bit refactored by #117 as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the context of the recent proposal of account abstraction it may be possible that a transaction changes the balance of an EOA without increasing its nonce, since it can be originated by another entity.
As such, in the sidecar we should:
The text was updated successfully, but these errors were encountered: