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

feat: initial implementation #1

Merged
merged 7 commits into from
Feb 16, 2023
Merged

Commits on Feb 2, 2023

  1. feat: initial implementation

    Adds unixfs commands:
    
    - add
    - addStream
    - cat
    - chmod
    - cp
    - ls
    - mkdir
    - rm
    - stat
    - touch
    
    Each file operates on a CID and returns a new CID that refers to a
    DAG with the changes made to it.
    achingbrain committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    6935f03 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. chore: add github folder

    achingbrain committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b65cf9c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. fix: add sharding support

    achingbrain committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    624fa5d View commit details
    Browse the repository at this point in the history
  2. chore: fix release script

    achingbrain committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c29bdb1 View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    achingbrain committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e08c269 View commit details
    Browse the repository at this point in the history
  4. chore: fix errors

    achingbrain committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    57f3338 View commit details
    Browse the repository at this point in the history
  5. chore: update import

    achingbrain committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    e0a036b View commit details
    Browse the repository at this point in the history