-
Notifications
You must be signed in to change notification settings - Fork 52
feat(aggregator): ipfs file uploader #3495
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
7c1f487
feat(aggregator): add IPFS gateway configuration
Alenar 3753757
feat(aggregator): introduce Kubo RPC client with query and response h…
Alenar 3c3b120
feat(aggregator): add IPFS query implementations for Kubo RPC client
Alenar 2320f83
feat(aggregator): add IPFS file uploader
Alenar e15e7c7
feat(aggregator): integrate IPFS uploader into dependency injection a…
Alenar d07b266
refactor(aggregator): simplify IPFS file upload
Alenar 6eb9769
fix(aggregator): missing error backtrace in archive uploads
Alenar fccb5aa
refactor(aggregator): replace `PathBuf` with `IpfsMfsDirPath` for IPF…
Alenar afb170e
refactor(aggregator): harden `IpfsBackendUploader::file_exists` to su…
Alenar ef77bce
feat(aggregator): preliminary `no_copy` support to `IpfsAddQuery` wit…
Alenar 56acee8
feat(aggregator): enforce CID determinism in `IpfsAddQuery` by specif…
Alenar cf5d7fe
feat: introduce support for IPFS locations in Cardano database artifacts
Alenar 4003efe
refactor(aggregator): rework IPFS server RPC configuration, adding mf…
Alenar 8eddeb3
refactor(aggregator): replace `from` method with `From` trait impleme…
Alenar f4e6908
feat(aggregator): dynamic timeout in `IpfsAddQuery` based on file size
Alenar bd1cc12
feat(aggregator): ensure IPFS directory creation is done only once
Alenar f5413b3
feat(aggregator): add `IpfsFilesLsQuery` for listing MFS directories …
Alenar 1a4d1a0
refactor(aggregator): add `IpfsMfsDirPath.join_file_name_from` to cen…
Alenar d7100c0
feat(aggregator): add caching for IPFS batch uploads with MFS directo…
Alenar 12b008f
refactor(aggregator): simplify IPFS uploader by using a per batch cache
Alenar c8c961e
refactor(aggregator): extract retry logic into a reusable utility fun…
Alenar cc1d539
feat(aggregator): add retry policy support for IPFS file uploads
Alenar a94c053
refactor(aggregator): rename `Cid` to `IpfsCid`
Alenar a20529b
fix(aggregator): correctly handle IPFS ls of empty directories
Alenar af7c482
chore: update changelog
Alenar 7c72430
chore: upgrade crate versions
Alenar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.