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

feat: add Price Oracles support #2688

Merged
merged 45 commits into from
May 23, 2024
Merged

feat: add Price Oracles support #2688

merged 45 commits into from
May 23, 2024

Commits on May 3, 2024

  1. add OracleSet

    khancode committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5757126 View commit details
    Browse the repository at this point in the history
  2. update all HISTORY.md

    khancode committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7d93e5a View commit details
    Browse the repository at this point in the history
  3. fix faucet; unrelated to PR

    khancode committed May 3, 2024
    Configuration menu
    Copy the full SHA
    13109ef View commit details
    Browse the repository at this point in the history
  4. use rippled v2.2.0-b3

    khancode committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6d709b0 View commit details
    Browse the repository at this point in the history
  5. add OracleDelete

    khancode committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fe57f67 View commit details
    Browse the repository at this point in the history
  6. small unit test update

    khancode committed May 3, 2024
    Configuration menu
    Copy the full SHA
    552779b View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    3362952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbe74ee View commit details
    Browse the repository at this point in the history
  3. add OracleSet integ test

    khancode committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9335a57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c03203b View commit details
    Browse the repository at this point in the history
  5. add missing PriceData field

    khancode committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e79142e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    1123d79 View commit details
    Browse the repository at this point in the history
  2. use unix timestamp in test

    khancode committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0dfab5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0857f5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    6ba1f4e View commit details
    Browse the repository at this point in the history
  2. fix unit test

    khancode committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2a429aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    856de28 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    12be2de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdeff9f View commit details
    Browse the repository at this point in the history
  3. add jsdocs

    khancode committed May 14, 2024
    Configuration menu
    Copy the full SHA
    db85e10 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    5ebc871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4abcab View commit details
    Browse the repository at this point in the history
  3. set trimmed_set to optional

    khancode committed May 16, 2024
    Configuration menu
    Copy the full SHA
    063ea40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    014e478 View commit details
    Browse the repository at this point in the history
  5. add OracleDelete integ test

    khancode committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ad5fe58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06eed78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    524eb7c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    28550e7 View commit details
    Browse the repository at this point in the history
  9. add TODO

    khancode committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6b6a9eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03dd1f8 View commit details
    Browse the repository at this point in the history
  11. add getUnixTimestamp util

    khancode committed May 16, 2024
    Configuration menu
    Copy the full SHA
    41b9da1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    75c1d8a View commit details
    Browse the repository at this point in the history
  13. add Scale validation

    khancode committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cada52b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6ceb9fd View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 20, 2024

  1. remove getCurrentTimestamp()

    khancode committed May 20, 2024
    Configuration menu
    Copy the full SHA
    80d91ec View commit details
    Browse the repository at this point in the history
  2. import PriceData in Oracle

    khancode committed May 20, 2024
    Configuration menu
    Copy the full SHA
    845d811 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. move PriceData to /common

    khancode committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dd0d702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e6c086 View commit details
    Browse the repository at this point in the history
  3. debug: remove integ tests

    khancode committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7a69273 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2102c9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1280ff2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    91e1be9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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