-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create eth-watcher-ts based watcher for ERC20 contracts #4
Comments
On the last conversation with Rick about splitting eth-watcher-ts code to library and application Rick said @ashwinphatak will provide application design how to separate lib logic and application. Is it completed? |
please just do the work Ashwin is asking for now and don't worry about splitting the code. Please satisfy the requirements Ashwin has provided as quickly as possible. |
Not sure I have a clear understanding of these requirements.
|
* Avoid loading relations when fetching entity in mapping code * Load relations for Position entity separately in nfpm mapping code * Remove join table for token whitelistPools and save as array of ids * Add indexing of token properties in erc20-watcher and fix smoke-tests (#4) * Add indexing of token properties in erc20-watcher * Fix uni-info-watcher smoke-test * Fix for saving token whitelistPools as array of ids * Replace eth calls in uni-info-watcher with storage calls (#5) * Remove entity relation foreign keys and only save entity id * Use only typeorm delete for removeEntities * Implement CLI for checking config endpoints Co-authored-by: prathamesh0 <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: