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

Refactor to integrate pkg ticketbuyer for automated ticket purchases #374

Merged
merged 46 commits into from Dec 16, 2016

Commits on Dec 15, 2016

  1. Updated glide

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    138f01d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c1670d9 View commit details
    Browse the repository at this point in the history
  3. Integrate ticketbuyer

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    748b3b4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ecd83a2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    492f677 View commit details
    Browse the repository at this point in the history
  6. Restore config defaults

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    d76ce43 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d8be827 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    25956f4 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    51c6291 View commit details
    Browse the repository at this point in the history
  10. Fix typo

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    3eb80d2 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1135a9f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    55c4e58 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    cfcf536 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    4df54f2 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    8911b4f View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    35786cf View commit details
    Browse the repository at this point in the history
  17. Log ticket purchase errs

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    fd9867d View commit details
    Browse the repository at this point in the history
  18. Use https git remote

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    404cd41 View commit details
    Browse the repository at this point in the history
  19. Updated ticketbuyer

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    5ef2105 View commit details
    Browse the repository at this point in the history
  20. Limit err scope in purchase

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    173a2a7 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    33ba129 View commit details
    Browse the repository at this point in the history
  22. Add pkg ticketbuyer

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    23b25dd View commit details
    Browse the repository at this point in the history
  23. Fix issues found by golint

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    04678c6 View commit details
    Browse the repository at this point in the history
  24. Use new ticketbuyer pkg

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    398cf1e View commit details
    Browse the repository at this point in the history
  25. Add wallet config

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    3020b7d View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    d6d2fde View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    b548ef3 View commit details
    Browse the repository at this point in the history
  28. Allow caller to set config

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    cfe6eae View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    d3c7c23 View commit details
    Browse the repository at this point in the history
  30. Address review items:

    * Use cfg.PurchaseAccount instead of hardcoded default
    * Remove unused file
    * Use exported consts instead of hardcoded strs
    * Use chain client when ready
    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    abb4daf View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    a068420 View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    5e2eafd View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    f300d89 View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    f8d9972 View commit details
    Browse the repository at this point in the history
  35. Restore tx fee config

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    ec8aef7 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    f0aa1ff View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    51d4b34 View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    21ccf8c View commit details
    Browse the repository at this point in the history
  39. Copy the full SHA
    7ea42e6 View commit details
    Browse the repository at this point in the history
  40. Address review items:

    * Add licence header - ticketbuyer/mempool.go
    * Fix comment on containsVWAPHeightOffsetError
    * Disable passphrase prompt if stake mining
    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    beb2f07 View commit details
    Browse the repository at this point in the history
  41. Move purchaseManager to pkg

    tuxcanfly committed Dec 15, 2016
    Copy the full SHA
    340d08e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Copy the full SHA
    4ba1f0b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ffc8a2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e92f6cb View commit details
    Browse the repository at this point in the history
  4. Address review items:

    * Remove unnecessary appdata dir create
    * Rename misspelled method
    * Log warnings
    * Don't start purchaser in case of config err
    * Use jessevdk/go-flags, remove glide.lock entry
    * Remove current directory precedence
    * Check missing file relative to appdata
    tuxcanfly committed Dec 16, 2016
    Copy the full SHA
    9bd8a50 View commit details
    Browse the repository at this point in the history
  5. Address review items:

    * Add ticket purchase disabled message
    tuxcanfly committed Dec 16, 2016
    Copy the full SHA
    e25e148 View commit details
    Browse the repository at this point in the history