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

IPLD Prime In IPFS: Target Merge Branch #7976

Merged
merged 85 commits into from
Aug 17, 2021
Merged

IPLD Prime In IPFS: Target Merge Branch #7976

merged 85 commits into from
Aug 17, 2021

Commits on Mar 12, 2021

  1. feat(deps): use ipld-prime based go-merkledag

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    4599218 View commit details
    Browse the repository at this point in the history
  2. fix(plugins): disable ipld-git-plugin-test

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    9749b93 View commit details
    Browse the repository at this point in the history
  3. kick off CI for go-merkledag's ipld-prime + codec-dagpb

    DO NOT MERGE
    DO NOT REVIEW
    mvdan authored and hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    af8b7eb View commit details
    Browse the repository at this point in the history
  4. ported go-car

    mvdan authored and hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    56cc464 View commit details
    Browse the repository at this point in the history
  5. go-graphsync branch

    mvdan authored and hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    1b45bab View commit details
    Browse the repository at this point in the history
  6. bump go-merkledag to dedup raw

    mvdan authored and hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    4a6b02a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb63267 View commit details
    Browse the repository at this point in the history
  8. update go-merkledag for zero node fix

    mvdan authored and hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    2882df4 View commit details
    Browse the repository at this point in the history
  9. feat(ipld): update deps for linksystem

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    619b55c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. feat(ipld): update to trusted store deps

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    127a354 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. bump go-codec-dagpb version

    This should fix a sharness test failure which we fixed by changing
    PBNode decoding to allow any field order.
    mvdan committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    91496b5 View commit details
    Browse the repository at this point in the history
  2. go-path integrated

    acruikshank authored and hannahhoward committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    52094b1 View commit details
    Browse the repository at this point in the history
  3. use basic resolver in gateway (provides unixfs adl)

    acruikshank authored and hannahhoward committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    e11af3a View commit details
    Browse the repository at this point in the history
  4. resolve issues with error types from resolver

    acruikshank authored and hannahhoward committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    f5bfb04 View commit details
    Browse the repository at this point in the history
  5. feat(path): update to latest go-path

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    3f7626b View commit details
    Browse the repository at this point in the history
  6. fix(deps): update to latest go-path

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    a56fbf3 View commit details
    Browse the repository at this point in the history
  7. fix(deps): fix unixfsnode imple

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    e3211c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. feat(node): add fetcher config top level dependency

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5077fd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. fix(deps): update to latest go-path

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    63b6593 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8081 from ipfs/feat/fetcher-config-dependency

    Add fetcher config top level dependency
    hannahhoward committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    bae6c8a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Merge pull request #8028 from ipfs/feat/update-ipld-go-path

    go-path integrated
    hannahhoward committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    8d0ee3b View commit details
    Browse the repository at this point in the history
  2. feat(coreapi): implement node interface

    implement a node interface that provides direct access to go-ipld-prime tools
    
    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    579c768 View commit details
    Browse the repository at this point in the history
  3. fix(deps): update deps to latest

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    fc26e27 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update deps and fix syntax

    Update to latest fetcher/dag-writer and fix node api
    
    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    7f716a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8046 from ipfs/feat/node-api

    Node API
    hannahhoward committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    98b792a View commit details
    Browse the repository at this point in the history
  6. fix(sharness): switch insecure hash function test

    License: MIT
    Signed-off-by: hannahhoward <hannah@hannahhoward.net>
    hannahhoward committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    be297cc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Merge pull request #8090 from ipfs/feat/fix-sharness

    Switch insecure hash function sharness test
    Stebalien committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ecfae2c View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. switch dag put cmd to directly use prime

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    c326b8c View commit details
    Browse the repository at this point in the history
  2. enable codecs

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    6ee21d2 View commit details
    Browse the repository at this point in the history
  3. point api tests to ipld-in-ipfs branch

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    aa5600b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71aa69c View commit details
    Browse the repository at this point in the history
  5. fix lint

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    02a492c View commit details
    Browse the repository at this point in the history
  6. correct codec name

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    fac2bac View commit details
    Browse the repository at this point in the history
  7. add reasonable default mhType.

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    6fa35a7 View commit details
    Browse the repository at this point in the history
  8. fix input encoding

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    bc309e1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9acfa84 View commit details
    Browse the repository at this point in the history
  10. fix some sharness test

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    dab4bf4 View commit details
    Browse the repository at this point in the history
  11. nits

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b22a327 View commit details
    Browse the repository at this point in the history
  12. pb sharness update

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8ad04a1 View commit details
    Browse the repository at this point in the history
  13. try with capitalized fields

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    3b182aa View commit details
    Browse the repository at this point in the history
  14. dag-json bytes

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    44a9b28 View commit details
    Browse the repository at this point in the history
  15. use dag-cbor that can represent bytes

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    002d405 View commit details
    Browse the repository at this point in the history
  16. additional work on sharness

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    1285a17 View commit details
    Browse the repository at this point in the history
  17. fix dag-cbor fixture sharness test

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    fb5facd View commit details
    Browse the repository at this point in the history
  18. Switch ipfs dag get to serialize to an IPLD-Prime codec and output …

    …in the same way as `ipfs cat`
    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    da88c16 View commit details
    Browse the repository at this point in the history
  19. bump ipld-prime

    willscott authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    598388d View commit details
    Browse the repository at this point in the history
  20. bump go-multicodec and use Code.Set

    mvdan authored and rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    8d450f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    466201e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b070b91 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    119b9ab View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1e80eec View commit details
    Browse the repository at this point in the history
  25. Make git plugin test work again

    rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    eb87dfb View commit details
    Browse the repository at this point in the history
  26. Default "hash" to sha2-256

    rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b55fa6f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b482272 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b9eab58 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d7f4913 View commit details
    Browse the repository at this point in the history
  30. Update deps

    rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    1bdcf68 View commit details
    Browse the repository at this point in the history
  31. Node dag-cbor sorting TODO

    rvagg committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    719a927 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    70eed4e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    9a134b9 View commit details
    Browse the repository at this point in the history
  2. update pathing to allow ipld-based signaling

    ipld signalling depends on ipfs/go-fetcher#23
    willscott committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    61368f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c5a07 View commit details
    Browse the repository at this point in the history
  4. Revert "Remove custom branch of go-ipfs-api"

    This reverts commit 9a134b9.
    rvagg committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c052e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95dd17d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    c538512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a70a13 View commit details
    Browse the repository at this point in the history
  3. dep update

    willscott committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a13eef2 View commit details
    Browse the repository at this point in the history
  4. fix fuse comments

    willscott committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    f8baaea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caec7ac View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    08587dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cd4fa5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2dee13 View commit details
    Browse the repository at this point in the history
  4. update blockstore

    willscott committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    da36b01 View commit details
    Browse the repository at this point in the history
  5. validate updated ipld-prime

    willscott committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    fd6676f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7271db3 View commit details
    Browse the repository at this point in the history
  7. update ipld-in-ipfs deps

    aschmahmann committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    d6deb42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5801c34 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. remove unnecssary go-dagwriter. switch to using separate ipld and uni…

    …x fetchers and constructing resolvers on demand.
    aschmahmann committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    1d9428f View commit details
    Browse the repository at this point in the history
  2. try bumping go-fetcher

    aschmahmann committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    7a975b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. bump go-fetcher (and intermediate repos) to released versions.

    This bubbles nice tags for the fix tested in the previous commit.
    warpfork committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a9cee8a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat/ipld-in-ipfs

    Resolve uninteresting conflicts in go.mod.
    warpfork committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ff280f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    0c1b6d7 View commit details
    Browse the repository at this point in the history
  2. bump go-ipfs-provider

    aschmahmann committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    f910871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9339e82 View commit details
    Browse the repository at this point in the history