-
Notifications
You must be signed in to change notification settings - Fork 28
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/create api components #277
Merged
Merged
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
Collaborator
aarmoa
commented
Dec 3, 2023
- Added low level API components for all chain, exchange and explorer modules, to make Python SDK fully compatible with the TypeScript SDK.
- Added new functions in AsyncClient to interact with all modules using the low level API components.
- Marked the old functions in AsyncClient as deprecated.
- Updated all example scripts to use the new functions.
…e required classes to handle pagination options and results pagination information.
…e required classes to handle pagination options and results pagination information.
…tiveLabs/sdk-python into feat/create_api_components
…g branch with `dev`. Updated isort configuration to combine as imports
…ew functions in AsyncClient to use the new component and marked the old ones as deprecated (to be removed in the future)
…dded tests cases and created new functions in AsyncClient using the new component. Marked old functions as deprecated
…AsyncClient to use them and market the ones interacting directly with the stubs as deprecated
…ule, with the unit tests. Created new methods in AsyncClient to use them, and marked the ones directly using the stubs as deprecated
…ule, with unit tests. Created new functions to access them in AsyncClient and marked the old functions using the stub directly as deprecated
…on module, with tests. Added new functions in AsyncClient to use the component and marked the old functions using the stub directly as deprecated
…o feat/create_api_components
…el API component. Added new functions in AsyncClient and deprecated the old ones. Updated examples
… exchange module. Deprecated the old stream functions in AsyncClient and implemented new functions for the API component streams. Updated the example scripts.
…ithub.com/InjectiveLabs/sdk-python into feat/create_api_components
…l API components. Created the unit tests for the new functionality. Added new functions in AsyncClient using the API components and deprecated the old functions
… Added unit tests for the new functionality. Included new functions in AsyncClient using the low level API components, and marked the old functions as deprecated
…le, with unit tests. Included new functions in AsyncClient to use the low level API components and marked the old functions as deprecated. Updated the examples to use the new AsyncClient functions.
…e, with unit tests. Included new functions in AsyncClient to use the low level API components and marked the old functions as deprecated. Updated the examples to use the new AsyncClient functions.
…dded unit tests for the new functionality. Included new functions in AsyncClient using the low level API components, and marked the old functions as deprecated. Updated the example scripts.
…ts for the new functionality. Included new functions in AsyncClient using the low level API components, and marked the old functions as deprecated. Updated the example scripts.
…o feat/create_api_components
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #277 +/- ##
===========================================
+ Coverage 56.63% 71.71% +15.07%
===========================================
Files 18 46 +28
Lines 2071 3125 +1054
Branches 238 285 +47
===========================================
+ Hits 1173 2241 +1068
+ Misses 863 816 -47
- Partials 35 68 +33 ☔ View full report in Codecov by Sentry. |
achilleas-kal
approved these changes
Dec 4, 2023
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.