We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Issue subscribing to the block headers event (newBlockHeaders) after updating to Metamask 8 https://web3js.readthedocs.io/en/v1.2.9/web3-eth-subscribe.html#subscribe-newblockheaders
newBlockHeaders
To Reproduce (REQUIRED)
v8.0.1
Expected behavior I expect to be notified on every block, like the in the following output.
This output it's taken from the codepen above, using Metamask for Chrome v7.7.9
v7.7.9
Screenshots I don't receive the event notification.
This is the output in Metamask for Firefox v8.0.1:
Browser details (please complete the following information):
Additional context (Error Messages, etc.) N/A
The text was updated successfully, but these errors were encountered:
Adding that I see the same behaviour on Firefox 78.0.1 (64-bits) on Linux with Metamask 8.0.1.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Issue subscribing to the block headers event (
newBlockHeaders
) after updating to Metamask 8https://web3js.readthedocs.io/en/v1.2.9/web3-eth-subscribe.html#subscribe-newblockheaders
To Reproduce (REQUIRED)
v8.0.1
Expected behavior
I expect to be notified on every block, like the in the following output.
This output it's taken from the codepen above, using Metamask for Chrome
v7.7.9
Screenshots
I don't receive the event notification.
This is the output in Metamask for Firefox
v8.0.1
:Browser details (please complete the following information):
Additional context (Error Messages, etc.)
N/A
The text was updated successfully, but these errors were encountered: