You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I can run a single command (such as hardhat test) in order to verify that the basic (ERC20, ERC721, Gravatar) examples run correctly against local-node, previewnet, testnet or mainnet.
The command would ideally execute the following:
start up graph node and local-node and verify that they have are running successfully
pass all required params to deploy script to avoid manual passing through cli
execute interaction scripts
handle awaits
verify that the synced values reflect what is expected
Solution
The initial tests should include the following scenarios:
Can index old events:
Interact with contracts, emit events
Deploy subgraph
Wait for indexing
Send GraphQL queries to the subgraph endpoint to check if data is correct
Can index new events:
Interact with contracts and emit events
Wait for indexing
Send GraphQL queries and check if returned data is correct
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
As a developer I can run a single command (such as hardhat test) in order to verify that the basic (ERC20, ERC721, Gravatar) examples run correctly against local-node, previewnet, testnet or mainnet.
The command would ideally execute the following:
Solution
The initial tests should include the following scenarios:
Alternatives
No response
The text was updated successfully, but these errors were encountered: