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

Feat/add price slot check (In on-chain programs) #16

Merged
merged 13 commits into from
Feb 17, 2022

Commits on Feb 14, 2022

  1. Add slot check in load_price for bpf arch (on-chain programs)

    - Introduces another Price struct which doesn't have comps (published prices) and unused fields. The reason is that we want to mutate struct (to add the check) and Price Account Data has ~3kb so copying is expensive. This creates a significantly smaller one. This naming allow us to have least impact on existing consumers. The price account data is available as price account data if a consumer needs it.
    - Also make Ema fields public
    ali-bahjati committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    1c6958a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b026932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b12f339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aafac8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad2c9b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    dbbd5d6 View commit details
    Browse the repository at this point in the history
  2. Add newline to files

    ali-bahjati committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    508adb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1ae955 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b77cb07 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    ffd8a89 View commit details
    Browse the repository at this point in the history
  2. Update readme

    ali-bahjati committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a49ad38 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    ali-bahjati committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    2621445 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

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