watcher-ts/packages/erc721-watcher/src/entity
prathamesh0 5af90bd388
Refactor state creation code (#204)
* Remove support for pushing state to IPFS

* Move job handlers for state creation to util

* Rename state creation related methods and objects

* Update mock indexer used in graph-node testing

* Fetch and merge diffs in batches while creating a state checkpoint

* Fix timing logs while for state checkpoint creation

* Refactor method to get state query result to util

* Accept contracts for state verification in compare CLI config

* Make method to update state status map synchronous
2022-10-19 15:24:14 +05:30
..
_Balances.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
_Name.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
_OperatorApprovals.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
_Owners.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
_Symbol.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
_TokenApprovals.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
BalanceOf.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
BlockProgress.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
Contract.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
Event.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
GetApproved.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
IsApprovedForAll.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
Name.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
OwnerOf.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
State.ts Refactor state creation code (#204) 2022-10-19 15:24:14 +05:30
StateSyncStatus.ts Refactor state creation code (#204) 2022-10-19 15:24:14 +05:30
SupportsInterface.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
Symbol.ts Generate erc721-watcher using codegen 2022-06-08 16:43:15 +05:30
SyncStatus.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
TokenURI.ts Change package name prefixes to cerc-io (#177) 2022-09-09 17:13:01 +05:30
TransferCount.ts Update codegen with changes implemented in mobymask watcher (#148) 2022-07-22 13:17:56 +05:30