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

Added experimental index provider feature to go-ipfs #8771

Closed
wants to merge 1 commit into from

Commits on Mar 26, 2022

  1. Added experimental index provider feature

    Two modes available with different flag, one to import all existing blocks and a second one for ongoing advertising of new blocks added.  Can be used together, or one at a time.
    
    No pinning is currently implemented, so no protection from GC at this time.  Lots of code borrowed from indexer-provider[1].
    
    There are some hardcoded constants for controlling size of advertisements and chunks, these should probably be moved to configuration if this is to be supported long term.
    
    [1] https://github.com/filecoin-project/index-provider
    Brian Yarger committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    c9f9d5a View commit details
    Browse the repository at this point in the history