watcher-ts/packages/uni-watcher/src
nikugogoi 1a903fccc6
CLI to compare eden-watcher entities and fix mapping code (#149)
* Make sumStaked variable local in eden network mapping

* Implement compare CLI to fetch and query by ids

* Set filterLogs to true for eden-watcher

* Use varchar for bigint array type in eden-watcher

* Store subgraph entities by id in IPLD state

* Store bigint vales as string in IPLD state

* Update eden watcher hook to store single Block entity in IPLD checkpoint

* Fix entity enum type property

* Fix parsing big numbers in event params

* Fix event bigint params parsing in all watchers

* Set default limit to query result and process block after events
2022-08-08 15:58:13 +05:30
..
artifacts Add APGL license and copyright notices (#212) 2021-08-12 15:28:13 +05:30
cli Add filterLogs flag to fetch logs by contract (#144) 2022-07-18 14:04:59 +05:30
entity Handle getStorage calls for old blocks (#145) 2022-07-20 10:37:17 +05:30
mock Add APGL license and copyright notices (#212) 2021-08-12 15:28:13 +05:30
types/common Add APGL license and copyright notices (#212) 2021-08-12 15:28:13 +05:30
utils Changes to improve performance for event processing job (#304) 2021-12-08 11:11:29 +05:30
chain-pruning.test.ts Add filterLogs flag to fetch logs by contract (#144) 2022-07-18 14:04:59 +05:30
client.ts Replace storage calls in uni-info-watcher with eth_calls (#281) 2021-10-21 13:24:46 +05:30
database.ts Auto generating state from indexer methods (#277) 2021-12-28 16:08:04 +05:30
events.ts Deprecate postgraphile usage (#122) 2022-06-08 12:13:52 +05:30
fill.ts Add filterLogs flag to fetch logs by contract (#144) 2022-07-18 14:04:59 +05:30
index.ts Run services from transpiled ES5 (#239) 2021-09-02 10:27:56 +05:30
indexer.ts CLI to compare eden-watcher entities and fix mapping code (#149) 2022-08-08 15:58:13 +05:30
job-runner.ts Add prometheus metrics support for watchers (#152) 2022-08-03 16:26:51 +05:30
queries.ts Replace storage calls in uni-info-watcher with eth_calls (#281) 2021-10-21 13:24:46 +05:30
resolvers.ts Replace storage calls in uni-info-watcher with eth_calls (#281) 2021-10-21 13:24:46 +05:30
schema.ts Generate IPLD blocks table and related GQL API (#260) 2021-12-28 16:08:04 +05:30
server.ts Add filterLogs flag to fetch logs by contract (#144) 2022-07-18 14:04:59 +05:30
smoke.test.ts Add filterLogs flag to fetch logs by contract (#144) 2022-07-18 14:04:59 +05:30