Releases: dymensionxyz/roller
Releases · dymensionxyz/roller
v0.1.16-beta
What's Changed
- fix: Match
roller config export
faucet URL with hub ID by @ItayLevyOfficial in #537 - fix: Change to use coin type 60 instead of 118 for the hub keys by @ItayLevyOfficial in #543
- chore: Updated relayer version by @ItayLevyOfficial in #545
- chore: Update rollapp evm by @ItayLevyOfficial in #548
- chore: Add verbose logs for periodic commands by @ItayLevyOfficial in #541
Full Changelog: v0.1.15-beta...v0.1.16-beta
v0.1.15-beta
What's Changed
- fix: update status when running with active channel by @mtsitrin in #522
- chore: Update rollapp config for better stability by @ItayLevyOfficial in #527
- fix: Generate formatted rollapp id for local rollapps by @ItayLevyOfficial in #526
- chore: Add an empty description and website to config export by @ItayLevyOfficial in #531
- feat: Add
roller config set hub-rpc
by @ItayLevyOfficial in #532 - feat: using flags as defualts in interactive mode by @mtsitrin in #528
Full Changelog: v0.1.14-beta...v0.1.15-beta
v0.1.14-beta
What's Changed
- chore: Removed unnecessary info for roller users from readme by @omritoptix in #486
- chore: Update
roller config set --help
to show the supported keys by @ItayLevyOfficial in #501 - chore: Change avail status to
active
by @ItayLevyOfficial in #509 - chore: Instruct users to run
roller migrate
by @ItayLevyOfficial in #512 - chore: Make integration tests use a local hub by @ItayLevyOfficial in #510
- chore: Make relayer rollapp hub height log clear by @ItayLevyOfficial in #514
- chore: Change analytics to true in
roller config export
by @ItayLevyOfficial in #513 - fix: Prevent generate new avail seed in
roller migrate
by @ItayLevyOfficial in #517 - feat: Auto-generate EIP115 and revision by @ItayLevyOfficial in #499
- chore: Rollapp ID should consist only of alphabetical lowercase english letters by @ItayLevyOfficial in #519
Full Changelog: v0.1.13-beta...v0.1.14-beta
v0.1.14-beta-rc02
What's Changed
- chore: Rollapp ID should consist only of alphabetical lowercase english letters by @ItayLevyOfficial in #519
Full Changelog: v0.1.14-beta-rc01...v0.1.14-beta-rc02
v0.1.14-beta-rc01
What's Changed
- chore: Removed unnecessary info for roller users from readme by @omritoptix in #486
- chore: Update
roller config set --help
to show the supported keys by @ItayLevyOfficial in #501 - chore: Change avail status to
active
by @ItayLevyOfficial in #509 - chore: Instruct users to run
roller migrate
by @ItayLevyOfficial in #512 - chore: Make integration tests use a local hub by @ItayLevyOfficial in #510
- chore: Make relayer rollapp hub height log clear by @ItayLevyOfficial in #514
- chore: Change analytics to true in
roller config export
by @ItayLevyOfficial in #513 - fix: Prevent generate new avail seed in
roller migrate
by @ItayLevyOfficial in #517 - feat: Auto-generate EIP115 and revision by @ItayLevyOfficial in #499
Full Changelog: v0.1.13-beta...v0.1.14-beta-rc01
v0.1.13-beta
What's Changed
- feat: Add a
no-output
flag to roller init and register by @ItayLevyOfficial in #406 - chore: Added froopyland as an option to the network list by @omritoptix in #423
- fix: adjusted timeouts. added retry loop over create channels by @mtsitrin in #426
- Hotfix/relayer timeouts by @mtsitrin in #427
- feat: Add a sequencer status command by @ItayLevyOfficial in #431
- chore: increased default empty block timeout to 1 hour by @mtsitrin in #433
- chore: updated rollapp-evm in the script to v0.1.0-rc5 by @omritoptix in #435
- fix: update compile_locally rollapp-evm ver by @omritoptix in #436
- chore: Add migrate to 0.1.9 to update empty max block time by @omritoptix in #438
- feat: Add a
roller config export
command by @ItayLevyOfficial in #439 - chore: Change celestia gas prices to 1 by @ItayLevyOfficial in #446
- chore: Display "Unhealthy" rather than "Stopped, restarting" when the sequencer is unhealthy by @ItayLevyOfficial in #441
- chore: Add an end to end test workflow by @ItayLevyOfficial in #419
- chore: Make e2e flow run only on a manual trigger by @ItayLevyOfficial in #453
- chore: Allow mock da on a non-local hub by @ItayLevyOfficial in #450
- feat: Add a command to change DA with an existing rollapp by @ItayLevyOfficial in #451
- fix: Read output ports from config files by @ItayLevyOfficial in #455
- feat: Add set functions to all rollapp ports by @ItayLevyOfficial in #457
- fix: dymint expect mock in config instead of local by @mtsitrin in #460
- fix : fix IBC establishment by @mtsitrin in #443
- fix: changed default empty blocks to 90s by @mtsitrin in #461
- chore: Add prompt and output when changing DA layer by @ItayLevyOfficial in #462
- fix: Verify rollapp hub height is valid before creating a connection by @ItayLevyOfficial in #467
- chore: upgrade rollapp evm version by @ItayLevyOfficial in #469
- chore: updated relayer version by @omritoptix in #471
- chore: Update
roller config export
structure by @ItayLevyOfficial in #478 - fix: Add a migration to update the relayer path by @ItayLevyOfficial in #482
- feat: Add a
roller tx fund-faucet
command by @ItayLevyOfficial in #479 - chore: updated evm to v0.1.8 and relayer to v0.1.3 by @omritoptix in #483
- docs: Add a local development section to the readme by @ItayLevyOfficial in #458
- chore: update blocktime to 3600s by @omritoptix in #485
- chore: Rebase from main by @omritoptix in #487
- fix: Update rly path data instead of re-create by @ItayLevyOfficial in #489
- chore: Semantic UX improvements by @ItayLevyOfficial in #494
- fix: Migrate panic when using mock DA by @ItayLevyOfficial in #492
- fix: Write new roller version to config after migration by @ItayLevyOfficial in #491
- fix: roller extarcts wrong active channel by @mtsitrin in #498
- fix: validate active connection by @mtsitrin in #500
- fix: Fixed connection-id missing key would cause relayer start to fail by @omritoptix in #503
Full Changelog: v0.1.10-beta...v0.1.13-beta
v0.1.13-rc06
What's Changed
- fix: Fixed connection-id missing key would cause relayer start to fail by @omritoptix in #503
Full Changelog: v0.1.13-rc05...v0.1.13-rc06
v0.1.13-rc05
What's Changed
Full Changelog: v0.1.13-rc04...v0.1.13-rc5
v0.1.13-rc04
What's Changed
Full Changelog: v0.1.13-rc03...v0.1.13-rc04
v0.1.13-rc03
What's Changed
- chore: Semantic UX improvements by @ItayLevyOfficial in #494
- fix: Migrate panic when using mock DA by @ItayLevyOfficial in #492
- fix: Write new roller version to config after migration by @ItayLevyOfficial in #491
Full Changelog: v0.1.13-rc02...v0.1.13-rc03