You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(feat) Created a new Composer and a new AsyncClient to support exchange v2 endpoints. The original Composer and AsyncClient are still supported. Created an IndexerClient for all indexer endpoints
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
10
10
- Updated all chain exchange module examples to use the new Exchange V2 proto queries and types
11
11
- Added examples for ERC20 queries and messages
12
12
- Added examples for EVM queries
13
+
- Created a new AsyncClient in the pyinjective.async_client_v2 module. This new AsyncClient provides support for the newe v2 exchange endpoints. AsyncClient in pyinjective.async_client module still provides access to the v1 exchange endpoints.
14
+
- Created a new Composer in the pyinjective.composer_v2 module. This new Composer provides support to create exchange v2 objects. Composer in pyinjective.composer module still provides access to the v1 exchange objects.
15
+
- Created the IndexerClient class to have all indexer queries. AsyncClient v2 now does not include any logic related to the indexer endpoints. The original AsyncClient still does support indexer endpoints (for backwards compatibility) but it does that by using an instance of the IndexerClient
13
16
14
17
### Removed
15
18
- Removed all methods marked as deprecated in AsyncClient and Composer
0 commit comments