Skip to content

improve(gasless): Enforce absolute exclusivityParameter#3130

Draft
pxrl wants to merge 1 commit intomasterfrom
pxrl/l2Immediate
Draft

improve(gasless): Enforce absolute exclusivityParameter#3130
pxrl wants to merge 1 commit intomasterfrom
pxrl/l2Immediate

Conversation

@pxrl
Copy link
Copy Markdown
Collaborator

@pxrl pxrl commented Mar 30, 2026

Permits immediate fills irrespective of origin chain.

Permits immediate fills irrespective of origin chain.
@pxrl pxrl added the do not merge Don't merge until label is removed label Mar 30, 2026
Comment on lines +476 to +478
const exclusivityParameter = isExclusivityRelative(_exclusivityParameter)
? _exclusivityParameter + getCurrentTime()
: _exclusivityParameter;
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nb. could be dangerous in case the original deposit fails and we resubmit on a re-run. In that case we'd derive a different fill. We might some more coarse rounding on this - i.e. add some fixed offset to the exclusivityParameter, or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Don't merge until label is removed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant