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
i am trying to subscribe something log
{"jsonrpc": "2.0","id": 1,"method": "eth_subscribe","params": ["logs",{"topics": [["0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822", "0xdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d81936496"]]}]}
but always return addres 0x0000000000000000000000000000000000000000000
{"jsonrpc":"2.0","method":"eth_subscription","params":{"subscription":"0x19f99871ec8d8efe24bbb93871f614ad","result":{"address":"0x0000000000000000000000000000000000000000","topics":["0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822","0x0000000000000000000000006ca39fcc6552cd5ace23ea6708a5b6d1eb4f6e40","0x0000000000000000000000006ca39fcc6552cd5ace23ea6708a5b6d1eb4f6e40"],"data":"0x0000000000000000000000000000000000000000000000000b3a5b7fcbdd73c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022187edb960a3","blockNumber":"0x2a642d4","transactionHash":"0x07f8b2a35edb1294975e035c451e0b8b671a145694baf57d4a740fc65ea0892e","transactionIndex":"0x3","blockHash":"0x8c2cc589fb9703d23ec4e6042a9d0ff5a4e90b5e1643834bc36f015e2ea01b59","logIndex":"0x9","removed":false}}}
what can i do?
The text was updated successfully, but these errors were encountered:
Which version do you use?
Sorry, something went wrong.
hi it's erigon version 1.3.0-alpha5-fe192e92
No branches or pull requests
i am trying to subscribe something log
{"jsonrpc": "2.0","id": 1,"method": "eth_subscribe","params": ["logs",{"topics": [["0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822", "0xdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d81936496"]]}]}
but always return addres 0x0000000000000000000000000000000000000000000
{"jsonrpc":"2.0","method":"eth_subscription","params":{"subscription":"0x19f99871ec8d8efe24bbb93871f614ad","result":{"address":"0x0000000000000000000000000000000000000000","topics":["0xd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d822","0x0000000000000000000000006ca39fcc6552cd5ace23ea6708a5b6d1eb4f6e40","0x0000000000000000000000006ca39fcc6552cd5ace23ea6708a5b6d1eb4f6e40"],"data":"0x0000000000000000000000000000000000000000000000000b3a5b7fcbdd73c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022187edb960a3","blockNumber":"0x2a642d4","transactionHash":"0x07f8b2a35edb1294975e035c451e0b8b671a145694baf57d4a740fc65ea0892e","transactionIndex":"0x3","blockHash":"0x8c2cc589fb9703d23ec4e6042a9d0ff5a4e90b5e1643834bc36f015e2ea01b59","logIndex":"0x9","removed":false}}}
what can i do?
The text was updated successfully, but these errors were encountered: