Skip to content

fix(tvm): Enforce eth_getLogs over eth_newFilter...#3262

Draft
pxrl wants to merge 1 commit into
masterfrom
pxrl/getLogs
Draft

fix(tvm): Enforce eth_getLogs over eth_newFilter...#3262
pxrl wants to merge 1 commit into
masterfrom
pxrl/getLogs

Conversation

@pxrl
Copy link
Copy Markdown
Collaborator

@pxrl pxrl commented Apr 17, 2026

Tron RPC providers seem a lot less consistent in what they support. eth_getLogs seems to be the most consistently supported RPC method.

Tron RPC providers seem a lot less consistent in what they support.
eth_getLogs seems to be the most consistently supported RPC method.
@pxrl pxrl added the do not merge Don't merge until label is removed label Apr 17, 2026
const events = eventSignatures.map((sig) => parseAbiItem(sig.replace("tuple", "")) as AbiEvent);
const address = spokePoolAddr as `0x${string}`;

const pollLogs = async (blockNumber: bigint): Promise<void> => {
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.

Placeholder: follow up on re-org handling.

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