@@ -78,61 +78,57 @@ python pyinjective/fetch_metadata.py
7878
7979
8080### Changelogs
81- ** 0.5.6.2**
82- * Add authz support in composer and client
83- * Add historical rewards for Trade & Earn
84-
85- ** 0.5.6.1**
81+ 0.5.6.1
8682* Add devnet ini to local env
8783
88- ** 0.5.6.0**
89- * Add local env in networks
84+ 0.5.6.0
85+ * add local env in networks
9086
91- ** 0.5.5.9**
92- * Add MsgBatchUpdateOrders to the composer
93- * Add skip/limit parameters to FundingPayments
87+ 0.5.5.9
88+ * add MsgBatchUpdateOrders to the composer
89+ * add skip/limit parameters to funding payments
9490
95- ** 0.5.5.8**
96- * Fix stream_bids in async client
97- * Add more messages in MsgResponses for simulation
91+ 0.5.5.8
92+ * fix stream_bids in async client
93+ * add more messages in MsgResponses for simulation
9894
99- ** 0.5.5.5**
95+ 0.5.5.5
10096* Refactor LCD endpoints
101- * Regen ini files
97+ * regen ini files
10298
103- ** 0.5.5.1**
99+ 0.5.5.1
104100* Add ATOM back to denoms_mainnet.ini
105101
106- ** 0.5.5**
102+ 0.5.5
107103* Added MsgBid to the Composer and provided an example
108104* Refactored the clients and composer with kwargs for optional arguments
109105
110- ** 0.5.4**
106+ 0.5.4
111107* Added PortfolioRequest, GetTxByHashRequest, AuctionRequest, AuctionsRequest, StreamBidsRequest and provided examples
112108* Updated the composer with MsgIncreasePosition and MsgLiquidatePosition
113109* Added reduce-only orders to the composer and updated examples
114110
115- ** 0.5.3**
116- * Add skip, and limit to trade request
111+ 0.5.3
112+ * add skip, and limit to trade request
117113
118- ** 0.5.2**
119- * Add sync init_num_seq, changed previous init_num_seq to async_init_num_seq
120- * Add staging mainnet endpoint, update market metadata
121- * Protobuf regen
122- * Response parser improvements
123- * Fix type hints
114+ 0.5.2
115+ * add sync init_num_seq, changed previous init_num_seq to async_init_num_seq
116+ * add staging mainnet endpoint, update market metadata
117+ * protobuf regen
118+ * response parser improvements
119+ * fix type hints
124120
125- ** 0.5.1**
126- * Add AsyncClient
127- * Add MetaRPC API
121+ 0.5.1
122+ * add AsyncClient
123+ * add MetaRPC API
128124
129125** 0.4.8**
130126
131- * Add tokyo as optional API node option for mainnet
132- * Improve conversion utils, include gas estimation in simulation response
133- * Update exchange client
134- * Add display fields, update ini files, fix derv quantity conversion
135- * Minor format fixes
127+ * add tokyo as optional API node option for mainnet
128+ * improve conversion utils, include gas estimation in simulation response
129+ * update exchange client
130+ * add display fields, update ini files, fix derv quantity conversion
131+ * minor format fixes
136132
137133** 0.4.5**
138134* Wrap exchange grpc client into Client class.
0 commit comments