@@ -34,12 +34,12 @@ $ pipenv shell
3434$ pipenv install
3535
3636# connecting to Injective Exchange API
37- # and listening for new orders from one specific spot market
38- $ python examples/exchange_api_examples/ spot_exchange_rpc/8_StreamOrdersRequest .py
37+ # and listening for new orders from a specific spot market
38+ $ python examples/sync/exchange_client/ spot_exchange_rpc/8_StreamOrders .py
3939
4040# sending a msg with bank transfer
41- # signs and posts a Tx to the Injective Chain
42- $ python examples/chain_client_examples/1_CosmosBankMsgSend .py
41+ # signs and posts a transaction to the Injective Chain
42+ $ python examples/sync/chain_client/1_MsgSend .py
4343```
4444Upgrade ` pip ` to the latest version, if you see these warnings:
4545 ```
@@ -78,47 +78,47 @@ python pyinjective/fetch_metadata.py
7878
7979
8080### Changelogs
81- 0.5.6.1
81+ ** 0.5.6.1**
8282* Add devnet ini to local env
8383
84- 0.5.6.0
84+ ** 0.5.6.0**
8585* add local env in networks
8686
87- 0.5.5.9
87+ ** 0.5.5.9**
8888* add MsgBatchUpdateOrders to the composer
8989* add skip/limit parameters to funding payments
9090
91- 0.5.5.8
91+ ** 0.5.5.8**
9292* fix stream_bids in async client
9393* add more messages in MsgResponses for simulation
9494
95- 0.5.5.5
95+ ** 0.5.5.5**
9696* Refactor LCD endpoints
9797* regen ini files
9898
99- 0.5.5.1
99+ ** 0.5.5.1**
100100* Add ATOM back to denoms_mainnet.ini
101101
102- 0.5.5
102+ ** 0.5.5**
103103* Added MsgBid to the Composer and provided an example
104104* Refactored the clients and composer with kwargs for optional arguments
105105
106- 0.5.4
106+ ** 0.5.4**
107107* Added PortfolioRequest, GetTxByHashRequest, AuctionRequest, AuctionsRequest, StreamBidsRequest and provided examples
108108* Updated the composer with MsgIncreasePosition and MsgLiquidatePosition
109109* Added reduce-only orders to the composer and updated examples
110110
111- 0.5.3
111+ ** 0.5.3**
112112* add skip, and limit to trade request
113113
114- 0.5.2
114+ ** 0.5.2**
115115* add sync init_num_seq, changed previous init_num_seq to async_init_num_seq
116116* add staging mainnet endpoint, update market metadata
117117* protobuf regen
118118* response parser improvements
119119* fix type hints
120120
121- 0.5.1
121+ ** 0.5.1**
122122* add AsyncClient
123123* add MetaRPC API
124124
0 commit comments