Skip to content

Conversation

@pxrl
Copy link
Contributor

@pxrl pxrl commented Aug 14, 2025

No description provided.

pxrl added 8 commits August 14, 2025 10:17
The Linea SDK is a painful dependency in that it depends on
better-sqlite3, and that seems to have build issues when migrating to
node 22.

The Linea SDK is only required here for a single script that's never
actually been needed in production. To simplify things, we can migrate
it to the relayer repository where we already have to deal with the
Linea SDK dependencies.
16 is long EoL but we were in practice using 20 in CI.
@pxrl pxrl added the do not merge do not merge label Aug 14, 2025
Base automatically changed from pxrl/bumpNode to master October 27, 2025 13:48
) {
const txResult = await client.rpc
.getTransaction(txSignature, { commitment, maxSupportedTransactionVersion: 0 })
.getTransaction(txSignature, { encoding: "json", commitment, maxSupportedTransactionVersion: 0 })
Copy link
Contributor Author

Choose a reason for hiding this comment

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

tbd: verify this is OK.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

screenshot-1767622110

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

Labels

do not merge do not merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants