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

feat: retrieval templates from Filecoin deals #132

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

bajtos
Copy link
Member

@bajtos bajtos commented Nov 15, 2023

Ingest ~24k retrieval tasks created by fil-deal-ingester tooling from Filecoin FIL+ LDN deals.

Remove previous retrieval templates that were generated from Saturn's TOP 1000 CIDs.

Links:

Ingest ~24k retrieval tasks created by `fil-deal-ingester` tooling
from Filecoin FIL+ LDN deals.

Remove previous retrieval templates that were generated from
Saturn's TOP 1000 CIDs.

Signed-off-by: Miroslav Bajtoš <[email protected]>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is too large to be viewed on GitHub. Here is the excerpt:

DELETE FROM retrieval_templates;
INSERT INTO retrieval_templates (cid, provider_address, protocol) VALUES
  ('QmNfkQFbALHPQcHjB5vQUz7nd6DjLZE2ukQba8Bm5Fvasv', '/ip4/159.203.96.29/tcp/64591/p2p/12D3KooWHQiG6uHU9ZrFtPipRT9uD24WxeYV13ixeDnVvh3Rn9Uu', 'graphsync'),
  ('QmNgCzw7XLJe7SMLt437skeX1vDusJ8SNdSRVdh2aE28yn', '/ip4/159.203.96.29/tcp/64591/p2p/12D3KooWHQiG6uHU9ZrFtPipRT9uD24WxeYV13ixeDnVvh3Rn9Uu', 'graphsync'),
--(~24k more lines like that)--
  ('QmR1cCAXZLSADgsjbuvMhNqPYATkAeqc6aacttAzadttsa', '/ip4/65.49.28.210/tcp/28137/p2p/12D3KooWLRP98snxTwvJ4zzdwhKZpQ3cKB33mJbTuhK3MM6kxEK2', 'bitswap'),
  ('QmQNW6FeqTSxyquMMpfdtnDM8bQcvKUicguvbnhHe3U9ih', '/ip4/65.49.28.210/tcp/28037/p2p/12D3KooWPxVDVMzs6UoBSuSucuppXMYEYgS4ED1XnDXRx4bMthYG', 'graphsync'),
  ('QmQNW6FeqTSxyquMMpfdtnDM8bQcvKUicguvbnhHe3U9ih', '/ip4/65.49.28.210/tcp/28137/p2p/12D3KooWLRP98snxTwvJ4zzdwhKZpQ3cKB33mJbTuhK3MM6kxEK2', 'bitswap');

@bajtos bajtos merged commit ae5e58e into main Nov 15, 2023
7 checks passed
@bajtos bajtos deleted the filecoin-retrievals branch November 15, 2023 08:15
@bajtos
Copy link
Member Author

bajtos commented Nov 15, 2023

@juliangruber hindsight please 🙏🏻

Copy link
Member

@juliangruber juliangruber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

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

Successfully merging this pull request may close these issues.

2 participants