Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

feat: callbacks -> async / await #112

Merged
merged 33 commits into from
Sep 16, 2019
Merged

feat: callbacks -> async / await #112

merged 33 commits into from
Sep 16, 2019

Commits on Apr 4, 2019

  1. chore: callbacks -> async / await

    BREAKING CHANGE: All places in the API that used callbacks are now replaced with async/await
    dirkmc committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    6cf8f71 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    65c1888 View commit details
    Browse the repository at this point in the history
  2. test: add async/await tests

    dirkmc committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    776a524 View commit details
    Browse the repository at this point in the history
  3. chore: update README

    dirkmc committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    1ffd549 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. feat: listen to array of multiaddrs (#104)

    * feat: support listen on array
    
    * chore: fix missing deps
    
    * chore: update interface version
    
    * docs: update readme for array listen
    
    * test: use port 0
    
    * docs: add some more jsdocs
    
    * chore: fix travis support for ip6 on linux
    
    * refactor: clean up some code
    jacobheun authored Apr 22, 2019
    Configuration menu
    Copy the full SHA
    5009c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. feat: abort after connect

    dirkmc committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    02bff18 View commit details
    Browse the repository at this point in the history
  2. chore: fix package.json

    dirkmc committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    6bfa500 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. revert: "feat: listen to array of multiaddrs (#104)"

    This reverts commit 5009c2c.
    dirkmc committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    b108c9f View commit details
    Browse the repository at this point in the history
  2. chore: fix travis file

    dirkmc committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    5869c04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfbfd07 View commit details
    Browse the repository at this point in the history
  4. chore: update packages

    dirkmc committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    4c3c811 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fde9cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ff9ed4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

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

Commits on Sep 6, 2019

  1. refactor: many refactor, maybe work?

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    a658537 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. fix: await on upgrade

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    ebcfdd6 View commit details
    Browse the repository at this point in the history
  2. refactor: simplify connection addresss accessors

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    a24d847 View commit details
    Browse the repository at this point in the history
  3. fix: remove unused dependencies

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    c493d02 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. fix: isValid is a function not a property

    The docs for this module are just terrible.
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    5c6e6af View commit details
    Browse the repository at this point in the history
  2. refactor: much refactors

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    dea67b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. fix: flatten the network address arrays

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    9c88c26 View commit details
    Browse the repository at this point in the history
  2. fix: use latest multiaddr to improve filter

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    989426e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. fix: almost all the tests pass

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    a1fe98b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. fix: tests

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    3e0c844 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feat/async-await2

    Alan Shaw authored Sep 14, 2019
    Configuration menu
    Copy the full SHA
    153c124 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. chore: remove commitlint

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    b2d5286 View commit details
    Browse the repository at this point in the history
  2. chore: remove pre push test

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    588c24d View commit details
    Browse the repository at this point in the history
  3. docs: add some jsdocs

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    ea9ac90 View commit details
    Browse the repository at this point in the history
  4. chore: update dep

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    e37af10 View commit details
    Browse the repository at this point in the history
  5. fix: untrack only needs the close event

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    b29b368 View commit details
    Browse the repository at this point in the history
  6. chore: update interface dep

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    208ef89 View commit details
    Browse the repository at this point in the history
  7. refactor: assert upgrader presence

    License: MIT
    Signed-off-by: Jacob Heun <jacobheun@gmail.com>
    jacobheun committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    4a959d8 View commit details
    Browse the repository at this point in the history