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: keychain #631

Closed
wants to merge 112 commits into from
Closed

feat: keychain #631

wants to merge 112 commits into from

Commits on Dec 6, 2017

  1. Initial commit

    daviddias committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    4c8d147 View commit details
    Browse the repository at this point in the history
  2. chore: setup repo

    daviddias committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    49e6c47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a96ae8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    658a4d7 View commit details
    Browse the repository at this point in the history
  5. fix: linting

    richardschneider committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    409a999 View commit details
    Browse the repository at this point in the history
  6. fix: more linting

    richardschneider committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    7c44c91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98ba68a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    569f963 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    358c8c2 View commit details
    Browse the repository at this point in the history
  10. chore: ci coverage

    Fixes #2
    richardschneider committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    99780ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cfdd2f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    643bcd4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4 from libp2p/mkg20001-patch-1

    Add syntax highlighting to README
    richardschneider committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    506e1d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    f49e753 View commit details
    Browse the repository at this point in the history
  2. fix: error message

    richardschneider committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    8305d20 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

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

Commits on Dec 10, 2017

  1. Configuration menu
    Copy the full SHA
    f71d3a6 View commit details
    Browse the repository at this point in the history
  2. fix: lint errors

    richardschneider committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    ff4f656 View commit details
    Browse the repository at this point in the history
  3. fix: lint errors

    richardschneider committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    06917f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dd069b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

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

Commits on Dec 14, 2017

  1. Updating CI files

    This commit updates all CI scripts to the latest version
    victorb committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ee9dbeb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Configuration menu
    Copy the full SHA
    b4518e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9129d20 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from libp2p/ds-keyinfo

    Persist the key info in the store
    richardschneider committed Dec 16, 2017
    Configuration menu
    Copy the full SHA
    97bf98f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e78b248 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2017

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

Commits on Dec 19, 2017

  1. Merge pull request #17 from libp2p/filenames

    test: key name comparision
    richardschneider committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    605d290 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. feat: use libp2p-crypto (#18)

    * test: openssl interop is now the responsibility of libp2p-crypto
    
    * feat: use libp2p-crypto, not node-forge, for key management
    
    * fix: use libp2p-crypto.pbkdf, not node-forge
    
    * fix: do not ship CMS
    
    This removes all depencies on node-forge
    
    * test: update dependencies
    
    * test: remove dead code
    richardschneider authored and daviddias committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    c1627a9 View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    daviddias committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    5343b0f View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    daviddias committed Dec 20, 2017
    Configuration menu
    Copy the full SHA
    21611e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de15d12 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. Configuration menu
    Copy the full SHA
    89a451c View commit details
    Browse the repository at this point in the history
  2. chore: update contributors

    daviddias committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    849a7c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a84873 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. chore: update deps

    daviddias committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    1e276f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ce4444 View commit details
    Browse the repository at this point in the history
  3. chore: update contributors

    daviddias committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    3816b82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acf48a8 View commit details
    Browse the repository at this point in the history
  5. CMS - PKCS #7 (#19)

    CMS - PKCS #7
    richardschneider authored and daviddias committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5560669 View commit details
    Browse the repository at this point in the history
  6. chore: update contributors

    daviddias committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    486e54b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee978a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. docs: add lead-maintainer

    * docs: add lead-maintainer
    vasco-santos committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    974c507 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. chore: fix out of date npms (#21)

    camelmasa authored and daviddias committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    0065b0a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2018

  1. chore: update deps

    daviddias authored and vasco-santos committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    73d4530 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

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

Commits on Sep 18, 2018

  1. fix: validate createKey params properly (#26)

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    alanshaw authored and vasco-santos committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    8dfaab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65129bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d3f489 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    24d4374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    571c81a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    251e0b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    17268d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a753b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b895cf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. fix: reduce bundle size (#28)

    hugomrdias authored and vasco-santos committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    7eeed87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cbded5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dd2ad3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18357e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eaf6a88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa5a6cb View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. chore: use travis (#32)

    vasco-santos committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    3779bd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

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

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    217cfd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    267002f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e30330e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    f71a6bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4d3d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5fd967 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

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

Commits on Jun 13, 2019

  1. fix: throw errors with correct stack trace (#35)

    The stack trace of thrown error objects is created when the object is
    instantiated - if we defer to a function to create the error we end
    up with misleading stack traces.
    
    This PR instantiates errors where errors occur and also uses the
    `err-code` module to add a `.code` property so we don't have to depend
    on string error messages for the type of error that was thrown.
    achingbrain authored and vasco-santos committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    7051b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74cb4d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    717112b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. refactor: use async/await instead of callbacks (#37)

    BREAKING CHANGE: The api now uses async/await instead of callbacks.
    
    Co-Authored-By: Vasco Santos <vasco.santos@moxy.studio>
    jacobheun and vasco-santos committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    dda315a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e375c2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad37817 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    893a2c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9eb9d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce8c412 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    8de9681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6bd50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    163edbb View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. chore: update deps (#40)

    alanshaw authored and vasco-santos committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    b6d5313 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff68d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be63323 View commit details
    Browse the repository at this point in the history
  4. Revert "chore: update deps (#40)"

    This reverts commit b6d5313.
    vasco-santos committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    6b9516c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66c1fb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d13a8b View commit details
    Browse the repository at this point in the history
  7. chore: update deps (#40)

    alanshaw authored and vasco-santos committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    464fcbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24e10f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    44a1e7c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. chore(deps-dev): bump aegir from 20.6.1 to 21.2.0 (#44)

    Bumps [aegir](https://github.com/ipfs/aegir) from 20.6.1 to 21.2.0.
    - [Release notes](https://github.com/ipfs/aegir/releases)
    - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
    - [Commits](ipfs/aegir@v20.6.1...v21.2.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    dependabot-preview[bot] committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    55fb5d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. feat: address and proto books (#590)

    * feat: address and proto books
    
    * chore: apply suggestions from code review
    
    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    
    * chore: minor fixes and initial tests added
    
    * chore: integrate new peer-store with code using adapters for other modules
    
    * chore: do not use peerstore.put on get-peer-info
    
    * chore: apply suggestions from code review
    
    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    
    * chore: add new peer store tests
    
    * chore: apply suggestions from code review
    
    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    
    Co-authored-by: Jacob Heun <jacobheun@gmail.com>
    vasco-santos and jacobheun committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    be45fc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. chore: deprecate old peer store api (#598)

    * chore: deprecate old peer-store api
    
    BREAKING CHANGE: the peer-store api changed. Check the API docs for the new specification.
    
    * chore: apply suggestions from code review
    
    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    
    * chore: apply suggestions from code review
    
    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    
    Co-authored-by: Jacob Heun <jacobheun@gmail.com>
    vasco-santos and jacobheun committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    54212cb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. chore: remove peer-info usage

    BREAKING CHANGE: all API methods with peer-info parameters or return values were changed. You can check the API.md document, in order to check the new values to use
    vasco-santos authored and jacobheun committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    0f6e878 View commit details
    Browse the repository at this point in the history
  2. chore: apply suggestions from code review

    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    vasco-santos and jacobheun committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    984d933 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Configuration menu
    Copy the full SHA
    8723388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7627f96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a55a4dc View commit details
    Browse the repository at this point in the history
  4. chore: apply suggestions from code review

    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    vasco-santos and jacobheun committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    e87b42b View commit details
    Browse the repository at this point in the history
  5. feat: address manager

    vasco-santos committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    7e76d0f View commit details
    Browse the repository at this point in the history
  6. chore: update api docs

    vasco-santos committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    4e4a998 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Configuration menu
    Copy the full SHA
    fd618b6 View commit details
    Browse the repository at this point in the history
  2. chore: rename address functions and apply suggestions from code review

    Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
    vasco-santos and jacobheun committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    21b39eb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    e72a5b0 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump datastore-fs from 0.9.1 to 1.0.0 (#46)

    Bumps [datastore-fs](https://github.com/ipfs/js-datastore-fs) from 0.9.1 to 1.0.0.
    - [Release notes](https://github.com/ipfs/js-datastore-fs/releases)
    - [Changelog](https://github.com/ipfs/js-datastore-fs/blob/master/CHANGELOG.md)
    - [Commits](ipfs/js-datastore-fs@v0.9.1...v1.0.0)
    
    Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
    
    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    9e96dbc View commit details
    Browse the repository at this point in the history
  3. chore: move to libp2p

    vasco-santos committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    d9fd726 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b260e9 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

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

Commits on May 7, 2020

  1. Configuration menu
    Copy the full SHA
    b1a2b8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0bbda2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9d776a View commit details
    Browse the repository at this point in the history