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

Fix missing arg #604

Merged
merged 7 commits into from
Sep 22, 2024
Merged

Fix missing arg #604

merged 7 commits into from
Sep 22, 2024

Commits on Sep 16, 2024

  1. Fix missing arg for bot logs

    carkod committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6997921 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Restore deactivation/panic sell endpoint

    Carlos Wu authored and carkod committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0d890c4 View commit details
    Browse the repository at this point in the history
  2. Remove unused grafana folder

    carkod committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    fa08ff8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fix balance series

    Previously not accumulating total amount of balance across all account.
    Also added fiat getter from dashaboard
    Carlos Wu authored and carkod committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    712a028 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    f724346 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcfb16a View commit details
    Browse the repository at this point in the history
  3. Refactor price and qty precision setters

    Move them down to Account class. This creates a "bubble" to hold the same calculation formula for future caching if necessary.
    On the other hand, every child that inherts Account and reuses the price_precision and qty_precision should override the value according to the symbol/pair. Following this line, e.g. Bots have different content for each instance, so symbol/pair changes every time. Deals, however, keep the same symbol for the whole transaction.
    carkod committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    da5bcf0 View commit details
    Browse the repository at this point in the history