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

Re-implement Markets API service with pre-caching proxy + risq backend #20

Merged
merged 40 commits into from
Nov 12, 2019

Commits on Oct 25, 2019

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

Commits on Oct 27, 2019

  1. Basic GrqphQLQuery

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    a3a8f1a View commit details
    Browse the repository at this point in the history
  2. WIP currencies

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e70e273 View commit details
    Browse the repository at this point in the history
  3. /api/currencies working

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    fb358d7 View commit details
    Browse the repository at this point in the history
  4. Return int for Currencies.precision field

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    f6432d3 View commit details
    Browse the repository at this point in the history
  5. Add /markets query

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    f90f9a2 View commit details
    Browse the repository at this point in the history
  6. Add Offers query

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    8e0035d View commit details
    Browse the repository at this point in the history
  7. Add Depth query

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    01abf98 View commit details
    Browse the repository at this point in the history
  8. Add Ticker query

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    b332137 View commit details
    Browse the repository at this point in the history
  9. Add Trades query

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    61c6c4a View commit details
    Browse the repository at this point in the history
  10. Add Hloc query

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    d61bec0 View commit details
    Browse the repository at this point in the history
  11. Add Volumes query

    Justin Carter authored and wiz committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e378cad View commit details
    Browse the repository at this point in the history
  12. Simplify offers query. Requires risq v0.3.0

    Justin Carter committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    eb7faad View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge pull request #3 from bodymindarts/risq-v0.3.0

    Simplify offers query. Requires risq v0.3.0
    wiz authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    2002577 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Fix trades limit param

    Justin Carter committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    66d137a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from bodymindarts/fix-trades

    Fix trades limit param
    wiz authored Nov 1, 2019
    Configuration menu
    Copy the full SHA
    69939dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0605579 View commit details
    Browse the repository at this point in the history
  4. Add some testcases

    wiz committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    08fe443 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Fix OffersQuery structure

    Justin Carter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    579edeb View commit details
    Browse the repository at this point in the history
  2. Query buy and sell fields

    Justin Carter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    9d09902 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from bodymindarts/fix-offers-query

    Fix OffersQuery structure
    wiz authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    9aaa1f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from bodymindarts/buy-and-sell-ticker

    Buy and sell ticker
    wiz authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    f17ca60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ae70a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52a3794 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    974c959 View commit details
    Browse the repository at this point in the history
  8. Split into 2 testcases

    wiz committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    6cbc473 View commit details
    Browse the repository at this point in the history
  9. Handle timestamp=no in volumes

    Justin Carter committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    283c433 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e1e2b52 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #7 from bodymindarts/timestamp-no

    Handle timestamp=no in volumes
    wiz authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    9636ce4 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. Fix timestamp=no on hloc

    Justin Carter committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    db2a821 View commit details
    Browse the repository at this point in the history
  2. Fix buys/sells for crypto offers (needs risq > 8b6c156)

    Justin Carter committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    661594f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Merge pull request #9 from bodymindarts/fix-crypto-offers

    Fix crypto offers
    wiz authored Nov 4, 2019
    Configuration menu
    Copy the full SHA
    3293229 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Fix for volume / amount display for altcoin markets

    Justin Carter committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    27bb157 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from bodymindarts/fix-altcoin-markets

    Fix for volume / amount display for altcoin markets
    wiz authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    293ff03 View commit details
    Browse the repository at this point in the history
  3. Add market to Trades response (fix null page)

    Justin Carter committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    adc5443 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Merge pull request #11 from bodymindarts/add-market-to-trades

    Add market to Trades response (fix null page)
    wiz authored Nov 8, 2019
    Configuration menu
    Copy the full SHA
    a497d3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a399ca7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a13d059 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

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

Commits on Nov 12, 2019

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