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

Coinbase migration to Advanced Trade #1005

Merged
merged 11 commits into from
Feb 4, 2024

Conversation

thomasbs17
Copy link
Contributor

Integration of authentication for Coinbase and migration to Advanced Trade

Coinbase Advanced Trade API doc
Coinbase Advanced Trade WS doc

  • Testing: full integration testing using Python 3.11 on Ubuntu 22.04.3 (WSL)
  • Changelog updated
  • All tests passed
  • Flake8 run and all errors/warnings resolved
  • Contributors file updated

Pending questions/points:

  1. I have only implemented the L2_BOOK and TRADES channels.
  2. When subscibing to the TRADES channel, a "snapshot" message is received. Do we want to consume that?
  3. The ticker channel no longer provides best bid/ask. It has been removed for now, I think we could choose from one of the below options for the update:
  • get rid of that callback
  • re-implement channel based on l2 book sub
  • implement the new callback in a different format from the other exchanges

CHANGES.md Outdated
@@ -1,5 +1,8 @@
## Changelog

### 2.5.0
* Update: transitioned from Coinbase Pro (retired) to Coinbase Advanced Trade
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the next version is 2.4.2

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, 2.4.1. Can you move this line under the existing 2.4.1 release notes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

cryptofeed/exchanges/coinbase.py Show resolved Hide resolved
cryptofeed/exchanges/coinbase.py Outdated Show resolved Hide resolved
@thomasbs17
Copy link
Contributor Author

@bmoscon PR updated to account for your review

@bmoscon bmoscon merged commit df692b6 into bmoscon:master Feb 4, 2024
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants