Skip to content
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

SQL dumps contain no marketplace information #85

Closed
Ullaakut opened this issue Apr 26, 2022 · 4 comments
Closed

SQL dumps contain no marketplace information #85

Ullaakut opened this issue Apr 26, 2022 · 4 comments
Labels

Comments

@Ullaakut
Copy link
Contributor

No description provided.

@Ullaakut Ullaakut added the bug label Apr 26, 2022
@Ullaakut Ullaakut self-assigned this Apr 26, 2022
@Ullaakut
Copy link
Contributor Author

My observations so far:

  1. We insert one marketplace when we bootstrap the database, OpenSea. We also create an entry to link it with the chain and so on.
  2. There are no other ways at the moment to insert new marketplaces. They are just hardcoded.
  3. If we were to dump the DB, I don't see why marketplaces would be omitted, unless the DB was not bootstrapped initially, which would also cause other issues (sale events would fail to be inserted since we wouldn't find the corresponding marketplace)

@Ullaakut
Copy link
Contributor Author

@awfm9 Questions:

  • Did you bootstrap the database by running the SQL scripts from the repo before making your observation?
  • How did you dump the SQL database?
  • Was there anything else missing?

@Ullaakut
Copy link
Contributor Author

@ricardomgoncalves told me the other day that this might actually not be about no marketplaces being in the SQL dump, but rather no sale events from marketplaces being parsed as they should. Can you confirm this @awfm9 ?

@awfm9
Copy link
Contributor

awfm9 commented Apr 28, 2022

No, this apparently was due to capitalization vs not capitalization of letters in the Ethereum address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants