From c9cb96d70edea0eeece6d8bc18c9b73fb2b0df9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:54:03 +0000 Subject: [PATCH] chore(main): release 1.6.5-alpha-rc02 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd5fda8..b71dfb50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.6.5-alpha-rc02](https://github.com/dymensionxyz/roller/compare/v1.6.4-alpha-rc02...v1.6.5-alpha-rc02) (2024-09-24) + + +### Bug Fixes + +* all "next steps" messages should be last ([#1025](https://github.com/dymensionxyz/roller/issues/1025)) ([e617da5](https://github.com/dymensionxyz/roller/commit/e617da5c26390f583dcf3d5eb99a105f2e2c74a0)) +* coin type should be 60 for all keys ([#1035](https://github.com/dymensionxyz/roller/issues/1035)) ([7c95e1e](https://github.com/dymensionxyz/roller/commit/7c95e1e1a0e5859e465a6c13ca0a51754c38c6dc)) +* eibc client should not rely on roller config ([#1024](https://github.com/dymensionxyz/roller/issues/1024)) ([94dd1d0](https://github.com/dymensionxyz/roller/commit/94dd1d03e6398015b367513cb26f5290d149748d)) +* handle rollapp's vm type properly during dep installation ([a31f605](https://github.com/dymensionxyz/roller/commit/a31f60552b8c2b9c73e069fb1f18ae6dcdd5ecae)) +* handle the initial sequencer ([#1027](https://github.com/dymensionxyz/roller/issues/1027)) ([c2934b2](https://github.com/dymensionxyz/roller/commit/c2934b25a7e330fe35b9926062bb649c1cc49f79)) +* require user to run `eibc init` before `start` ([#1023](https://github.com/dymensionxyz/roller/issues/1023)) ([61a002f](https://github.com/dymensionxyz/roller/commit/61a002fa3a7913f2f1d232b0c8efbefb0912d211)) +* set cointype to 118 for wasm rollapp ([#1036](https://github.com/dymensionxyz/roller/issues/1036)) ([09b708e](https://github.com/dymensionxyz/roller/commit/09b708edd354a9b6b0d8191bc54f800713617167)) +* show da balance in status ([#1026](https://github.com/dymensionxyz/roller/issues/1026)) ([d9c17f9](https://github.com/dymensionxyz/roller/commit/d9c17f95d469b04eba143f141398275fafaafa6f)) +* wait for valid ra height relayer setup ([#1020](https://github.com/dymensionxyz/roller/issues/1020)) ([4f8462a](https://github.com/dymensionxyz/roller/commit/4f8462ab3168fc0f5a35ec374983a48bebbd6c04)) + ## [1.6.4-alpha-rc02](https://github.com/dymensionxyz/roller/compare/v1.6.4-alpha-rc01...v1.6.4-alpha-rc02) (2024-09-20)