-
Notifications
You must be signed in to change notification settings - Fork 11
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
decoder for "sp_runtime::generic::digest::DigestItem" not found #16
Comments
It seems no type with this path can be found in the metadata, which network (preferable with public endpoint for debug purposes) are you connecting to? |
I found more of these discrepancies. I am running a private node of the Nakamoto Mainnet, which can be found here: https://GitHub.com/opentensor/subtensor I can supply you with the public facing IP of the node I am running, but the endpoint of that node is not meant to be public knowledge. |
I compiled and ran the Subtensor node with You can find me in https://matrix.to/#/#polkascan:matrix.org and send me a DM so I can debug some more with the endpoint you mentioned |
What you could try is to set the TYPE_REGISTRY_PRESET to You can set this in the environment of the docker-compose.yml file: harvester:
...
environment:
...
- TYPE_REGISTRY_PRESET=legacy
- BLOCK_START=0
- BLOCK_END=10 The |
You will probably see it does decodes everything correctly, when you run a test with |
Contacted you on Matrix, it seems that this goes a bit deeper since the substrate interface (https://github.com/polkascan/py-substrate-interface) is also giving errors. |
Getting a lot of errors like this:
Is this normal or am I looking at something weird?
The text was updated successfully, but these errors were encountered: