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

[WIP] New node constructor #6387

Closed
wants to merge 48 commits into from
Closed

[WIP] New node constructor #6387

wants to merge 48 commits into from

Commits on May 17, 2019

  1. main: split main.go into more files

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    f05b7eb View commit details
    Browse the repository at this point in the history
  2. main: cctx.ConfigRoot -> cctx.RepoPath

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    fd34f57 View commit details
    Browse the repository at this point in the history
  3. main: move DefaultMux to corehttp

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    3f74fb1 View commit details
    Browse the repository at this point in the history
  4. main: log unencrypted transport warning as error

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    74fee55 View commit details
    Browse the repository at this point in the history
  5. main: wip nodeBuilder

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    0abb2cf View commit details
    Browse the repository at this point in the history
  6. daemon: drop supernode routing option

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    5cd0768 View commit details
    Browse the repository at this point in the history
  7. main: single place for calling NewNode

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    654e1f5 View commit details
    Browse the repository at this point in the history
  8. main: cleanup buildNode

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    157e594 View commit details
    Browse the repository at this point in the history
  9. coreapi: method to get IpfsNode

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 17, 2019
    Configuration menu
    Copy the full SHA
    5a394fa View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    4f17a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13eb57c View commit details
    Browse the repository at this point in the history
  3. core: newnd code

    magik6k committed May 20, 2019
    Configuration menu
    Copy the full SHA
    1fad9f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    519e5e6 View commit details
    Browse the repository at this point in the history
  5. core/mock: remove unused code

    magik6k committed May 20, 2019
    Configuration menu
    Copy the full SHA
    854d45f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

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

Commits on May 23, 2019

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

Commits on May 25, 2019

  1. core: wip config handling

    magik6k committed May 25, 2019
    Configuration menu
    Copy the full SHA
    e07a9f6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. core: finish config handling

    magik6k committed May 28, 2019
    Configuration menu
    Copy the full SHA
    852f316 View commit details
    Browse the repository at this point in the history
  2. core: gofmt

    magik6k committed May 28, 2019
    Configuration menu
    Copy the full SHA
    46772b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6733c4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

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

Commits on May 30, 2019

  1. update coreiface

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 30, 2019
    Configuration menu
    Copy the full SHA
    c62e149 View commit details
    Browse the repository at this point in the history
  2. core: fix dht tests / enable full dht by default

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed May 30, 2019
    Configuration menu
    Copy the full SHA
    a3e2cd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. main: Use new constructor

    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    956672b View commit details
    Browse the repository at this point in the history
  2. main: fix init

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    bb5b9a1 View commit details
    Browse the repository at this point in the history
  3. main: fix online mode in daemon

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    b178657 View commit details
    Browse the repository at this point in the history
  4. main: pass context to node

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    ab1cd4a View commit details
    Browse the repository at this point in the history
  5. core: close repo when shutting down

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    a176133 View commit details
    Browse the repository at this point in the history
  6. core: Remove old constructor

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    d633cd2 View commit details
    Browse the repository at this point in the history
  7. tests: Updates for new constructor

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    d40a150 View commit details
    Browse the repository at this point in the history
  8. tests: Fix regressions in go tests

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    c27c646 View commit details
    Browse the repository at this point in the history
  9. core: Fix loading swarm key

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    74e0458 View commit details
    Browse the repository at this point in the history
  10. sharness: update supernode option expected output

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    01e4cce View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    709e6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fffd756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c22022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dd20ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2493d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f677e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1903177 View commit details
    Browse the repository at this point in the history
  8. core: bunch of lint fixes

    magik6k committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    6e1e683 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5723c28 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76a494d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7df0356 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. constructor: always set pubsub options

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    dc23f54 View commit details
    Browse the repository at this point in the history
  2. constructor: port #6415

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    0e65476 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feat/newmain

    License: MIT
    Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
    magik6k committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    45ec28b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

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