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

Yield generator can be launched in Qt #487

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Yield generator can be launched in Qt #487

wants to merge 7 commits into from

Commits on Nov 14, 2020

  1. Yield generator script can be launched in Qt

    A status bar widget allows access to configure,
    and start/stop a yield generator (maker) bot
    in the background. While running, taker functions
    are disabled as well as wallet changing functions.
    Other functionality is still available.
    AdamISZ committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    c5c6a46 View commit details
    Browse the repository at this point in the history
  2. add icons directory

    AdamISZ committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    b6b20a6 View commit details
    Browse the repository at this point in the history
  3. TxHistory tab in Qt records coinjoins

    while in maker mode, and deposits (although
    there is no sophisticated tx type parsing).
    The location of the corresponding history
    file is fixed to the datadir correctly.
    Also fixed Maker start/stop for non-Tor case.
    AdamISZ committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    ae20eac View commit details
    Browse the repository at this point in the history
  4. Update maker dialog to remember maker settings.

    Also various small fixes to strings and info text,
    and validation of inputs and tooltips.
    AdamISZ committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    51f293a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b57b70c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Fix bugs from rebase

    generateAction etc. must be instance vars
    so that they can be toggled inactive.
    AdamISZ committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    230cd0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58589a2 View commit details
    Browse the repository at this point in the history