watcher-ts/packages/util
nikugogoi f56f7a823f
Process events in singe job and avoid block progress query to improve performance (#306)
* Avoid database query by passing event directly to job-queue

* Avoid block progress query by returning from update query

* Process batch of events for a block in a single job

* Fix smoke test for subscribed events and use teamSize for job queue
2021-12-10 10:44:10 +05:30
..
src Process events in singe job and avoid block progress query to improve performance (#306) 2021-12-10 10:44:10 +05:30
test Tests for pruning abandonded branches (#223) 2021-08-20 12:26:37 +05:30
.eslintignore Handle pool initialize event (#127) 2021-07-09 12:38:25 +05:30
.eslintrc.json Job queue to process events (#137) 2021-07-14 18:00:26 +05:30
.gitignore Smoke test for uni-info-watcher (#184) 2021-08-04 18:57:44 +05:30
hardhat.config.ts Test for entities after TransferEvent (#196) 2021-08-10 12:09:00 +05:30
index.ts Handle bigint and decimal types for entities in watchers (#295) 2021-12-02 13:22:29 +05:30
package.json Handle bigint and decimal types for entities in watchers (#295) 2021-12-02 13:22:29 +05:30
tsconfig.json Enable source maps for transpiled files (#242) 2021-09-07 16:01:15 +05:30