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

Refactor: Coinbase authentication #492

Merged

Conversation

Romazes
Copy link
Contributor

@Romazes Romazes commented Aug 21, 2024

Description

  1. Refactor Authentication Name for Coinbase: The naming convention for the authentication method has been updated to improve clarity and consistency across the codebase.

  2. Fix Escape Character Bug: A bug was addressed where the cdp privateKey containing escape characters (e.g., \n) would incorrectly be transformed into double backslashes (\n). This fix ensures that escape characters are properly handled and preserved.

Related PRs

Motivation and Context

  • Refactor Authentication Name: The refactor aims to enhance the readability and maintainability of the authentication code for Coinbase, aligning with naming conventions and making the code easier to understand and manage.

  • Fix Escape Character Bug: The bug fix resolves an issue that could lead to incorrect handling of private keys with escape characters. This improvement ensures that the cdp privateKey is processed accurately, preventing potential authentication issues.

@Romazes Romazes self-assigned this Aug 21, 2024
@Martin-Molinero Martin-Molinero merged commit 01b9d4e into QuantConnect:master Aug 21, 2024
28 checks passed
@Romazes Romazes deleted the refactor-coinbase-authentication branch September 17, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants