Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Gas opt ovl collateral #104

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 25, 2021

  1. removed ERC1155Supply and referred to pos.oiShares instead of total s…

    …upply
    realisation committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    72b9319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49bedb9 View commit details
    Browse the repository at this point in the history
  3. overrode balanceOf function to return 0 if total supply of a position…

    … is 0;
    realisation committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    5c8cb3b View commit details
    Browse the repository at this point in the history
  4. corrected failing test

    realisation committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    5b2135f View commit details
    Browse the repository at this point in the history
  5. deprecated unwind liquidated revert

    realisation committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    295d5a5 View commit details
    Browse the repository at this point in the history
  6. corrected test with new revert string

    realisation committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    5165a27 View commit details
    Browse the repository at this point in the history
  7. accounting for positions array length in balanceOf wrapper and totalS…

    …upply function
    realisation committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    8de401f View commit details
    Browse the repository at this point in the history
  8. local deploy script

    realisation committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    de0d55f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. shortened brrrrd rollers via getter/setter functions

    realisation committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    e0aa88d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. changed BAL# to OVL# in errors

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    e5e778f View commit details
    Browse the repository at this point in the history
  2. removed old CHORD and fixed comparison to _chord param

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    0080bb5 View commit details
    Browse the repository at this point in the history
  3. removed atOrAfter_ from scry rollers

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    b1f6dfc View commit details
    Browse the repository at this point in the history
  4. packed position struct more tightly

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    657caea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e134c5 View commit details
    Browse the repository at this point in the history
  6. shifting position to memory in unwind saves 9k gas

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    480de55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a69f6cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f82ae8 View commit details
    Browse the repository at this point in the history
  9. remove redundant position id from stack

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    8e4d7cb View commit details
    Browse the repository at this point in the history
  10. eliminated burden of retrieving fee from market contract by passing i…

    …t in from collateral contract
    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    cc51883 View commit details
    Browse the repository at this point in the history
  11. fixed compiler problems

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    a43cb1a View commit details
    Browse the repository at this point in the history
  12. corrected order of debt and collateral arguments

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    d3350a5 View commit details
    Browse the repository at this point in the history
  13. progress

    realisation committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    a4d6cee View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. merged 1155-supply

    realisation committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    bfe782f View commit details
    Browse the repository at this point in the history