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

Marketmaker v2 #602

Merged
merged 38 commits into from Jul 23, 2019
Merged

Marketmaker v2 #602

merged 38 commits into from Jul 23, 2019

Commits on Jul 20, 2019

  1. Copy the full SHA
    77176c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3842433 View commit details
    Browse the repository at this point in the history
  3. More mm2 changes

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    e4a17eb View commit details
    Browse the repository at this point in the history
  4. More mm2 updates

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    80e6a66 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4540a83 View commit details
    Browse the repository at this point in the history
  6. Disable sockets

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    b59457e View commit details
    Browse the repository at this point in the history
  7. Remove the socket code

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    17e6164 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    393aa48 View commit details
    Browse the repository at this point in the history
  9. Fix enabling Electrum server

    The API changed again since I started the PR...
    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    212dbe1 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    1e23c0d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    cecd080 View commit details
    Browse the repository at this point in the history
  12. Update mm2 to b2b2bcba5

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    57bc9d0 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    b198ca0 View commit details
    Browse the repository at this point in the history
  14. Make swaps work

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    c72563d View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    209773c View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    a8215af View commit details
    Browse the repository at this point in the history
  17. Fix the swap modal

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    fa56e8c View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    f9c68a4 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    6971525 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    3f076d5 View commit details
    Browse the repository at this point in the history
  21. Move kickstart logic to mm v2

    We no longer need to kickstart manually. All we need to to is to ensure the currencies needing kick-start are enabled.
    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    37a7a4d View commit details
    Browse the repository at this point in the history
  22. Fix showing failed swaps

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    05a15f5 View commit details
    Browse the repository at this point in the history
  23. Minor tweaks

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    a0bfe50 View commit details
    Browse the repository at this point in the history
  24. Disable the swap cancel button

    Because it's not currently useful: KomodoPlatform/komodo-defi-framework#463
    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    f788552 View commit details
    Browse the repository at this point in the history
  25. Initial ETOMIC removal

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    3887ced View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    990ff4c View commit details
    Browse the repository at this point in the history
  27. Update mm v2

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    2467ea5 View commit details
    Browse the repository at this point in the history
  28. Increase concurrency

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    8ea5370 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    2f8da1a View commit details
    Browse the repository at this point in the history
  30. Remove average volume from the exchange

    > `avevolume` doesn't make any sense now as it means average utxo size which is not applicable to MM2 at all. MM2 doesn't need UTXO splitting, it can work if address has only 1 UTXO. So this field will be removed.
    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    9e7dc87 View commit details
    Browse the repository at this point in the history
  31. Move withdrawals to mm2

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    7be3426 View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    4b6f0bd View commit details
    Browse the repository at this point in the history
  33. Fix max validation

    sindresorhus committed Jul 20, 2019
    Copy the full SHA
    6719b20 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Use a new database entry for swaps

    Since it's not compatible with the previous HyperDEX versions.
    sindresorhus committed Jul 21, 2019
    Copy the full SHA
    2f882b5 View commit details
    Browse the repository at this point in the history
  2. Update mm2

    sindresorhus committed Jul 21, 2019
    Copy the full SHA
    27044cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a1c859a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    01c43aa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Copy the full SHA
    8c91063 View commit details
    Browse the repository at this point in the history