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
The graph entities are autogenerated. The following properties are added manually in the entities.
blockHash
blockNumber
uts
contractAddress
As it is done manually, there is a high probability that this step is missed.
We can add a verifier command that can assert that the autogenerated entities have the above mentioned properties in addition to that of event params.
Add an npm run command test:verify-graph-entity npm run test:verify-graph-entity
test:verify-graph-entity
npm run test:verify-graph-entity
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The graph entities are autogenerated.
The following properties are added manually in the entities.
blockHash
blockNumber
uts
contractAddress
As it is done manually, there is a high probability that this step is missed.
We can add a verifier command that can assert that the autogenerated entities have the above mentioned properties in addition to that of event params.
Add an npm run command
test:verify-graph-entity
npm run test:verify-graph-entity
The text was updated successfully, but these errors were encountered: