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

Tay innovation #1

Open
wants to merge 66 commits into
base: master
Choose a base branch
from
Open

Tay innovation #1

wants to merge 66 commits into from

Commits on Apr 29, 2020

  1. Add bity reporting

    peachbits committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    f672746 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Save last queried month and year, minus 1 month.

    Use PAGE_SIZE constant
    
    Change inputAmount to a number
    peachbits committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    d340361 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from EdgeApp/matthew/addBityReporting

    Add bity reporting
    paullinator committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    409b6c0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    5b61857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be05466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95674eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1cacb5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    4e10e2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from EdgeApp/matthew/addOffset

    Fixes error when offset doesn't exist
    paullinator committed May 5, 2020
    Configuration menu
    Copy the full SHA
    8b44355 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Merge pull request #41 from EdgeApp/matthew/addSwitchain

    Matthew/add switchain
    paullinator committed May 6, 2020
    Configuration menu
    Copy the full SHA
    6429037 View commit details
    Browse the repository at this point in the history
  2. Add order id

    peachbits committed May 6, 2020
    Configuration menu
    Copy the full SHA
    ad2cf79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #43 from EdgeApp/matthew/bityId

    Add order id
    paullinator committed May 6, 2020
    Configuration menu
    Copy the full SHA
    bddb54c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    08ac652 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from EdgeApp/matthew/bityUTC

    Concat a UTC timezone designator to the ISO date string to ensure it …
    peachbits committed May 13, 2020
    Configuration menu
    Copy the full SHA
    4563bb4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Add Transak report integration code

    Integration code for Transak has been added. All the edge users' orders with Transak can be fetched using the implemented code and will be mapped to the standard transaction format as provided.
    harshit00027 authored and peachbits committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d0a3757 View commit details
    Browse the repository at this point in the history
  2. Add limit & skip parameter for the pagination.

    Earlier, there were no parameters for the pagination while fetching the orders. So added limit & skip parameter to fetch the orders properly.
    agarwalyeshu authored and peachbits committed May 29, 2020
    Configuration menu
    Copy the full SHA
    40a9c4c View commit details
    Browse the repository at this point in the history
  3. Formatting autofixes

    peachbits committed May 29, 2020
    Configuration menu
    Copy the full SHA
    5ab12e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de50ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #45 from EdgeApp/matthew/transak

    Matthew/transak
    peachbits committed May 29, 2020
    Configuration menu
    Copy the full SHA
    716eb2d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Disable all but Simplex

    kylanhurt committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    00a1c28 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Upgrade Simplex to API

    kylanhurt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    3a57a12 View commit details
    Browse the repository at this point in the history
  2. Revert "Disable all but Simplex"

    This reverts commit 00a1c28.
    kylanhurt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    fc5eebe View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from EdgeApp/kylan/simplex

    Kylan/simplex
    kylanhurt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    082322d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Ignore oboe test file

    peachbits committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    6640f83 View commit details
    Browse the repository at this point in the history
  2. Fix typo in query

    peachbits committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    d2f6035 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from EdgeApp/matthew/fixTypo

    Fix transak typo
    peachbits committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    2c3af2e View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

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

Commits on Jun 16, 2020

  1. Allow non-camel case

    kylanhurt committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    c52a81a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eadfb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e19875 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Update date field

    peachbits committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    b38d7eb View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Merge pull request #50 from EdgeApp/matthew/fixBanxa

    Update date field
    paullinator committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    9133a1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9711b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51 from EdgeApp/kylan/simplex

    Kylan/simplex
    paullinator committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b9e1126 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    7d00ab0 View commit details
    Browse the repository at this point in the history
  2. Tweak Simplex plugin.

    - only use API results after 2020-06-29. Prior results were from csv exports
    - retry queries up to 4 times before failing
    - change txid to use order_id
    paullinator committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    df56ebe View commit details
    Browse the repository at this point in the history
  3. Auto format

    paullinator committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    7df4b65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01be0b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Bump lodash from 4.17.5 to 4.17.19

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.5...4.17.19)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    aea4d8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #52 from EdgeApp/dependabot/npm_and_yarn/lodash-4.…

    …17.19
    
    Bump lodash from 4.17.5 to 4.17.19
    paullinator committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    5f22885 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Add Paytrie

    peachbits committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    edc3dce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from EdgeApp/matthew/paytrie

    Add Paytrie
    peachbits committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    104fe2b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. change API start date

    paullinator committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    7093d42 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. update wyre

    paullinator committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    c9b9560 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Changed Banxa to use API

    Iain Clark committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    33ef693 View commit details
    Browse the repository at this point in the history
  2. Added Z to end of date

    Iain Clark committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    5495a55 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Merge pull request #54 from iain-bitcoin/master

    Changed Banxa to use API
    paullinator committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    06b587f View commit details
    Browse the repository at this point in the history
  2. Fix BANXA date rollback mechanism

    Only update the last date if it is greater than the previous cached value
    paullinator committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    eca79ef View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. URL gets set with new offset

    itoi06 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    982ab6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from EdgeApp/thomas/safelloFix

    Safello URL gets set with new offset
    thehobbit85 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    44a1309 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    1d0bc69 View commit details
    Browse the repository at this point in the history
  2. File sync from EdgeApp/edge-workflows

    Github Action committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    45644ac View commit details
    Browse the repository at this point in the history
  3. File sync from EdgeApp/edge-workflows

    Github Action committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    758609d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    795ee87 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    c1e2d2d View commit details
    Browse the repository at this point in the history
  2. File sync from EdgeApp/edge-workflows

    Github Action committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    ec7907c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ce25d0b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. File sync from EdgeApp/edge-workflows

    Github Action committed May 3, 2022
    Configuration menu
    Copy the full SHA
    d599923 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. File sync from EdgeApp/edge-workflows

    Github Action committed May 10, 2022
    Configuration menu
    Copy the full SHA
    b1d3731 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    416d0f0 View commit details
    Browse the repository at this point in the history
  2. File sync from EdgeApp/edge-workflows

    Github Action committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    2b75930 View commit details
    Browse the repository at this point in the history
  3. File sync from EdgeApp/edge-workflows

    Github Action committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    655d14c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    076efec View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0bc0e24 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    bf7d5ff View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. File sync from EdgeApp/edge-workflows

    Github Action committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8d3afa7 View commit details
    Browse the repository at this point in the history