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

Use by_collateral when globally settling #1672

Merged
merged 5 commits into from
Sep 14, 2019

Commits on Mar 23, 2019

  1. Use by_collateral when globally settling after hf

    We'd like to remove `by_price` index at some time in the future to
    improve performance, thus we should avoid using the index after the
    hardfork.
    #1669
    abitmore committed Mar 23, 2019
    Configuration menu
    Copy the full SHA
    5f8549e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2019

  1. Rewrite globally_settle() with a template function

    The distinction before/after hardfork #1270 (Call price inconsistent when MCR changed) now looks clearer.
    #1669
    abitmore committed Mar 24, 2019
    Configuration menu
    Copy the full SHA
    6faa519 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Simplify code

    abitmore committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    a05858b View commit details
    Browse the repository at this point in the history
  2. Wrap long lines

    abitmore committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    ce28360 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Add HF-1669 macros

    abitmore committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    fe596cf View commit details
    Browse the repository at this point in the history