|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +## [0.10.0] - 2023-09-27 |
| 6 | +### Added |
| 7 | +- New chain stream support |
| 8 | + |
| 9 | +### Changed |
| 10 | +- Moved changelog from the README.md file to its own CHANGELOG.md file |
| 11 | + |
| 12 | +## [0.9.0] |
| 13 | +* Replace Pipenv with Poetry |
| 14 | +* Add pre-commit validations to the project |
| 15 | +* Add a GitHub workflow to run all tests and calculate coverage for each PR |
| 16 | + |
| 17 | +## [0.8.5] |
| 18 | +* Added NEOK/USDT and ORAI/USDT spot markets to the mainnet .ini file |
| 19 | + |
| 20 | +## [0.8.4] |
| 21 | +* Added methods to SpotMarket, DerivativeMarket and BianaryOptionMarket to translate chain prices and quantities to human-readable format. |
| 22 | + |
| 23 | +## [0.8.3] |
| 24 | +* Fix dependency issue in setup.py. |
| 25 | + |
| 26 | +## [0.8.2] |
| 27 | +* Add web3 library as a dependency for the project. |
| 28 | + |
| 29 | +## [0.8.1] |
| 30 | +* Moved the configuration to use a secure or insecure connection inside the Network class. The AsyncClient's `insecure` parameter is no longer used for anything and will be removed in the future. |
| 31 | +* Made the new load balanced bare-metal node the default one for mainnet (it is called `lb`). The legacy one (load balanced k8s node) is called `lb_k8s` |
| 32 | + |
| 33 | +## [0.8] |
| 34 | +* Refactor Composer to be created with all the markets and tokens. The Composer now uses the real markets and tokens to convert human-readable values to chain format |
| 35 | +* The Composer can still be instantiated without markets and tokens. When markets and tokens are not provided the Composer loads the required information from the Denoms used in previous versions |
| 36 | +* Change in AsyncClient to be able to create Composer instances for the client network, markets and tokens |
| 37 | +* Examples have been adapted to create Composer instances using the AsyncClient |
| 38 | +* Added new nodes (bare-metal load balancing nodes) for mainnet and testnet |
| 39 | +* Deprecated the kubernetes load balanced nodes for testnet |
| 40 | +* Refactored the cookies management logic into a cookie assistant. Added the required logic to support the new cookies format for bare-metal load balanced nodes |
| 41 | +* Removed class Client. The only supported now is the async version called AsyncClient. |
| 42 | + |
| 43 | +## [0.7.1.1] |
| 44 | +* Fixed Testnet network URLs |
| 45 | + |
| 46 | +## [0.7.2.1] |
| 47 | +* Synchronization of denoms configuration files. |
| 48 | + |
| 49 | +## [0.7.2] |
| 50 | +* Added a new gas limit calculation for the TransactionBroadcaster that estimates the value based on the messages in the transaction (without running the transaction simulation). |
| 51 | + |
| 52 | +## [0.7.1.2] |
| 53 | +* Add NBLA |
| 54 | + |
| 55 | +## [0.7.1.1] |
| 56 | +* Fixed Testnet network URLs |
| 57 | + |
| 58 | +## [0.7.1] |
| 59 | +* Include implementation of the TransactionBroadcaster, to simplify the transaction creation and broadcasting process. |
| 60 | + |
| 61 | +## [0.7.0.6] |
| 62 | +* ADD SEI/USDT in metadata |
| 63 | + |
| 64 | +## [0.7.0.5] |
| 65 | +* Added the required logic in the MsgSubaccountTransfer message to translate amounts and token into the correct amount and token name representation for the chain |
| 66 | + |
| 67 | +## [0.7.0.4] |
| 68 | +* Synchronized decimals for ATOM and WETH in Testnet with the configuration provided by the indexer |
| 69 | + |
| 70 | +## [0.7.0.3] |
| 71 | +* Add FRCOIN testnet |
| 72 | + |
| 73 | +## [0.7.0.2] |
| 74 | +* Removed from AsyncClient all references to the deprecated OrderBook RPC endpoints (replaced them with OrderBookV2) |
| 75 | +* Updated all orderbook examples |
| 76 | + |
| 77 | +## [0.7] |
| 78 | +* Removed references to pysha3 library (and also eip712-struct that required it) and replaced it with other implementation to allow the project to work with Python 3.11 |
| 79 | +* Updated sentry nodes LCD URL, for each sentry node to use its own service |
| 80 | + |
| 81 | +## [0.6.5] |
| 82 | +* Removed `k8s` from the list of supported mainnet nodes (`lb` should be used instead) |
| 83 | + |
| 84 | +## [0.6.4] |
| 85 | +* Change logging logic to use different loggers for each module and class |
| 86 | +* Solved issue preventing requesting spot and derivative historical orders for more than one market_id |
| 87 | +* Add `pytest` as a development dependency to implement and run unit tests |
| 88 | + |
| 89 | +## [0.6.3.3] |
| 90 | +* Update the code to the new structure of transaction responses |
| 91 | + |
| 92 | +## [0.6.3.1] |
| 93 | +* Update the code to the new structure of transaction simulation responses |
| 94 | + |
| 95 | +## [0.6.2.7] |
| 96 | +* Fix margin calculation in utils |
| 97 | + |
| 98 | +## [0.6.2.1] |
| 99 | +* Remove version deps from Pipfile |
| 100 | + |
| 101 | +## [0.6.2.0] |
| 102 | +* Add MsgUnderwrite, MsgRequestRedemption in Composer |
| 103 | + |
| 104 | +## [0.6.1.8] |
| 105 | +* Add MsgCreateInsuranceFund in Composer |
| 106 | +* Re-gen mainnet denoms |
| 107 | + |
| 108 | +## [0.6.1.5] |
| 109 | +* Add MsgExecuteContract in Composer |
| 110 | + |
| 111 | +## [0.6.1.4] |
| 112 | +* Add wMATIC |
| 113 | + |
| 114 | +## [0.6.1.2] |
| 115 | +* Add OrderbookV2 method in async client |
| 116 | + |
| 117 | +## [0.6.1.1] |
| 118 | +* Add ARB/USDT |
| 119 | + |
| 120 | +## [0.6.0.9] |
| 121 | +* Deprecate K8S and set LB as default |
| 122 | +* Proto re-gen |
| 123 | + |
| 124 | +## [0.6.0.8] |
| 125 | +* Add USDCfr |
| 126 | + |
| 127 | +## [0.6.0.7] |
| 128 | +* Add LDO |
| 129 | + |
| 130 | +## [0.6.0.6] |
| 131 | +* Set default testnet endpoints to K8S |
| 132 | +* Remove LB config for testnet |
| 133 | +* Fix relative imports in composer |
| 134 | +* Add AccountPortfolio & StreamAccountPortfolio |
| 135 | + |
| 136 | +## [0.6.0.5] |
| 137 | +* Add new testnet endpoints |
| 138 | +* Re-gen mainnet denoms |
| 139 | + |
| 140 | +## [0.6.0.4] |
| 141 | +* Remove explicit versions from protobuf and grpcio-tools dependencies |
| 142 | + |
| 143 | +## [0.6.0.2] |
| 144 | +* Re-gen mainnet denoms |
| 145 | + |
| 146 | +## [0.6.0.0] |
| 147 | +* Change default network to LB |
| 148 | +* Re-gen mainnet denoms |
| 149 | + |
| 150 | +## [0.5.9.7] |
| 151 | +* Re-gen mainnet denoms |
| 152 | + |
| 153 | +## [0.5.9.6] |
| 154 | +* Re-gen proto |
| 155 | + |
| 156 | +## [0.5.9.5] |
| 157 | +* Add orderbook snaphot methods |
| 158 | + |
| 159 | +## [0.5.9.4] |
| 160 | +* Re-gen mainnet denoms |
| 161 | + |
| 162 | +## [0.5.9.4] |
| 163 | +* Re-gen mainnet denoms |
| 164 | + |
| 165 | +## [0.5.9.2] |
| 166 | +* Fix margin conversion for binary options |
| 167 | + |
| 168 | +## [0.5.9.1] |
| 169 | +* Add skip/limit to BinaryOptionsMarketsRequest |
| 170 | + |
| 171 | +## [0.5.9.0] |
| 172 | +* Re-gen proto |
| 173 | +* Fix MsgRewardsOptOut |
| 174 | +* Remove pysha3 dependency |
| 175 | + |
| 176 | +## [0.5.8.8] |
| 177 | +* Add grpc_explorer_endpoint in Network |
| 178 | +* Add explorer channel and stub |
| 179 | + |
| 180 | +*BREAKING CHANGES* |
| 181 | + |
| 182 | +- Clients using [Custom Network](https://github.com/InjectiveLabs/sdk-python/blob/master/pyinjective/constant.py#L166) must now set grpc_explorer_endpoint during init |
0 commit comments