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

Cryptoreader #917

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open

Cryptoreader #917

wants to merge 25 commits into from

Commits on Nov 12, 2021

  1. added cryptoreader

    SteffenGue committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    cd4a80e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Added unit tests.

    Deleted exchanges without historic-rates request
    Refactoring
    SteffenGue committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    1996f56 View commit details
    Browse the repository at this point in the history
  2. Added utilities.

    SteffenGue committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    c9264d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Some more Unit-Tests

    SteffenGue committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    974da1e View commit details
    Browse the repository at this point in the history
  2. -New Exception Class 'EmptyResponseError'

    -More Unit-Tests
    -Refactoring
    SteffenGue committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ae6b268 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    8d34acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4dca6 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    b3cec30 View commit details
    Browse the repository at this point in the history
  2. - Bugfix: end date. End date is recovered once the iterative requesti…

    …ng is done.
    
    - Added CryptoReader.check_symbols() to check if the symbols are available at an exchange.
    SteffenGue committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    29b0470 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. - Refactoring

    - Bugfix CryptoReader._check_symbols
    - Bugfix reset _BaseReader after a complete run.
    SteffenGue committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ae8aadc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66a3fed View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. -Refactoring

    -Implemented predefined _BaseReader methods.
    SteffenGue committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    7096a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78c79c8 View commit details
    Browse the repository at this point in the history
  3. -Added more unit tests

    SteffenGue committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    47fafce View commit details
    Browse the repository at this point in the history
  4. -Refactoring

    SteffenGue committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    9663586 View commit details
    Browse the repository at this point in the history
  5. -Unit test for mapping.py

    SteffenGue committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    6ec9458 View commit details
    Browse the repository at this point in the history
  6. - Added .rst-file

    - Updated requirements
    SteffenGue committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    0d4c0b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. -Updates exchanges

    -Bugfix Coinpaprika splitting currency-pairs.
    -Currency-pair split now with "/", e.g. btc/usd.
    SteffenGue committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    8c3065b View commit details
    Browse the repository at this point in the history
  2. -Updates exchanges

    -Bugfix Coinpaprika splitting currency-pairs.
    -Currency-pair split now with "/", e.g. btc/usd.
    SteffenGue committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    2841ddd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Codestype Black

    SteffenGue committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    fa1789c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    176c64d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. -Fixed several linting issues

    -Fixed splitting parameter for platforms
    -New unit tests
    -Adjusted parameter order for CryptoReader to match the DataReader
    SteffenGue committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    9486899 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. -More unit tests

    -Listed currency-pair request simplified
    -Some small bug fixes
    SteffenGue committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    232728f View commit details
    Browse the repository at this point in the history
  2. -Some small bug fixes

    -Refactoring
    SteffenGue committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    3c94f20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    971c76b View commit details
    Browse the repository at this point in the history