-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Do we have any worry of censorable signed messages similar to https://eips.ethereum.org/EIPS/eip-2612#security-considerations? Should we have some concept of a deadline similar to this for the signature functions? |
As far as I can see there is no specific issue to being frontrun on these transactions here. If anyone thinks otherwise feel free to let me know what the issue might be. |
Useful resources shared by @mds1 on telegram:
|
We have decided against using a |
Confirmed that there is no speicific issue to being frontrun on these transactions here. |
5626cd1
to
4049493
Compare
4049493
to
bf6b206
Compare
Coverage after merging rajath/gasless-transactions-latest into main will be
Coverage Report
|
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.
Is there an issue to write test implementations? Looks good minus the lack of test coverage
Yup. Just created one: #222. I'm currently working on this. Will link it to this issue when I raise the PR. |
Motivation:
We need to add support for
createActionBySig
and also fix the user incastApprovalBySig
andcastDisapprovalBySig
and add replay protectionModifications:
createActionBySig
castApprovalBySig
andcastDisapprovalBySig
castApprovalBySig
andcastDisapprovalBySig
createActionBySig
test scaffoldResult:
Support for Gasless transactions. Closes #49