⚠️ This release introduces breaking changes ⚠️
Highlights 🔆
- Support for EVM on the hub
- Upgraded to use cosmos sdk v0.46.10
- Refactored the sequencer/rollapp api
What's Changed
Features
- feat: added /healthcheck endpoint that return 200OK if hub's height progress… by @mtsitrin in #241
- feat: Add latest-state-index command by @ItzhakBokris in #257
- feat: refactored hooks panics to errors by @mtsitrin in #259
- feat!: Added the EVM module by @mtsitrin in #260
- feat!: upgrade dymension hub to v0.46.10 by @mtsitrin in #264
Fixes
- fix: changed denom to udym by @mtsitrin in #194
- fix: fixed default prefix back to dym by @mtsitrin in #244
- fix: removed ibc dependency on x/rollapp/types by @mtsitrin in #246
- fix: packet forward middleware panic when transferring tokens with 10^18 denom by @mtsitrin in #262
Misc
- refactor!: changed the hub sequencer and rollapp api to be more useful and readable by @ItzhakBokris in #252
- chore: added genesis modify functions by @mtsitrin in #191
- chore: remove the
monitoringp
module by @fadeev in #211 - chore: remove dependence on
cosmoscmd
by @fadeev in #215 - ci: create a pr template by @omritoptix in #235
New Contributors
Full Changelog: v0.2.0-beta...v0.3.0-rc1