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

fix: use @ipld/dag-pb instead of ipld-dag-pb #116

Merged
merged 26 commits into from
Jul 9, 2021
Merged

fix: use @ipld/dag-pb instead of ipld-dag-pb #116

merged 26 commits into from
Jul 9, 2021

Commits on Apr 22, 2021

  1. fix: use @ipld/dag-pb instead of ipld-dag-pb

    Use the rewrite of the dag-pb codec.
    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    2f24a1c View commit details
    Browse the repository at this point in the history
  2. WIP: all in using js-multiformats for everying

     - One test suite is commented out
     - bignumber.js was added as dependency to work around a type bug
     - some types should work, but don't, hence there are too many `// @ts-ignores`
     - webworker tests are broken, due to a bug in js-multiformats
    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    8779482 View commit details
    Browse the repository at this point in the history
  3. feat: replace hashAlg option with actual hasher

    Instead of passing it a number, you now pass in a hasher implementation.
    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9663d14 View commit details
    Browse the repository at this point in the history
  4. fixup with WIP commit: things almost work, make it fully work once js…

    …-multiformats pr is merged
    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    ce3d324 View commit details
    Browse the repository at this point in the history
  5. chore: format builder.spec.js properly

    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e746040 View commit details
    Browse the repository at this point in the history
  6. fix: fix typescript typechecking errors

    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    052eb3f View commit details
    Browse the repository at this point in the history
  7. fix: more typescript type fixes

    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    5e250c8 View commit details
    Browse the repository at this point in the history
  8. fix: more typescript type fixes

    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    566e5f9 View commit details
    Browse the repository at this point in the history
  9. chore: update dependencies

    A few `@ts-ignore`s are needed until js-dag-cbor is updated to work
    properly with CommonJS and TypeScript types.
    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1f898d2 View commit details
    Browse the repository at this point in the history
  10. fix: use correct size of the node

    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    11d8d74 View commit details
    Browse the repository at this point in the history
  11. chore: fix linter errors

    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    75ac9ff View commit details
    Browse the repository at this point in the history
  12. chore: remove/comment some ts-ignores

    vmx authored and rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    7b58b00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2fd91c1 View commit details
    Browse the repository at this point in the history
  14. chore: fix lint errors

    rvagg committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    1145e02 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. chore: remove more @ts-ignores

    rvagg committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    6109622 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Configuration menu
    Copy the full SHA
    3ffbb5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426cc8b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. chore: update deps

    achingbrain committed May 4, 2021
    Configuration menu
    Copy the full SHA
    856f6de View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. chore: remove dist dirs

    achingbrain committed May 7, 2021
    Configuration menu
    Copy the full SHA
    e0c5e27 View commit details
    Browse the repository at this point in the history
  2. chore: ignore dist dirs

    achingbrain committed May 7, 2021
    Configuration menu
    Copy the full SHA
    09bb43e View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    achingbrain committed May 7, 2021
    Configuration menu
    Copy the full SHA
    63827a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    c553824 View commit details
    Browse the repository at this point in the history
  2. chore: record bundle size

    achingbrain committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    9d20ba9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e443a5c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. chore: add missing deps

    chore: remove pin/preload options and use correct aegir check command
    
    chore: update interface-blockstore version
    
    chore: update deps
    
    chore: update deps and fix linting
    achingbrain committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    a794648 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    350c9c1 View commit details
    Browse the repository at this point in the history