-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: SDK v2 #136
Closed
feat: SDK v2 #136
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(price-pusher): unique items method * feat(wip): wip refactor * fix: rename FetcherInterfaceT * feat(wip): refactor - removed autoscale_volume - wip refacto fetchers * fix: fmt * feat: try_get_currency_from_ticker * feat(wip): refacto - add doc strings - remove TransactionMixin - remove cron jobs in stagecoach - update python version to use `match` - PragmaClient ABC class - ExecutionConfig type * fix(price-pusher): use PragmaClient * feat(wip): finish refacto spot fetchers * feat: finish fetchers refacto * fix: typo * chore: update python version * feat: add test_ci_all cmd * Update poetry.lock * fix: ruff lint * fix: commented code * fix: lint * fix: add docstring to utils * Update pyproject.toml * Update poetry.lock
* feat(wip): refacto tests * feat: fixinn testss * feat: client test passsss * Update api_client_test.py
- Adds `HopHandler` - Split fetchers tests in multiple files - Fixed fetcher tests - Fixed publisher tests
* pp: refacto started * working spot * fix: revert some changes * fix: fmt --------- Co-authored-by: mcaseaux <[email protected]>
* its working boyz * remove log * fix lint
* fix circular import * gg
* add again future * added get_future_entry * updated supported asset * Future retrieving and pushing work * pp finished maybe need some cleaning * on a rien vu * on a rien vu * fixed price pusher
1 task
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #112
Introduced changes