-
Notifications
You must be signed in to change notification settings - Fork 32
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
[EPIC] V1 #28
Open
dawsbot
wants to merge
83
commits into
master
Choose a base branch
from
v1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix error parsing and add dynamic hostname generation\n\nadded error-parse.ts which contains a function taking in any js Error type and displays a user readable error that goes a little more in depth.\nin puppeteer-fetch-all.ts i imported the hostname function from the os library in js and put it in place for the static '127.0.0.1' previously used in openBrowser() * revert readme.md * revert readme * Move from puppeteer to playwright --------- Co-authored-by: dawsbot <[email protected]>
…n\nadded .env file that contains user log in info to automatically sign user in and await any recaptchas.\n\nbroke limit of records for each token for easier scraping and capped max records to 3000
…ss.\n\nadded automated testing in puppeteer-fetch-all.js confirmLength() to show any labels that are not being pulled correctly.\nalso ran tests to optimize scraping speed by reducing sleep periods
…check\n\ncloses issue #21
Closed
* sqlite init * Chunk all inserts * Rename accounts repository and make address search * Add account repository tests * Enforce zod types stricter for db and ignore invalid addresses * Add more account selectors * Add db building into precommit hooks * bun update * force eth address to be valid eth address * update db * sqlite
#95) * 📓 feat: added loadAllTokensFromFS() and updated the address api so it will search accounts & tokens for addresses * insert tokens to sqlite * add new types and sqlite3 --------- Co-authored-by: dawsbot <[email protected]>
* move to sqlite source of truth * Use native bun test runner * more cleanup * no more vitest * Remove your database * Bump deps * bump more deps * Remove extra csv duplicates * Add latest sqlite * Add back data * new csv * Strict csv orodering * make csv and json files * Delete markdown magic * Remove old data
* Add endpoint to fetch all labels * unit test labels endpoint
Pull missing tokens and addresses
Deduplicate labels
* remove all browser related code * Uninstall playwright * pull most of etherscan full tokens * cleanup --------- Co-authored-by: Kyle w <[email protected]>
* [ REVIEW ] - draft api search with custom params * add search by symbol to tokens * fix variable names * remove console logs * add unit tests * fix case sensetivity for search and remove console logs * add elysia query typing fix broken tests --------- Co-authored-by: Kyle w <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.