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

[Proposal] 17: User Defined Coupon Expiry w/ FPSBA #16

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

Commits on Jan 3, 2021

  1. Configuration menu
    Copy the full SHA
    cbde5d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c19be4 View commit details
    Browse the repository at this point in the history
  3. fix multiplier

    cinquemb committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    4b19843 View commit details
    Browse the repository at this point in the history
  4. fix uint256 assignment

    cinquemb committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    42de4ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a4b15f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f41d958 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f7ab94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    482e236 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7569fee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba31c11 View commit details
    Browse the repository at this point in the history
  11. fixing some compiler errors

    cinquemb committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    e53a3c8 View commit details
    Browse the repository at this point in the history
  12. fixing more compiler errors

    cinquemb committed Jan 3, 2021
    Configuration menu
    Copy the full SHA
    22a8e74 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    24f30f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5837ecc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b58701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1343eab View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    ea81de4 View commit details
    Browse the repository at this point in the history
  2. updating state mocks, incorperating dollar amount in euclidian distan…

    …ce calcs, starting adding tests for new state/setter/getter functions
    cinquemb committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    827157b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7161284 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f42edee View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    c9c6bc4 View commit details
    Browse the repository at this point in the history
  2. adding new state tests

    cinquemb committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    3afd5f4 View commit details
    Browse the repository at this point in the history
  3. fixing market test

    cinquemb committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    f16f5d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    ae3ce9b View commit details
    Browse the repository at this point in the history
  2. finsihed with auction test

    cinquemb committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    d7d6965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d48d484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4fd56b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    cd29d39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b47444 View commit details
    Browse the repository at this point in the history
  3. merged auction settlement stuff into regulator to bypass gas issues, …

    …started tests for auction stuff from regulator tests
    cinquemb committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    9d667b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac9628e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. update regulator tests

    cinquemb committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    811fdae View commit details
    Browse the repository at this point in the history
  2. done adding tests

    cinquemb committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    5afc125 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abe2465 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    45db6c8 View commit details
    Browse the repository at this point in the history
  2. state parity

    cinquemb committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    faac8a0 View commit details
    Browse the repository at this point in the history
  3. state parity

    cinquemb committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    b29314e View commit details
    Browse the repository at this point in the history
  4. state parity

    cinquemb committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    3476961 View commit details
    Browse the repository at this point in the history
  5. fixing regulator tests

    cinquemb committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    e3354f3 View commit details
    Browse the repository at this point in the history
  6. adding back in autoredemption, prioritizing cross auction best bidder…

    …s untill total redeembale is emptied - need to make total redeemable a function of previous non dead auction internals
    cinquemb committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    cb2bc50 View commit details
    Browse the repository at this point in the history
  7. some comment stuff

    cinquemb committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    9806393 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0fb939e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    a2358b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3427b39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12f6f6b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    95473b1 View commit details
    Browse the repository at this point in the history
  2. fixing ratio calc

    cinquemb committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    88262b9 View commit details
    Browse the repository at this point in the history