Support substrate wasm event in dictionary-resolver
Prerequisites
- [ ] Are you running the latest version(s)?
- [ ] Have you searched the documentation for your issue?
- [ ] Did you search for an existing issue or pull request?
Description
Example project https://github.com/GabrielCamba/sq/tree/main/abis
Build dictionary query failed, decodedData within event transform https://github.com/subquery/datasource-processors/blob/499e16201f9bdbd00385ae2a236f1eeebe952c6f/packages/substrate-wasm/src/index.ts#L337 , undefined event seems get passed to dictionary, and exit with error.
Details
These details can help to reproduce the environment the issue is occurring
Local Environment: [You can get this information from executing subql version.]
Query Version: [What is the version of the query service?]
Indexer Version: [What is the version of the indexer service?]
Network Details:
- [Network]
- [Block height, a block height where the issue is happening]
- [Dictionary endpoint, if used]
Steps to Reproduce
- [First Step]
- [Second Step]
- [and so on...]
Example project: [A link to a minimal example that can reproduce the issue]
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Any other information
Is there any other information you would like to add?
https://github.com/subquery/datasource-processors/pull/53/
Found was V4 not supported in the wasm processor, been updated