Description
We are thrilled to announce the release of Elys Network v0.9.0, encompassing a range of enhancements and fixes to heighten the overall performance and functionality of the platform. The key changes in this release include:
1. Minimum Gas Prices Configuration:
- Addition of settings for minimum gas prices, allowing for multiple tokens to be leveraged for transaction gas fees. This enhances the flexibility and accessibility of transactions within the network.
2. Revenue Collection Logic Implementation:
- Implementation of the core logic to facilitate revenue collection, providing a streamlined approach to handle income generated within the network.
3. Margin Module & Position Management:
- The initial specification of the margin module has been introduced.
- This includes functionalities for opening and closing long positions, enhancing the trading capabilities of the network.
4. Governance Proposal Automation:
- A specialized script has been crafted to prepare and automatically submit governance proposals.
- This includes updates to pool information such as multiplier settings, making governance operations more efficient and transparent.
5. Cosmos SDK Upgrade:
- The chain has been upgraded to Cosmos SDK version 0.47.4, ensuring compatibility with the latest features and improvements of the Cosmos ecosystem.
6. CI Pipeline Enhancements:
- Various issues within the Continuous Integration (CI) pipeline have been addressed, improving the process for releasing new binaries with the updated SDK version.
7. CosmWasm Smart Contracts Integration:
- Integration of the wasmd module now enables support for CosmWasm smart contracts, expanding the development possibilities and enriching the smart contract ecosystem on Elys Network.
This release reflects our continuous commitment to advancing the Elys Network's capabilities and addressing user feedback.
We extend our gratitude for your ongoing support, and want to emphasise that your feedback is highly valued and appreciated.
What's Changed
- Feat/fix unittest by @kenta-elys in #137
- fix localnet script by @cosmic-vagabond in #136
- Contribution guide and PR template by @jelysn in #138
- Feat/ignite troubleshoot by @kenta-elys in #140
- Add minimum gas prices setting to enable multiple gas tokens by @jelysn in #141
- feat: implement revenue collect by @kenta-elys in #139
- Add license by @jelysn in #144
- Add basic margin spec by @jelysn in #142
- feat: fetch data from google sheet api and store it to csv by @kenta-elys in #145
- fix: change multiplier from int to decimal by @kenta-elys in #146
- feat: complete a bash script to submit update pool info gov proposal by @kenta-elys in #148
- feat: scaffold margin module by @kenta-elys in #149
- Cosmos SDK upgrade to v0.47.3 by @jelysn in #147
- Ignite github actions cli update by @jelysn in #150
- Feat/margin cli by @kenta-elys in #152
- feat: scaffold queries of margin by @kenta-elys in #154
- fix: remaining changes for 47 upgrade by @cosmic-vagabond in #155
- ci: fix release process by @cosmic-vagabond in #157
- Wasm v0.40.1 integration by @jelysn in #153
- feat: add new modules to store upgrades by @cosmic-vagabond in #158
- fix: param table must be initialized manually by @cosmic-vagabond in #159
- fix: wrong key table used with manual init of param key tables by @cosmic-vagabond in #160
- fix: temp fix to work with version w/ and w/o v prefix by @cosmic-vagabond in #163
- build: upgrade wasmd and sdk to 47.4 by @cosmic-vagabond in #164
- chore: implement long position open & close by @kenta-elys in #162
Full Changelog: v0.8.0...v0.9.0