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

Add DEX tasks and endpoints #125

Merged
merged 41 commits into from Dec 9, 2022
Merged

Commits on Nov 17, 2022

  1. Add DexMeanPrice entity and migration

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    a3142fb View commit details
    Browse the repository at this point in the history
  2. Extract asset_from_pair util function

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    a7f2e3c View commit details
    Browse the repository at this point in the history
  3. Add MultieraWingRidersV1MeanPriceTask

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    05ed817 View commit details
    Browse the repository at this point in the history
  4. Add dex_prices.toml execution plan

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    023cb6f View commit details
    Browse the repository at this point in the history
  5. Add dex mean price endpoint

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    b60ac51 View commit details
    Browse the repository at this point in the history
  6. Add DexSwap entity and migration

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    e06587d View commit details
    Browse the repository at this point in the history
  7. Store used inputs to outputs map

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    67685cf View commit details
    Browse the repository at this point in the history
  8. Store era in output query result

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    0148593 View commit details
    Browse the repository at this point in the history
  9. Extract common dex utils

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    b377868 View commit details
    Browse the repository at this point in the history
  10. Add MultieraWingRidersV1SwapTask

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    277fd4f View commit details
    Browse the repository at this point in the history
  11. Update dex_prices.toml execution plan

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    6644237 View commit details
    Browse the repository at this point in the history
  12. Fix output era parsing bug

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    61c4f83 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    523e241 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    798b24e View commit details
    Browse the repository at this point in the history
  15. extracting QueuedMeanPrice struct

    MichalVido authored and miksax committed Nov 17, 2022
    Copy the full SHA
    2ecb405 View commit details
    Browse the repository at this point in the history
  16. implementing Dex trait

    MichalVido authored and miksax committed Nov 17, 2022
    Copy the full SHA
    bf9db5b View commit details
    Browse the repository at this point in the history
  17. resolving future conflicts with CARP-39

    MichalVido authored and miksax committed Nov 17, 2022
    Copy the full SHA
    5dd7f7d View commit details
    Browse the repository at this point in the history
  18. moving constants to utils/dex.rs

    MichalVido authored and miksax committed Nov 17, 2022
    Copy the full SHA
    9669ab3 View commit details
    Browse the repository at this point in the history
  19. tiny clean up

    MichalVido authored and miksax committed Nov 17, 2022
    Copy the full SHA
    ecd8ec7 View commit details
    Browse the repository at this point in the history
  20. Extract get_pool_output_and_datum

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    188b4f6 View commit details
    Browse the repository at this point in the history
  21. Extract dex-related code

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    ba7c20c View commit details
    Browse the repository at this point in the history
  22. Indent tasks consistently

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    3d1b798 View commit details
    Browse the repository at this point in the history
  23. Add minswap and sundaeswap swap tasks

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    384539d View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    c277ca6 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    6cd9c84 View commit details
    Browse the repository at this point in the history
  26. Use consistent helper function name

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    220c30e View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    397b43f View commit details
    Browse the repository at this point in the history
  28. Unwrap swap data carefully

    davidmisiak authored and miksax committed Nov 17, 2022
    Copy the full SHA
    afc16e7 View commit details
    Browse the repository at this point in the history
  29. Add endpoint for swap

    Miksa authored and miksax committed Nov 17, 2022
    Copy the full SHA
    5e3adfd View commit details
    Browse the repository at this point in the history
  30. Add last price endpoint

    Miksa authored and miksax committed Nov 17, 2022
    Copy the full SHA
    2f7b1f2 View commit details
    Browse the repository at this point in the history
  31. Fix direction on grouping

    Miksa authored and miksax committed Nov 17, 2022
    Copy the full SHA
    de8cea6 View commit details
    Browse the repository at this point in the history
  32. Add dex to migration and output

    Miksa authored and miksax committed Nov 17, 2022
    Copy the full SHA
    fd940ce View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    bcad445 View commit details
    Browse the repository at this point in the history
  34. Repair trait for dexes

    miksax committed Nov 17, 2022
    Copy the full SHA
    7101eec View commit details
    Browse the repository at this point in the history
  35. Fix eslint

    miksax committed Nov 17, 2022
    Copy the full SHA
    d6ad298 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    e5e7e30 View commit details
    Browse the repository at this point in the history
  37. Cargo fmt

    miksax committed Nov 17, 2022
    Copy the full SHA
    f197dfc View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Fix Clippy problems

    miksax committed Nov 18, 2022
    Copy the full SHA
    113a608 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Replace dex tables with view

    miksax committed Nov 29, 2022
    Copy the full SHA
    095f0ec View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Fix null values from views

    miksax committed Nov 30, 2022
    Copy the full SHA
    62bdb7b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Copy the full SHA
    2cb5ab2 View commit details
    Browse the repository at this point in the history