blockworks-foundation / mango-v3

Mango Markets V3 Smart Contract
MIT License
152 stars 90 forks source link

Dd/oracle #165

Closed dafyddd closed 2 years ago

dafyddd commented 2 years ago
  1. use pyth_client instead of copy pasta code
  2. allow pyth to be behind by 50 slots instead of the current 25 enforced by Pyth program

Tested on devnet (with devnet cfg flags removed) and works fine

dafyddd commented 2 years ago

@acamill Do you know why our CI always fails the UXD composability test?

microwavedcola1 commented 2 years ago

@acamill Do you know why our CI always fails the UXD composability test?

This fails due to github auth token to private repositories, @acamill told us to ignore it for now, they will open source soon after audit and we wont require a token to run their tests

acamill commented 2 years ago

@acamill Do you know why our CI always fails the UXD composability test?

This fails due to github auth token to private repositories, @acamill told us to ignore it for now, they will open source soon after audit and we wont require a token to run their tests

Oh yes I though you guys removed it entirely for now. I'll look into it today

acamill commented 2 years ago

Here is the PR #167