-
Notifications
You must be signed in to change notification settings - Fork 517
Document claiming old (>90 days) bridge messages #1120
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
A lot of the time, when I find myself writing bullet points that, like these, begin with the same verb or set of words, I try to rework it, so e.g.
Using the Linea SDK, you can get:
- Contract data
As well as query information about messages:
- By message hash
- By transaction hash
etc
You can also use the SDK to claim messages.
I offer this purely as a stylistic reflection; you may find it too wordy, for example, or just, like, more effort than it's worth 😆
This looks good, and is a prime example of "how much work went into 1500 words" 🦾
The native bridge app retains unclaimed messages for 90 days; after that, they must be claimed manually either by calling the function on the block explorer, filling in the necessary parameters, or with the SDK.
The PR implements a flow where: