@@ -78,57 +78,61 @@ python pyinjective/fetch_metadata.py
7878
7979
8080### Changelogs
81- 0.5.6.1
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**
8286* Add devnet ini to local env
8387
84- 0.5.6.0
85- * add local env in networks
88+ ** 0.5.6.0**
89+ * Add local env in networks
8690
87- 0.5.5.9
88- * add MsgBatchUpdateOrders to the composer
89- * add skip/limit parameters to funding payments
91+ ** 0.5.5.9**
92+ * Add MsgBatchUpdateOrders to the composer
93+ * Add skip/limit parameters to FundingPayments
9094
91- 0.5.5.8
92- * fix stream_bids in async client
93- * add more messages in MsgResponses for simulation
95+ ** 0.5.5.8**
96+ * Fix stream_bids in async client
97+ * Add more messages in MsgResponses for simulation
9498
95- 0.5.5.5
99+ ** 0.5.5.5**
96100* Refactor LCD endpoints
97- * regen ini files
101+ * Regen ini files
98102
99- 0.5.5.1
103+ ** 0.5.5.1**
100104* Add ATOM back to denoms_mainnet.ini
101105
102- 0.5.5
106+ ** 0.5.5**
103107* Added MsgBid to the Composer and provided an example
104108* Refactored the clients and composer with kwargs for optional arguments
105109
106- 0.5.4
110+ ** 0.5.4**
107111* Added PortfolioRequest, GetTxByHashRequest, AuctionRequest, AuctionsRequest, StreamBidsRequest and provided examples
108112* Updated the composer with MsgIncreasePosition and MsgLiquidatePosition
109113* Added reduce-only orders to the composer and updated examples
110114
111- 0.5.3
112- * add skip, and limit to trade request
115+ ** 0.5.3**
116+ * Add skip, and limit to trade request
113117
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
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
120124
121- 0.5.1
122- * add AsyncClient
123- * add MetaRPC API
125+ ** 0.5.1**
126+ * Add AsyncClient
127+ * Add MetaRPC API
124128
125129** 0.4.8**
126130
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
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
132136
133137** 0.4.5**
134138* Wrap exchange grpc client into Client class.
0 commit comments