Support eth_subscribe
with "logs"
param
#27283
Labels
feature/web3/wallet/core
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Android
Fixes related to Android browser functionality
OS/Desktop
OS/iOS
Fixes related to iOS browser functionality
priority/P3
The next thing for us to work on. It'll ride the trains.
QA Pass - Android Tab
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Expand on the support added here for newHeads #21350
The new support should support the
"logs"
param.To support "logs" we need to periodically call
JsonRpcService::EthGetLogs
as needed instead of using theBlockTracker
.Check metamask as the reference.
Heres some sample code to use in a JS console of any HTTPS page:
The text was updated successfully, but these errors were encountered: