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: veranth/gdax-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: danpaquin/coinbasepro-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 25, 2021

  1. Update requests version

    velles committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    4e8b049 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Merge pull request danpaquin#449 from velles/master

    Update requests package version
    mcardillo55 authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    d8a3a1a View commit details
    Browse the repository at this point in the history
  2. Removed WebsocketClient inheritance from OrderBook class

    This is meant to change the application workflow to only require one
    WebsocketClient, which can feed messages to data structures for further
    processing.
    mcardillo55 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    5d38d21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb66088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    002fdfe View commit details
    Browse the repository at this point in the history
  5. Updated contributors

    mcardillo55 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    53ab2f3 View commit details
    Browse the repository at this point in the history
  6. Removed reference to Queue in WebsocketConsole

    Removed to maintain backward compatability
    mcardillo55 committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    13147c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    789bbab View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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