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

WIP: Collateral fees only should not get worse when you add more collateral #964

Open
wants to merge 30 commits into
base: dev
Choose a base branch
from

Commits on Mar 20, 2024

  1. Serge/liquidator split tcs and liquidation (blockworks-foundation#914)

    liquidator: split TCS triggering and liquidation job
    
    Concurrent execution of candidate lookup and tx building/sending
    - Also added an health assertion IX to protect liqor in multi liquidation scenario
    - And a timeout for jupiter v6 queries (avoid blocking liquidation because of slow TCS)
    farnyser authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f54bb6f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    ceeac9d View commit details
    Browse the repository at this point in the history
  2. liquidator: randomly select token/perps for rebalancing to avoid fail…

    …ing at every try if one token is having an issue (blockworks-foundation#921)
    farnyser authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e3a7ed9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    0b7e62e View commit details
    Browse the repository at this point in the history
  2. liquidator: forcefully exit process if snapshot job die (blockworks-f…

    …oundation#924)
    
    * liquidator: forcefully exit process if snapshot job die
    
    * client: return snapshot_job join handle so it can be watched for early unexpected exit
    farnyser authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2520c7d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. liquidator: add a sequence check in rebalancing (blockworks-foundatio…

    …n#926)
    
    liquidator: add a sequence check in rebalancing
    farnyser authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e38798e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    55105e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df73a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    653cf9f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Liquidator: add Sanctum swap (blockworks-foundation#919)

    liquidator: add sanctum swap
    farnyser authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    01d5237 View commit details
    Browse the repository at this point in the history
  2. program: remove delegate account withdrawal limit (blockworks-foundat…

    …ion#939)
    
    This is necessary for new liquidator feature of rebalancing using limit orders:
    We need to close the token and market slot so that it's available for new liquidation, but at the same time, it's possible that the min order quantity for a given market is still bigger than allowed max withdrawal.
    farnyser authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    75a07e9 View commit details
    Browse the repository at this point in the history
  3. liquidator: rebalance with openbook (limit order) (blockworks-foundat…

    …ion#938)
    
    liquidator: rebalance with limit order
    farnyser authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d0125e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

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

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    ccc479b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c3814c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 22, 2024

  1. Openbook V2 Integration (blockworks-foundation#836)

    Co-authored-by: Tyler <[email protected]>
    Co-authored-by: Christian Kamm <[email protected]>
    Co-authored-by: Serge Farny <[email protected]>
    Co-authored-by: microwavedcola1 <[email protected]>
    5 people authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2a6532f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    ec2d10a View commit details
    Browse the repository at this point in the history
  2. Merge deploy into dev

    ckamm committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8fd7a5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ea4528 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e3a720 View commit details
    Browse the repository at this point in the history
  5. Changelog for v0.25.0

    farnyser committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ed715ce View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on Apr 29, 2024

  1. Fix alignment of ordertree nodes (blockworks-foundation#954)

    This ensures casts of local variables don't run into alignment
    differences.
    ckamm authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d9c4f69 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    98e6f14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d9f248 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    5d5e99f View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    f0cbff4 View commit details
    Browse the repository at this point in the history
  2. Comment on cu estimates

    brittcyr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    951002c View commit details
    Browse the repository at this point in the history