Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: upgrade to the new multiformats #3556

Merged
merged 36 commits into from
Jul 19, 2021
Merged

feat: upgrade to the new multiformats #3556

merged 36 commits into from
Jul 19, 2021

Commits on Apr 24, 2021

  1. feat: add new BlockService

    This commits adds the BlockService directly to IPFS. It takes js-multiformats
    CIDs as input and also returns new style blocks and no longer IpldBlocks.
    
    It currently converts those CIDs and blocks into the legacy format, in order
    to be compatible with the current ipfs-repo and ipfs-bitswap implementations.
    In the future this kind of conversion will disappear, once the full stack is
    using js-multiformats.
    vmx authored and rvagg committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    215c57f View commit details
    Browse the repository at this point in the history
  2. WIP: typechecker in ipfs-core passes

    vmx authored and rvagg committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    14e9e43 View commit details
    Browse the repository at this point in the history
  3. fix: file interface tests work

    vmx authored and rvagg committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    7b2161f View commit details
    Browse the repository at this point in the history
  4. chore: make the linter happy

    vmx authored and rvagg committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    93d8c6d View commit details
    Browse the repository at this point in the history
  5. test: revive block storage tests

    vmx authored and rvagg committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    1d5de7d View commit details
    Browse the repository at this point in the history
  6. chore: use git dependencies

    vmx authored and rvagg committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    70dad2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1a8142 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    07d93b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09aa573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74f2707 View commit details
    Browse the repository at this point in the history
  4. chore: fix some tests

    achingbrain committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    08f05e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

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

Commits on Jul 2, 2021

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

Commits on Jul 3, 2021

  1. Configuration menu
    Copy the full SHA
    8ebacf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc8d81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5b438e View commit details
    Browse the repository at this point in the history
  4. chore: tests and linting

    achingbrain committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    2ed3060 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

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

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    be2af4d View commit details
    Browse the repository at this point in the history
  2. chore: linting and types

    achingbrain committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    cc79f12 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. chore: update deps

    achingbrain committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    3d7bd41 View commit details
    Browse the repository at this point in the history
  2. chore: fix dep check

    achingbrain committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    96fe36d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49a1544 View commit details
    Browse the repository at this point in the history
  4. chore: use peerid parse

    achingbrain committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    394606d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. chore: update more deps

    achingbrain committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    1619d92 View commit details
    Browse the repository at this point in the history
  2. chore: fix http-go tests

    achingbrain committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    67f2875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ac034 View commit details
    Browse the repository at this point in the history
  4. chore: update deps

    achingbrain committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    af808a5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    34698ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e06b0 View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    achingbrain committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    2b02515 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    766fc78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc94459 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

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

Commits on Jul 19, 2021

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