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: expose closer for GetResponse #241

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 29, 2023

  1. feat: refactor gateway api to operate on higher level semantics (#176)

    * refactor gateway api to operate on semantics to closer match user requests
    * rename gateway api interface to IPFSBackend
    * add blocks gateway implementation to the gateway package
    * refactored gateway examples
    * add default DNS resolvers
    * add default IPLD codecs
    
    ---------
    
    Co-authored-by: Henrique Dias <[email protected]>
    Co-authored-by: Marcin Rataj <[email protected]>
    3 people authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b7d8da1 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.8.0-rc3

    aschmahmann committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6a73ede View commit details
    Browse the repository at this point in the history
  3. blockservice: remove busyloop in getBlocks by removing batching

    It makes the code quite more complex and there is no evidance it helps for anything.
    Jorropo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    6f324be View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    952f135 View commit details
    Browse the repository at this point in the history