Releases: dymensionxyz/dymension-rdk
v1.0.0-beta
What's Changed
Breaking change
- feat!: updated RDK to use vanilla IBC by @omritoptix in #277
Misc
- chore: reduced ConsesnsusVersion of sequencers module to 1 by @mtsitrin in #266
- chore: renaming Agents to Members by @mtsitrin in #267
Full Changelog: v0.4.0-rc6...v1.0.0-beta
v0.4.0-rc6
What's Changed
- feat: support stakers on genesis by @mtsitrin in #260
- build(deps): bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @dependabot in #258
- chore: Upgrade dymint by @ItayLevyOfficial in #270
Full Changelog: v0.4.0-rc4...v0.4.0-rc6
v0.4.0-rc5
What's Changed
Full Changelog: v0.4.0-rc4...v0.4.0-rc5
v0.4.0-rc4
What's Changed
- chore: Add a Dependabot file by @ItayLevyOfficial in #249
- chore: Upgrade dymint version by @ItayLevyOfficial in #256
Full Changelog: v0.4.0-rc3...v0.4.0-rc4
v0.4.0-rc3
What's Changed
- fix: evm module to use sequencers module instead of staking by @mtsitrin in #223
- build(deps): update dymint to v0.5.0-rc2 by @omritoptix in #227
- chore: renamed imports to rdk by @mtsitrin in #225
- chore: moved logging flags to be part of the logger package by @mtsitrin in #229
- fix: fixed epochs proto API path by @mtsitrin in #236
- fix: added keyring-backend flag for gentx_seq by @mtsitrin in #239
- fix: sequencer module returns two objects in initchain by @mtsitrin in #237
- chore!: remove the app from the rdk by @mtsitrin in #230
- chore: Update Dymint version to
v0.5.0-rc3
by @ItayLevyOfficial in #241
New Contributors
- @ItayLevyOfficial made their first contribution in #241
Full Changelog: v0.4.0-rc2...v0.4.0-rc3
v0.4.0-rc2
What's Changed
Full Changelog: v0.4.0-rc1...v0.4.0-rc2
v0.4.0-rc1
Highlights 🔆
- Add support for EVM
- Add support for the epochs module
- Support for getting active sequencer from the hub
What's Changed
Features
- feat: changed log rotate max size to be configurable vs hardcoded by @omritoptix in #107
- feat: Enhanced log config and enable log level override on a module basis by @omritoptix in #109
- feat: run rollapp with external token as native token by @mtsitrin in #127
- feat: support getting active sequencers from dymint by @mtsitrin in #147
- feat: add automatic erc20 conversion by @mtsitrin in #154
- feat: change ibc script to support dymension relayer by @mtsitrin in #156
- feat: upgrade RDK to use cosmos-sdk v0.46.10 by @mtsitrin in #180
- feat: simple way to add sequencer on genesis by @mtsitrin in #183
- feat: change minting to be epoch based by @mtsitrin in #198
- feat: support reading dymint configuration from file by @mtsitrin in #187
- feat: add evm module to the rdk by @mtsitrin in #113
- feat: passing max_log_size to the logger by @mtsitrin in #111
Fixes
- fix: fixed overwritten signal handler in
cmd/start
by @mtsitrin in #195 - fix: fixed ERC20 support by @mtsitrin in #140
- fix: ci lint failure by @omritoptix in #165
- fix: fixed bug when modifying staking params in init script by @mtsitrin in #176
- fix: changed the ibc_go replace directive to the release/v5.1.x_dymint branch by @mtsitrin in #185
- fix: RDK upgrade handler fix from v0.45 to v0.46 by @mtsitrin in #192
- fix: changed Int64 to string when logging by @mtsitrin in #220
Misc
- chore: clean up scripts folder by @mtsitrin in #149
- chore: move dymint related commands to dymint repo by @mtsitrin in #206
- build(deps): replaced gorillas RPC module with dymensionxyz fork by @omritoptix in #131
- ci: add git workflow to run tests by @mtsitrin in #135
- chore: change the default way to run a rollapp to use mock for both the settlement and da by @mtsitrin in #138
- build(deps): Bump [golang.org/x/net](http://golang.org/x/net) from 0.3.0 to 0.7.0 by @dependabot in #150
- chore: create pull request template by @omritoptix in #153
- chore: changed ascii from rollapp X to rollapp by @mtsitrin in #167
- chore: doubled the default unbonding time by @mtsitrin in #171
- refactor: updated script environment variables to prevent confusion by @omritoptix in #173
- chore: validates there are sequencers on genesis by @mtsitrin in #174
- chore: using gas_prices instead of fixed fee for batch submit to the hub by @mtsitrin in #184
- chore: Set default pruning of the rollapp to be custom by @mtsitrin in #193
- docs: add readme by @omritoptix in #199
- docs: fix invalid flag name by @ItzhakBokris in #201
- chore: remove the override of the expected chain id in EVM module by @mtsitrin in #203
- chore: Readme update and repo cleaning by @mtsitrin in #212
- build(deps): Bumped dymint to v0.5.0-rc1. by @omritoptix in #216
New Contributors
- @dependabot made their first contribution in #150
- @ItzhakBokris made their first contribution in #201
Full Changelog: v0.2.0-beta...v0.4.0-rc1
Our current challenges are with the one rollapp deployment for testnet + block explorer.
We'll need to have a strategy for deploying all the stack
v0.3.0-beta
Summary
This release introduces the EVM module to stack, fixes critical bugs found in dependencies and enhances logging configuration.
What's Changed
- build(deps): Bumped dymint to e6f489c7ab55 by @omritoptix in #102
- build(deps): bumped dymint to v0.3.1-beta by @omritoptix in #105
- feat: changed log rotate max size to be configurable vs hardcoded by @omritoptix in #107
- feat: Enhanced log config and enable log level override on a module basis by @omritoptix in #109
- feat: passing max_log_size to the logger by @mtsitrin in #111
- build(deps): Bumped dymint to 6151a3c by @omritoptix in #117
- build(deps) : Bumped dymint to 95228081927f by @omritoptix in #126
- feature: mtsitrin/91 add evm module to the rdk by @mtsitrin in #113
- build(deps): Bumped dymint to 689eabe95a65 by @omritoptix in #129
- build(deps): replaced gorillas RPC module with dymensionxyz fork by @omritoptix in #131
- build(deps): bumped dymint to v0.3.2-beta. by @omritoptix in #144
Full Changelog: v0.2.0-beta...v0.3.0-beta
v0.2.1-beta
Bumped dymint to v0.3.1-beta
Full Changelog: v0.2.0-beta...v0.2.1-beta
v0.2.0-beta - 35C
This release is the first release to be used on the 35C Testnet.
Some notable features:
Initializes dymint on init
Rewards distribution to sequencers
Support for rollapp supported IBC
New Contributors
- @mtsitrin made their first contribution in #8
- @omritoptix made their first contribution in #28
- @shaolin-flow made their first contribution in #44
- @omahs made their first contribution in #58
Full Changelog: https://github.com/dymensionxyz/dymension-rdk/commits/v0.2.0-beta