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

[DRAFT]: Add token price fetcher from coingecko #2315

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Jun 12, 2024

  1. node framework + config flow

    shahar4 authored and ischasny committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e40eb73 View commit details
    Browse the repository at this point in the history
  2. migration + dal

    shahar4 authored and ischasny committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    476addc View commit details
    Browse the repository at this point in the history
  3. use dal

    shahar4 authored and ischasny committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    8967d86 View commit details
    Browse the repository at this point in the history
  4. fmt

    shahar4 authored and ischasny committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7e19e94 View commit details
    Browse the repository at this point in the history
  5. fmt

    shahar4 authored and ischasny committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    4ab267e View commit details
    Browse the repository at this point in the history
  6. fix compilation

    ischasny committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    876a6e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    3eb58d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c2686 View commit details
    Browse the repository at this point in the history
  3. add sqlx queries

    ischasny committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    63777b0 View commit details
    Browse the repository at this point in the history
  4. Lint fixes

    ischasny committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d3ba4c7 View commit details
    Browse the repository at this point in the history
  5. update cargo lock

    ischasny committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9b9fdf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Adjusted interface

    ischasny committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6f4cce6 View commit details
    Browse the repository at this point in the history
  2. add fee model tests

    ischasny committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    a2b45e1 View commit details
    Browse the repository at this point in the history
  3. rename base_token_ratio

    ischasny committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    62d54dd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. flow seems complete

    shahar4 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    09aa927 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    bbd9f7c View commit details
    Browse the repository at this point in the history
  2. real working sqlx

    shahar4 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    313444f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. flow through updating params

    shahar4 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    9160131 View commit details
    Browse the repository at this point in the history
  2. one happy test

    shahar4 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cce90e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    92ce099 View commit details
    Browse the repository at this point in the history
  2. merge main

    shahar4 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    3adef45 View commit details
    Browse the repository at this point in the history
  3. cargo lock

    shahar4 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    adba682 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    681735a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0ff2aac View commit details
    Browse the repository at this point in the history
  2. small refactor

    ischasny committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bd3b422 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. add cg auth header

    ischasny committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c3490e6 View commit details
    Browse the repository at this point in the history
  2. fixed address formatting

    ischasny committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c7d8110 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. add cmc api implementation

    ischasny committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a0d6aec View commit details
    Browse the repository at this point in the history
  2. improved tests

    ischasny committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0052b79 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. finish cmc api, fix tests

    ischasny committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c77dcb1 View commit details
    Browse the repository at this point in the history
  2. finish cmc api tests

    ischasny committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    994e4e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Add average strategy

    ischasny committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c14710d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. add fail over strategy

    ischasny committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    ba01641 View commit details
    Browse the repository at this point in the history
  2. restored cargo.lock

    ischasny committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c45d86e View commit details
    Browse the repository at this point in the history