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
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
The text was updated successfully, but these errors were encountered:
Currently there are two parameters on transaction which are signed over, the
nonce
andchainid
. I would like to add an additionalexpirationHeight
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
The text was updated successfully, but these errors were encountered: