Maksim Dimitrov
Maksim Dimitrov
Do you have a repo where I can reproduce this issue?
Hey @azf20, sorry for the late reply. Yeah all the new functions would need to be added/mocked in Matchstick.
loadRelated should be supported in `matchstick` 0.6.0 and `matchstick-as` 0.6.0
You can see the version with `graph test -- --version` And you can force a specific version with `graph test -v 0.6.0` But unless the version is specified it should...
Hey, @KholdStare, sorry I'm not working on this, so can't give you any updates. Potentially you can build matchstick from source and run it independently from the graph-cli
@KholdStare as I said in my previous comment, I'm not responsible for the matchstick development anymore , nor am I part of the graph team, so I don't have any...
Hey, you'll also need to integrate [matchstick-as](https://github.com/LimeChain/matchstick-as) as well, which is a helper library similar to `graph-ts`
I believe this happens when `init` or `add` try go generate an example entity based on an event that has a struct/list of structs as a parameter.
I think this was never fixed. And i'm not sure it could be fixed for all contracts. If the type of the event param is `ethereum.Tuple` / `ethereum.Tuple[]`, it probably...
Keep in mind the plugin is based on older dependencies, so it may break after updating them