-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Clarify Indexing #28
Comments
Agreed |
Can someone in the meantime tell me what is the overall expectation here? Do we expect users to use any of the substrate based explorers, or ETH ones? Another issue I have noticed is that StateScan and Subscan have very different data. About naming in StateScan: opensquare-network/statescan-v2#984 they said they will fix it asap. We can likely ask one to be offline to avoid confusion. |
statescan seems to not show unsigned transactions. The |
We implemented EVM scan recently for laos network. Check an example tx here. Has westend assethub already supported EVM? |
Yes it does. But we are currently exploring what would be the best way to index it. I assume you are decoding the block contents manually and then decoding the eth payload in there. I believe a better way is to do it exclusively via the |
No. We are calling data from a EVM RPC, code here, and combine it with an extrinsic indexer.
Do you mean a EVM compatible RPC for this tracing RPC? |
Yes that's the plan, although I don't think there are official specs for tracing endpoints so we will follow what geth is doing |
Let us know updates and feel free to leave issues on statescan, so we can support ASAP. |
I am aware that an indexer support is WIP, but noting it here to clarify in the future.
Once I deploy a contract, my intuitive next step is to go to subscan and see some evidence of what I have done.
More confusing, remix will print a block number and hash at which this contract is deployed, which I don't really know where it is coming from.
Would be good to have a banner in this tutorial, clarifying the indexing situation.
The text was updated successfully, but these errors were encountered: