[General] Missing a block when listening event locally #181
Replies: 2 comments 2 replies
-
cool! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@enochSatis What API/utils did you use to listen for events? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Mainnet
Provide a brief description of the functionality you're trying to implement.
I have deployed a contract on Mainnet, and would like to listen to the contract's events to determine different interaction transactions.
What is the specific issue or error you're encountering?
When pinging zkSync's sequencer node (
https://mainnet.era.zksync.io/
), the L2 block16634904
is missing in my local scanner. Particularly, the event of this transaction (https://explorer.zksync.io/tx/0x062687f5b96d46188ee64093dd10952d1b4ff24ce1728e2251cb4b8cd1218e1a
) was missed. Was there any update/special behaviour during that period of time?Can you share the error messages or logs you're receiving, if any?
The event of
0x062687f5b96d46188ee64093dd10952d1b4ff24ce1728e2251cb4b8cd1218e1a
was not successfully caught.Have you made any recent changes to the contract before encountering this issue?
No.
Are there any external libraries or contracts that your contract interacts with?
No.
Can you provide the relevant portions of your contract code where the issue is occurring?
The target contract which get called (
0x5f3D22B90e98aAaA4267234D84485135a865915e
) triggers another contract which emits events.Have you tried to isolate the problem, and if so, what were the results?
NA
What steps have you already taken to try to resolve the issue?
NA
Repo Link (Optional)
No response
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions