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

Chainlink funding rate oracle #171

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

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    f853c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5675b2 View commit details
    Browse the repository at this point in the history
  3. chore: update dependencies

    134dd3v committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    665d206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24fcb10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b1a379 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48c0ae0 View commit details
    Browse the repository at this point in the history
  7. feat: add funding rate bound

    134dd3v committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8e599cc View commit details
    Browse the repository at this point in the history
  8. test: change storage var name

    134dd3v committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7ba46ac View commit details
    Browse the repository at this point in the history
  9. test: fix typescript errors

    134dd3v committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    84d689f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

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

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    f577b5a View commit details
    Browse the repository at this point in the history
  2. perf: make low level static call to reduce code

    Does not expand memory, uses scratch space. Also does not copy entire
    return data to memory, basically uses default static call's ret offset and
    size to use scratch space only.
    134dd3v committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0a989c1 View commit details
    Browse the repository at this point in the history