watcher-ts/packages
nikugogoi 83775608ec Implement subgraph store host API (#35)
* Implement store get api without blockHash and blockNumber

* Pass database instance to GraphWatcher

* Implement store set without block data

* Store blockHash and blockNumber in database entity table

* Implement getting entity in subgraph from store.get

* Add block data present in postgraphile

* Pass db and context to instantiate method in tests

* GQL API in graph-test-watcher to test store.set

* Remove contract address from subgraph file

* Fix block in dummy event data

* Pass just blockHash to get an entity from the database

* Review changes and add TODOs

Co-authored-by: prathamesh <prathamesh.musale0@gmail.com>
2021-12-28 16:08:05 +05:30
..
address-watcher Change block processing to be pull based (#288) 2021-10-26 17:36:21 +05:30
cache Enable source maps for transpiled files (#242) 2021-09-07 16:01:15 +05:30
codegen Use postgraphile client to fetch blocks 2021-12-28 16:08:04 +05:30
erc20-watcher Use postgraphile client to fetch blocks 2021-12-28 16:08:04 +05:30
graph-node Implement subgraph store host API (#35) 2021-12-28 16:08:05 +05:30
graph-test-watcher Implement subgraph store host API (#35) 2021-12-28 16:08:05 +05:30
ipld-eth-client Generate IPLD blocks table and related GQL API (#260) 2021-12-28 16:08:04 +05:30
lighthouse-watcher Update code for log_cids change in vdb core (#243) 2021-09-21 16:43:55 +05:30
solidity-mapper Enable source maps for transpiled files (#242) 2021-09-07 16:01:15 +05:30
tracing-client Enable source maps for transpiled files (#242) 2021-09-07 16:01:15 +05:30
uni-info-watcher Use postgraphile client to fetch blocks 2021-12-28 16:08:04 +05:30
uni-watcher Refactor code to initialize clients (#290) 2021-12-28 16:08:04 +05:30
util Integrate generated watcher to invoke handlers in graph-node (#33) 2021-12-28 16:08:05 +05:30