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

Update tests #26

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from
Draft

Update tests #26

wants to merge 4 commits into from

Commits on Mar 8, 2023

  1. Time In Force (#23)

    Draft implementation of time-in-force (TIF) orders for Phoenix v1.
    
    Added a standard test in test_market.rs. Could use more coverage
    
    Changes:
    - Uses the padding on the FIFORestingOrder to store and expiration slot
    and an expiration time
    - Modifies the OrderPacket struct to enable specification of expiration
    - Injects logic into the matching engine to skip orders that are expired
    jarry-xiao authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    512030f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Add minor changes to matching engine logic (#24)

    Changes:
    - DecrementTake handles partial removals
    - Free fund accounting now occurs after the matching/order placement to
    ensure that checks work as intended.
    jarry-xiao authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    6bd9152 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b8faa3 View commit details
    Browse the repository at this point in the history
  3. update sdk

    RahulJain28 committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    69578d9 View commit details
    Browse the repository at this point in the history