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

Market history plugin improvements #478

Merged
merged 5 commits into from
Nov 20, 2017

Commits on Nov 12, 2017

  1. Configuration menu
    Copy the full SHA
    ebe0755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af11a5b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Market his: prune old order matching data. bitshares#454

    This commit introduces two new options to market_history_plugin:
    * `max-order-his-records-per-market`:
      Will only store this amount of matched orders for each market in order
      history for querying, or those meet the other option, which has more data.
      (default: 1000)
    * `max-order-his-seconds-per-market`:
      Will only store matched orders in last X seconds for each market in order
      history for querying, or those meet the other option, which has more data.
      (default: 259200 (3 days))
    abitmore committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    5ee5642 View commit details
    Browse the repository at this point in the history
  2. Market his: change by_id index to ordered_unique

    Perhaps fixes bitshares#185.
    theoreticalbts authored and abitmore committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    07ed6f1 View commit details
    Browse the repository at this point in the history
  3. Change get_trade_history API to use by_market_time

    to improve performance, fix bitshares#458
    abitmore committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    cecc926 View commit details
    Browse the repository at this point in the history