Skip to content
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

feat(sequencer): add a new TransactionParam for block height expiration #1589

Open
joroshiba opened this issue Sep 27, 2024 · 0 comments
Open
Assignees
Labels
mempool sequencer pertaining to the astria-sequencer crate

Comments

@joroshiba
Copy link
Member

joroshiba commented Sep 27, 2024

Currently there are two parameters on transaction which are signed over, the nonce and chainid. I would like to add an additional expirationHeight where the transaction becomes invalid at any height past this specified height.

This is useful for application specific sequencing and bundling to ensure that a bundle which won't be executed past a certain height in a rollup doesn't get paid for in the sequencing base layer.

┆Issue Number: ENG-882

@joroshiba joroshiba added sequencer pertaining to the astria-sequencer crate mempool labels Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mempool sequencer pertaining to the astria-sequencer crate
Projects
None yet
Development

No branches or pull requests

2 participants