mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
nikugogoi
97e88ab5f0
* Compare IPLD state entity without derived fields * Apply default limit to array relation fields in IPLD state entity * Mark block as complete after processing of block handler * Avoid re processing of block handler * Use LIMIT 1 in the query to get latest IPLD block * Replace eth_calls in eden-watcher with getStorageValue * Add checkpoint verification to export state CLI * Fix get diff blocks query when creating checkpoint * Fix subgraph staker sort and remove entities sequentially in reset CLI Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
17 lines
598 B
JSON
17 lines
598 B
JSON
{
|
|
"name": "example1",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"codegen": "graph codegen",
|
|
"build": "graph build",
|
|
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ example1",
|
|
"create-local": "graph create --node http://localhost:8020/ example1",
|
|
"remove-local": "graph remove --node http://localhost:8020/ example1",
|
|
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 example1"
|
|
},
|
|
"dependencies": {
|
|
"@graphprotocol/graph-ts": "npm:@vulcanize/graph-ts@0.22.2",
|
|
"@vulcanize/graph-cli": "0.22.5"
|
|
}
|
|
}
|