-
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
Commits on Jun 21, 2023
-
(feat) Created the API component for the auction module (with the uni…
…t tests)
abel committedJun 21, 2023 Configuration menu - View commit details
-
Copy full SHA for ac12ca4 - Browse repository at this point
Copy the full SHA ac12ca4View commit details
Commits on Jun 22, 2023
-
(feat) Created the API class for the bank module (with its unit tests)
abel committedJun 22, 2023 Configuration menu - View commit details
-
Copy full SHA for cf4dc61 - Browse repository at this point
Copy the full SHA cf4dc61View commit details
Commits on Jun 23, 2023
-
(feat) Created the API component for the auth module. Created also th…
…e required classes to handle pagination options and results pagination information.
abel committedJun 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 011b9ee - Browse repository at this point
Copy the full SHA 011b9eeView commit details
Commits on Oct 11, 2023
-
(feat) Created the API component for the auction module (with the uni…
…t tests)
abel committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for a5040cd - Browse repository at this point
Copy the full SHA a5040cdView commit details -
(feat) Created the API class for the bank module (with its unit tests)
abel committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for df4436d - Browse repository at this point
Copy the full SHA df4436dView commit details -
(feat) Created the API component for the auth module. Created also th…
…e required classes to handle pagination options and results pagination information.
abel committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for 42c3cb4 - Browse repository at this point
Copy the full SHA 42c3cb4View commit details -
Merge branch 'feat/create_api_components' of https://github.com/Injec…
…tiveLabs/sdk-python into feat/create_api_components
abel committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for cb666b3 - Browse repository at this point
Copy the full SHA cb666b3View commit details -
(fix) Fix Network imports in tests after synchronizing the refactorin…
…g branch with `dev`. Updated isort configuration to combine as imports
abel committedOct 11, 2023 Configuration menu - View commit details
-
Copy full SHA for d4b51d1 - Browse repository at this point
Copy the full SHA d4b51d1View commit details
Commits on Oct 20, 2023
-
(feat) Implemented Indexer Account low level API component. Created n…
…ew functions in AsyncClient to use the new component and marked the old ones as deprecated (to be removed in the future)
abel committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for ba7c0ab - Browse repository at this point
Copy the full SHA ba7c0abView commit details -
(feat) Implemented the AuthZ low level API component
abel committedOct 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 45a4b7e - Browse repository at this point
Copy the full SHA 45a4b7eView commit details
Commits on Oct 24, 2023
-
(feat) Implemented low level API component for Transactions module. A…
…dded tests cases and created new functions in AsyncClient using the new component. Marked old functions as deprecated
abel committedOct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for f49d7c5 - Browse repository at this point
Copy the full SHA f49d7c5View commit details -
(fix) Update urllib3 requirement to solve dependabot issue
abel committedOct 24, 2023 Configuration menu - View commit details
-
Copy full SHA for 78612f6 - Browse repository at this point
Copy the full SHA 78612f6View commit details
Commits on Oct 30, 2023
-
(feat) Created Indexer Meta API components. Created new functions in …
…AsyncClient to use them and market the ones interacting directly with the stubs as deprecated
abel committedOct 30, 2023 Configuration menu - View commit details
-
Copy full SHA for 125c94b - Browse repository at this point
Copy the full SHA 125c94bView commit details
Commits on Oct 31, 2023
-
(feat) Implemented the low level API component for Indexer Oracle mod…
…ule, with the unit tests. Created new methods in AsyncClient to use them, and marked the ones directly using the stubs as deprecated
abel committedOct 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 58ee139 - Browse repository at this point
Copy the full SHA 58ee139View commit details -
(feat) Implemented low level API components for Indexer Insurance mod…
…ule, with unit tests. Created new functions to access them in AsyncClient and marked the old functions using the stub directly as deprecated
abel committedOct 31, 2023 Configuration menu - View commit details
-
Copy full SHA for 7801216 - Browse repository at this point
Copy the full SHA 7801216View commit details -
(feat) Implemented the low level API components for the Indexer Aucti…
…on module, with tests. Added new functions in AsyncClient to use the component and marked the old functions using the stub directly as deprecated
abel committedOct 31, 2023 Configuration menu - View commit details
-
Copy full SHA for bd46412 - Browse repository at this point
Copy the full SHA bd46412View commit details
Commits on Nov 3, 2023
-
(feat) Started implementing the Indexer Spot Exchange low level API c…
…omponents
abel committedNov 3, 2023 Configuration menu - View commit details
-
Copy full SHA for e080b0f - Browse repository at this point
Copy the full SHA e080b0fView commit details
Commits on Nov 9, 2023
-
Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-python int…
…o feat/create_api_components
abel committedNov 9, 2023 Configuration menu - View commit details
-
Copy full SHA for caaec5d - Browse repository at this point
Copy the full SHA caaec5dView commit details
Commits on Nov 13, 2023
-
(feat) Implemented request endpoints for spot exchange in the low lev…
…el API component. Added new functions in AsyncClient and deprecated the old ones. Updated examples
abel committedNov 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c7c1b53 - Browse repository at this point
Copy the full SHA c7c1b53View commit details
Commits on Nov 15, 2023
-
(feat) Implemented low level API for all stream endpoints of the spot…
… exchange module. Deprecated the old stream functions in AsyncClient and implemented new functions for the API component streams. Updated the example scripts.
abel committedNov 15, 2023 Configuration menu - View commit details
-
Copy full SHA for 675d71f - Browse repository at this point
Copy the full SHA 675d71fView commit details -
Merge branch 'fix/use_injective_forks_proto_definitions' of https://g…
…ithub.com/InjectiveLabs/sdk-python into feat/create_api_components
abel committedNov 15, 2023 Configuration menu - View commit details
-
Copy full SHA for d89245a - Browse repository at this point
Copy the full SHA d89245aView commit details
Commits on Nov 17, 2023
-
(feat) Added exchange derivative module gRPC requests to the low leve…
…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
abel committedNov 17, 2023 Configuration menu - View commit details
-
Copy full SHA for a549e62 - Browse repository at this point
Copy the full SHA a549e62View commit details
Commits on Nov 27, 2023
-
(feat) Added low level API component for exchange derivative streams.…
… 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
abel committedNov 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 0edbb81 - Browse repository at this point
Copy the full SHA 0edbb81View commit details
Commits on Nov 29, 2023
-
(feat) Added low level API components for the exchange portfolio modu…
…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.
abel committedNov 29, 2023 Configuration menu - View commit details
-
Copy full SHA for cfb507e - Browse repository at this point
Copy the full SHA cfb507eView commit details
Commits on Dec 1, 2023
-
(feat) Added low level API components for the exchange explorer modul…
…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.
abel committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 25adca0 - Browse repository at this point
Copy the full SHA 25adca0View commit details -
(feat) Added low level API component for exchange explorer streams. A…
…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.
abel committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for d65cb2e - Browse repository at this point
Copy the full SHA d65cb2eView commit details
Commits on Dec 2, 2023
-
(feat) Added low level API component for chain stream. Added unit tes…
…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.
abel committedDec 2, 2023 Configuration menu - View commit details
-
Copy full SHA for f32ec5e - Browse repository at this point
Copy the full SHA f32ec5eView commit details
Commits on Dec 3, 2023
-
Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-python int…
…o feat/create_api_components
abel committedDec 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 8e2a66e - Browse repository at this point
Copy the full SHA 8e2a66eView commit details
Commits on Dec 4, 2023
-
(fix) Fixed failing deprecation warning tests
abel committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 4de1701 - Browse repository at this point
Copy the full SHA 4de1701View commit details -
(fix) Updated coverage requirement from 50% to 65%
abel committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for e72eedf - Browse repository at this point
Copy the full SHA e72eedfView commit details -
(fix) Fixed scripts still referencing deprecated functions in AsyncCl…
…ient
abel committedDec 4, 2023 Configuration menu - View commit details
-
Copy full SHA for 7672c35 - Browse repository at this point
Copy the full SHA 7672c35View commit details