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

Origination fees on borrow #239

Merged
merged 18 commits into from
Oct 23, 2024
Merged

Origination fees on borrow #239

merged 18 commits into from
Oct 23, 2024

Commits on Aug 6, 2024

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

Commits on Aug 7, 2024

  1. minor doc update

    jgur-psyops committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d3439e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    804473c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fc697f View commit details
    Browse the repository at this point in the history
  3. Updated readme

    jgur-psyops committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    226002c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db829db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    628d32e View commit details
    Browse the repository at this point in the history
  6. Attempt fix fuzz 1

    jgur-psyops committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    67c78c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Add non-zero fee tests

    jgur-psyops committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    9f7e6cd View commit details
    Browse the repository at this point in the history
  2. Floor origination fees (in user's favor) to simplify liquidation and …

    …repayment math (avoid fractional debt due to the fee)
    jgur-psyops committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    96cc195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    302d231 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    2f214cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de369bc View commit details
    Browse the repository at this point in the history
  3. Fix lint

    jgur-psyops committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    900959e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

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

Commits on Oct 23, 2024

  1. The program (fee state) now gains a proportion of the origination fee…

    …, as dictated in the program_fee_rate
    jgur-psyops committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3e9f7c5 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    jgur-psyops committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3ca95aa View commit details
    Browse the repository at this point in the history