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

feat: initial implementation #17

Merged
merged 33 commits into from
Feb 13, 2023
Merged

feat: initial implementation #17

merged 33 commits into from
Feb 13, 2023

Commits on Dec 22, 2022

  1. feat: initial implementation

    - Adds modules for a core library, a cli and an RPC client/server
    - Creates a `~/.helia` directory on startup
    - `helia daemon` starts a node with an RPC-over-libp2p server
    - `helia id` prints out node information online or offline
    achingbrain committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    20b0f35 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. chore: linting

    achingbrain committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9e6fd32 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

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

Commits on Jan 14, 2023

  1. chore: fix deps

    achingbrain committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    d68d9b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

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

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    ec6f4ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c6f42 View commit details
    Browse the repository at this point in the history
  3. chore: add, cat and stat

    achingbrain committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    65a6af0 View commit details
    Browse the repository at this point in the history
  4. chore: update keychain

    achingbrain committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    892b9b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    d757e37 View commit details
    Browse the repository at this point in the history
  2. chore: rename id to info

    achingbrain committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f1696e0 View commit details
    Browse the repository at this point in the history
  3. chore: add bootstrap

    achingbrain committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7396887 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    7e3e2dc View commit details
    Browse the repository at this point in the history
  2. chore: just helia

    achingbrain committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    b8dc815 View commit details
    Browse the repository at this point in the history
  3. chore: add comments

    achingbrain committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    8bfb5ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eecdff1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. chore: add logo

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

Commits on Feb 4, 2023

  1. chore: rename file

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

Commits on Feb 6, 2023

  1. chore: return controller

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

Commits on Feb 13, 2023

  1. docs: fix typo

    Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
    achingbrain and SgtPooki authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    06024aa View commit details
    Browse the repository at this point in the history
  2. chore: add custom hashers

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5d72f4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ba8771 View commit details
    Browse the repository at this point in the history
  4. chore: update comment

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    c574ac9 View commit details
    Browse the repository at this point in the history
  5. chore: use random ports

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a1cea1f View commit details
    Browse the repository at this point in the history
  6. fix: update error name

    Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
    achingbrain and SgtPooki authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cfbe113 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8713a8c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d233b3 View commit details
    Browse the repository at this point in the history
  9. chore: add tests

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    45d9065 View commit details
    Browse the repository at this point in the history
  10. chore: fix deps

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    7b872bd View commit details
    Browse the repository at this point in the history
  11. chore: fix tests

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    1933503 View commit details
    Browse the repository at this point in the history
  12. chore: linting

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ef04af4 View commit details
    Browse the repository at this point in the history
  13. chore: switch to class

    achingbrain committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b386cdd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1bd3c92 View commit details
    Browse the repository at this point in the history