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

IPIP-378: Delegated Routing HTTP POST API #378

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 13, 2023

  1. Reintroduce provide records via PUT to HTTP delegated routing

    Previous work reduced the scope of IPIP-337 to read operations only. The
    changes here re-introduce the write operations originally written by
    @guseggert back into IPIP-337.
    
    The specification documents the ability to provide Bitswap records over
    `PUT` requests with advisory TTL. An implementation of the specification
    is already present in go-libipfs.
    
    See:
     - #370
    masih committed Feb 13, 2023
    Copy the full SHA
    6336689 View commit details
    Browse the repository at this point in the history
  2. Remove pagination line

    masih committed Feb 13, 2023
    Copy the full SHA
    68c0dff View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Add memo to /IPIP

    This is to facilitate a place for discussing compatibility with the
    existing nodes.
    masih committed Feb 14, 2023
    Copy the full SHA
    5bc8b14 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Copy the full SHA
    4db804a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Copy the full SHA
    d9287e5 View commit details
    Browse the repository at this point in the history
  2. lint

    willscott committed Nov 11, 2023
    Copy the full SHA
    0f74972 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Copy the full SHA
    82aa9d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Copy the full SHA
    921b0b6 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    lidel committed Dec 4, 2023
    Copy the full SHA
    94429a5 View commit details
    Browse the repository at this point in the history
  3. fix: lint

    lidel committed Dec 4, 2023
    Copy the full SHA
    05b000e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. ipip-378: simplify put schema

    make entry limited to a single CID
    #378 (comment)
    lidel committed Jan 7, 2024
    Copy the full SHA
    30a5e3b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. ipip-378: PUT → POST

    Following suggestion from
    #378 (comment)
    
    Fixed outdated links and statements.
    lidel committed Feb 5, 2024
    Copy the full SHA
    7b32f53 View commit details
    Browse the repository at this point in the history
  2. chore: apply suggestions from code review

    Co-authored-by: Henrique Dias <hacdias@gmail.com>
    lidel and hacdias committed Feb 5, 2024
    Copy the full SHA
    fbefb1b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f6f0d9b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cf83c02 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    da12e11 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. ipip-378: switch signature to dag-cbor

    Rationale: #378 (comment)
    lidel committed Feb 6, 2024
    Copy the full SHA
    05dceba View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ccbc085 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Copy the full SHA
    a69d2b8 View commit details
    Browse the repository at this point in the history