Releases: dymensionxyz/roller
Releases · dymensionxyz/roller
v0.1.10-beta-rc1
Full Changelog: v0.1.9-beta...v0.1.10-beta-rc1
v0.1.9-beta
Full Changelog: v0.1.8-beta...v0.1.9-beta
v0.1.8-beta
What's Changed
- feat: Add command to modify DA light client rpc port by @ItayLevyOfficial in #369
- chore: Upgrade rollapp-evm by @ItayLevyOfficial in #387
- chore: Increase empty block time by @ItayLevyOfficial in #389
- chore: Ensure unique namespace ID for Celestia rollapps by @ItayLevyOfficial in #385
- chore: Enable RollApp API unsafe C.O.R.S access by default by @ItayLevyOfficial in #391
- feat: Add local hub initialization logic to roller config init by @ItayLevyOfficial in #381
- chore: Make dymd binary accessible to users by @ItayLevyOfficial in #382
- fix: removed hard coded override flag by @mtsitrin in #395
- chore: Update migration to handle empty blocks in next version by @ItayLevyOfficial in #396
- feat: Add a
no-output
flag toroller run
by @ItayLevyOfficial in #400 - chore: Add JSON output support to
roller keys list
command by @ItayLevyOfficial in #398 - chore: Change relayer to use a single logger instance by @ItayLevyOfficial in #403
- chore: Modify EVM rollapp unique ID validation based on EIP155 by @ItayLevyOfficial in #409
- feat: Enable tag-specific roller installation by @ItayLevyOfficial in #411
- chore: updated updateClient cmd to run every hour by @omritoptix in #413
- chore: Print function call error if any in the relayer crons by @ItayLevyOfficial in #414
- fix: Fix source dymd path in the CD flow by @ItayLevyOfficial in #416
Full Changelog: v0.1.7...v0.1.8-beta
v0.1.7-beta
Full Changelog: v0.1.6...v0.1.7
v0.1.6-beta
What's Changed
- fix: relayer won't print errors on the stdout, only in logfile by @mtsitrin in #344
- feat: Add a
roller config show
command by @ItayLevyOfficial in #351 - feat: Add a
roller relayer channel show
command by @ItayLevyOfficial in #352 - chore: Update CORS Configuration to Use '*' as Default by @ItayLevyOfficial in #357
- chore: Reduce sleep interval between update clients and relay packets by @ItayLevyOfficial in #358
- chore: Add Basic Continuous Integration Workflow by @ItayLevyOfficial in #360
- chore: Remove hard-coded log level from roller sequencer start command by @ItayLevyOfficial in #364
- Chore: Update Relayer Status to Represent Various Stages of Channel Creation by @ItayLevyOfficial in #363
- chore: Add
relay-acks
to the relayer periodic commands by @ItayLevyOfficial in #359 - chore: Remove
-l
flag fromrly relay-packets
by @ItayLevyOfficial in #368 - feat: Add command to modify rollapp rpc port by @ItayLevyOfficial in #365
- feat: Add support for setting sequencer as sole governer by default by @omritoptix in #376
- chore: Upgrade relayer and rollapp-evm dependencies by @ItayLevyOfficial in #378
- fix: Switch from gvm to setup-go action in workflow by @ItayLevyOfficial in #380
Full Changelog: v0.1.5...v0.1.6
v0.1.5-beta
What's Changed
- chore: removed the config calls hack by @mtsitrin in #346
- fix: Set rollapp default listen addr to 0.0.0.0:26657 by @ItayLevyOfficial in #345
- Fix: Update
roller migrate
to Modify Rollapp Config for Zero Address RPC Exposure by @ItayLevyOfficial in #348 - feat: Avail - Support for Exporting Private Key by @ItayLevyOfficial in #349
Full Changelog: v0.1.4...v0.1.5
v0.1.4-beta
Highlights 🔆
- Expose an HTTP metric endpoint to monitor the rollapp
- Added a
roller services load
command to run the rollapp as a Systemd service - Added support for Avail as a DA
- Stabilized the relayer flow
- Introduced a
roller migrate
command for configuration upgrades
What's Changed
Features
- feat: Add 'roller services load' command to load the different RollApp services by @ItayLevyOfficial in #282
- feat: add bank denom metadata to rollapp genesis by @VictorTrustyDev in #292
- feat: add support for avail as a da by @mtsitrin in #285
- feat: stabilize relayer flow by @mtsitrin in #308
- feat: Add roller migrate for Configuration Upgrades by @ItayLevyOfficial in #317
- feat: added vm type parameter by @mtsitrin in #319
- 126 add optional override flag when establishing ibc connection by @mtsitrin in #312
Fixes
- fix: removed json-rpc flag from sequencer start by @mtsitrin in #289
- fix: setting keyring-backend os for the client by @mtsitrin in #283
- fix: Fix relayer start by @mtsitrin in #320
Misc
- chore: Add support for ubuntu ARM machines by @ItayLevyOfficial in #302
- Chore: Update compile_locally script to utilize rollapp-evm repository by @ItayLevyOfficial in #309
- chore: changed celestia da config to have gas prices by @mtsitrin in #306
- chore: Add an optional
metrics-endpoint
flag to set the celestia light client metric endpoint by @ItayLevyOfficial in #313 - chore: Enable dymint HTTP metric server by default by @ItayLevyOfficial in #311
- chore: Read
sequencer start
config fromdymint.toml
instead of hardcoded flags by @ItayLevyOfficial in #326 - chore: Change RPC address from localhost to 0.0.0.0 by @ItayLevyOfficial in #328
- chore: Remove log file parameter from roller services load command by @ItayLevyOfficial in #327
- chore: updated da config by @mtsitrin in #334
- chore: Set default decimals to 6 on non evm rollapps by @ItayLevyOfficial in #331
- chore: Validate rollapp id
name_uniqueID-revision
format only when using EVM rollapps by @ItayLevyOfficial in #333 - chore: Update Avail RPC endpoint by @ItayLevyOfficial in #336
- chore: Upgrade rollapp-evm version by @ItayLevyOfficial in #338
New Contributors
- @VictorTrustyDev made their first contribution in #292
Full Changelog: v0.1.3...v0.1.4
v0.1.3-beta
What's Changed
- feat: Automatically Create and Upload Assets for New Releases by @ItayLevyOfficial in #268
- feat: Add installation script for latest release fetching by @ItayLevyOfficial in #271
- fix: Enable Remote Connections by Exposing RollApp's JSON RPC Endpoint on 0.0.0.0 by @ItayLevyOfficial in #275
- Fix: Build CD flow roller from the release tag by @ItayLevyOfficial in #277
Full Changelog: v0.0.2...v0.1.3
v0.1.2-beta
🅱️ First beta release
This release is intended to use by early adopters and should provide an overall smooth experience.
What's Changed
- feat: Add option to export Celestia private key by @ItayLevyOfficial in #242
- chore: Updated devnet gas prices to 0.25udym by @ItayLevyOfficial in #249
- fix: pass gas prices on roller register by @ItayLevyOfficial in #253
Full Changelog: v0.1.1...v0.1.2
v0.1.1-alpha
What's Changed
- chore: Updated installation script for release by @ItayLevyOfficial in #234
- fix: Change DYM decimals to 18 instead of 6 by @ItayLevyOfficial in #240
- chore: change default DA to celestia by @ItayLevyOfficial in #238
- chore: Changed sequencer log level to debug by @ItayLevyOfficial in #244
Full Changelog: v0.1.0...v0.1.1