v0.1.4-beta
·
136 commits
to release/v0.1.x
since this release
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