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

cmd/swarm, swarm, swap, api: configurable payment/disconnect thresholds #1729

Merged
merged 45 commits into from
Sep 18, 2019

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    2050903 View commit details
    Browse the repository at this point in the history
  2. made thresholdOracle

    Eknir committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    83b9c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b100e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6adc554 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. swap: redo refactor => disconnectthreshold, thresholdOracle, honeyPri…

    …ceOracle from peer to swap
    Eknir committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    578a2fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d5a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa69db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4460d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db83c9e View commit details
    Browse the repository at this point in the history
  6. cmd, swap, swarm: gofmt

    Eknir committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    df154dc View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. swarm: goimports formatting

    Eknir committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    bb85b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49f905 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd8314 View commit details
    Browse the repository at this point in the history
  4. added tests

    Eknir committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    2cf5475 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    b6dea35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bbbbbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    627fb77 View commit details
    Browse the repository at this point in the history
  4. swarm, swap: set config.NetworkID to config.DefaultNetworkID, removed…

    … redundant fmt.Println()
    Eknir committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a3b5137 View commit details
    Browse the repository at this point in the history
  5. swap: removed redundant Prinln

    Eknir committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    70092e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33f0bc3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0d1e54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db12380 View commit details
    Browse the repository at this point in the history
  9. swap: fix misspelling

    Eknir committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    5d7e68a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    ff20676 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e0845 View commit details
    Browse the repository at this point in the history
  3. swarm, swap: SWAP integrity checks to NewSWAP, added check for discon…

    …nect/payment threshold
    Eknir committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    068e1dd View commit details
    Browse the repository at this point in the history
  4. cmd/swarm: get rid of magical numbers and use DefaultPaymentThreshold…

    …/DefaultDisconnectThreshold
    Eknir committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    f174f0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5227f7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9139dcc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faa6435 View commit details
    Browse the repository at this point in the history
  8. swap: swap: call os.removeAll() in test, small refactor around paymen…

    …t/disconnect threshold
    Eknir committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    0368a99 View commit details
    Browse the repository at this point in the history
  9. swap: rename TempDir

    Eknir committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    d652aa6 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

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

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    4d5a5ee View commit details
    Browse the repository at this point in the history
  2. revert dummyPeer refactor

    Eknir committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    63b04ab View commit details
    Browse the repository at this point in the history
  3. revert dummyPeer refactor

    Eknir committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    c0cc688 View commit details
    Browse the repository at this point in the history
  4. swap, swarm, cmd/swarm: rename swap constructor, remove redundant tes…

    …ts in swarm, remove backend on swarm, correct test TestConfigCmdLineOverrides
    Eknir committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    2765e9f View commit details
    Browse the repository at this point in the history
  5. swarm: remove TODO comment

    Eknir committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    0f753f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5edfc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acb3d89 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    b8d9c0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6de6c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a7bc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf928a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

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