Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: btschwertfeger/python-kraken-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: btschwertfeger/python-kraken-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 9 commits
  • 88 files changed
  • 2 contributors

Commits on May 9, 2023

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

Commits on May 15, 2023

  1. Extend typing + add KrakenUnknownMethodError and `KrakenBadRequestE…

    …rror` + Fix #65 (#87)
    
    # Summary
    Extended typing, adjusted doc strings, added a pre-commit hook for mypy
    
    **Breaking**
    - The "EGeneral:Unknown method" response will now raise the
    `KrakenException.KrakenUnknownMethodError`
    - "EAPI:Bad request" will raise `KrakenException.KrakenBadRequestError`
    
    **Bug fixes**
    The broken Spot endpoints for create_order_batch and cancel_order_batch
    were fixed. Closes #65
    btschwertfeger authored May 15, 2023
    Configuration menu
    Copy the full SHA
    1fce745 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Rename get_tradeable_asset_pair to get_asset_pairs and make the `…

    …pair` parameter optional (#93)
    
    # Summary
    
    As mentioned in #90 - the /AssetPairs endpoint do not require a `pair`
    query parameter. Since this parameter is now optional, the function name
    did not match, so it was renamed from `get_tradeable_asset_pair` to
    `get_asset_pairs`.
    btschwertfeger authored May 17, 2023
    Configuration menu
    Copy the full SHA
    6ad3fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27aa49f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e81e4f View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    691b387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4862b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f79c6 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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