Skip to content

Releases: dymensionxyz/rollapp-evm

v3.0.0-drs5

06 Jan 13:21
Compare
Choose a tag to compare

What's Changed

  • fix(readme): fixed init script with broken consensus params by @omritoptix in #240
  • feat(ci): Update changelog workflow by @hoangdv2429 in #224
  • Automated Changelog Update [skip ci] by @github-actions in #244
  • feat(app): add v2.2.0 upgrade handler by @artemijspavlovs in #248
  • ci: add workflow for trigger upgrade hub e2e-test by @anhductn2001 in #259
  • chores(deps): bump be-rpc libs by @0xbcdev in #247
  • Feat: Add setup script and git push hooks by @hoangdv2429 in #258
  • Feat(ci): Add stale bot by @hoangdv2429 in #246
  • chores(ci): update changelog workflow by @hoangdv2429 in #245
  • chores: change min_gas_price to 10000000.0 by @trinitys7 in #255
  • Chore(readme): update instruction for running rly v0.3.3-v2.5.2-relayer by @hoangdv2429 in #249
  • chore(deps): bump dymint to v1.1.3-rc04 and rdk to v1.6.1-rc01 by @omritoptix in #271
  • chores(deps): bumps evm be rpc to v1.1.4 and be rpc to v1.2.4 by @0xbcdev in #274
  • feat(app): wire authz and feegrant modules to app by @zale144 in #270
  • feat(genesis bridge): genesis transfers by @danwt in #279
  • fix(genesis transfers): wires the middleware correctly by @danwt in #290
  • chore: Bump Go version in Dockerfile by @anhductn2001 in #286
  • fix(github): use go 1.22.4 or greater in action by @danwt in #291
  • feat(denommetadata): wire the denommetadata ibc middleware by @zale144 in #283
  • fix(dockerfile): download wasmvm by @anhductn2001 in #293
  • chore(ci): can't build image with arm64 by @anhductn2001 in #294
  • fix(code standards): cleans up blocked addresses in app.go by @danwt in #292
  • chore: update init script to include all the necessary steps for rollapp initialization by @artemijspavlovs in #289
  • fix(scripts): update init script to support mock and real da and settlement by @artemijspavlovs in #299
  • build(deps): bumped dymint to v1.2.0-rc01 by @omritoptix in #303
  • chore(scripts): change broadcast-mode to sync by @artemijspavlovs in #301
  • chore: disable pruning by default by @artemijspavlovs in #300
  • chore: update rollapp registration script to follow new flow by @artemijspavlovs in #306
  • chore(deps): bumped dymint to v1.2.0-rc02 by @omritoptix in #308
  • build(deps): bumped dymint to v1.2.0-rc03 by @omritoptix in #310
  • chore: add dummy seq metadata by @artemijspavlovs in #309
  • build(deps): bump dymint to v1.2.0-rc03-88ba1f by @anhductn2001 in #313
  • feat(sequencers): wire sequencer rewards functionality by @omritoptix in #316
  • fix(sequencers): get by cons addr in all scenarios on EVM by @danwt in #319
  • fix(scripts): use settlement executable by @danwt in #320
  • chore: update register script to support positional argument change by @artemijspavlovs in #312
  • chore: add minimal genesis update script by @artemijspavlovs in #318
  • chore: add gas flags to funding command by @artemijspavlovs in #326
  • fix(scripts): support for latest Hub with light client changes, and new relayer version by @danwt in #323
  • chore: update min genesis script with unbonding params by @artemijspavlovs in #325
  • chore(scripts): bump relayer version in readme by @danwt in #328
  • feat: wire rollapp params module by @srene in #307
  • chore(scripts) init da in init.sh script instead of using ldflags by @srene in #330
  • fix(scripts): init script fix da rollapp param for celestia mocha by @srene in #333
  • chore(docs): bump relayer version in readme by @danwt in #334
  • feat(ante): Create new account if not exists and skip fees for relayer IBC messages by @zale144 in #336
  • ci: add ci for creating mock binaries on release by @artemijspavlovs in #337
  • fix(ibc decorator): fixed bad comparison for ibc messages. by @omritoptix in #339
  • fix(deps): bumped dymint to d51b961e7 to fix stuck submission bug by @omritoptix in #341
  • fix(deps): bumped rdk to 3fe31b2db to fix denom-metadata transfer on unrelayed packets by @omritoptix in #342
  • fix(deps): updated dymint and rdk by removing the replace which override it by @omritoptix in #344
  • ci: fix the bech32 prefix for mock binaries by @artemijspavlovs in #347
  • fix(deps): dymint bump to include da grpc fix by @srene in #346
  • feat: wire x/timeupgrade module by @faultytolly in #331
  • feat(genesis_bridge): revised genesis bridge by @mtsitrin in #353
  • feat: consensus messages by @faultytolly in #351
  • chore(CI): trigger workflow manually by @anhductn2001 in #356
  • chore: update minimal genesis script to remove accounts by @artemijspavlovs in #355
  • fix failing tests by @zale144 in #358
  • feat(ante): whitelisted relayers by @keruch in #357
  • feat(drs): changed DRS to be int vs commit hash by @srene in #359
  • feat: add GenesisChecksum to genesis info by @zale144 in #361
  • fix(scripts): adjusted IBC script to work with whitelisted relayers by @keruch in #365
  • feat (l2): Hard fork L2 by @faultytolly in #362
  • fix(version): bump dymint and rdk to latest by @srene in #366
  • fix(deps): double events on evm transfer by @omritoptix in #367
  • chore: updated linter by @keruch in #373
  • feat(app): return genesis bridge data in InitChainResponse by @keruch in #370
  • fix(version): bump dymint to c0e39f93d729 by @srene in #375
  • feat(app): cleared the wiring of claims module by @mtsitrin in #377
  • fix: feegrant ante handler wiring by @zale144 in #378
  • chore(genesis): Added genesis template generators per environment by @omritoptix in #381
  • feat(makefile): create genesis template with DRS from make file by @omritoptix in #385
  • fix(makefile): outdated template and fix for makefile by @omritoptix in #386
  • feat(deps): command to validate genesis/bridge by @srene in #380
  • dep(erc20): updated dep to include erc20 register tx by @mtsitrin in #389
  • feat(upgrade): move drs check to begin blocker to allow time-based upgrades by @srene in #393
  • feat(deps): new genesis-bridge flow and rollappparams upgrade fix by @omritoptix in #394
  • docs: bump relayer version by @danwt in #395
  • fix(deps): update rdk to fix tokenfactory denom-metadata override by @omritoptix in #398
  • feat(deps): updated evmos fork to introduce support for custom gas denom by @omritoptix in https://github.com/dy...
Read more

v3.0.0-rc09-drs5

26 Dec 17:20
Compare
Choose a tag to compare
v3.0.0-rc09-drs5 Pre-release
Pre-release

What's Changed

  • fix(deps): bumped rdk to v1.8.0-rc02 to include 2 minor fixes to tokenfactory and timeupgrade by @omritoptix in #426
  • fix(deps): bumped evmos to fix token-pair registration bug by @omritoptix in #429
  • feat(drs): Added genesis templates for drs 5 by @omritoptix in #432
  • feat(drs): Added upgrade handler for drs 5 by @zale144 in #431

Full Changelog: v3.0.0-rc08-drs-4...v3.0.0-rc09-drs5

v3.0.0-rc08-drs-4

25 Dec 11:31
Compare
Choose a tag to compare
v3.0.0-rc08-drs-4 Pre-release
Pre-release

What's Changed

  • fix(deps): bumped dymint to v1.3.0-rc03 to fix multiple forks sync issue by @omritoptix in #425

Full Changelog: v3.0.0-rc07-drs-4...v3.0.0-rc08-drs-4

v3.0.0-rc07-drs-4

24 Dec 09:13
Compare
Choose a tag to compare
v3.0.0-rc07-drs-4 Pre-release
Pre-release

What's Changed

  • feat(deps): updated dymint to v1.3.0-rc02 to support skip validation height flag by @omritoptix in #424

Full Changelog: v3.0.0-rc06-drs-4...v3.0.0-rc07-drs-4

v3.0.0-rc06-drs-4

20 Dec 17:41
Compare
Choose a tag to compare
v3.0.0-rc06-drs-4 Pre-release
Pre-release

What's Changed

  • fix(upgrade): drs upgrade from 1 to 3 fix by @srene in #415
  • feat: wired signless execution by @keruch in #416
  • chore(deps): updated evmos dep to rc tag by @omritoptix in #418
  • feat(upgrade): add upgrade handler for DRS4 by @zale144 in #420
  • fix(rollappparams): Validate gas price gov proposal param change by @zale144 in #421
  • chore(deps): Updated rdk to v1.8.0-rc01 tag by @omritoptix in #422
  • feat(drs): updated makefile and templates to DRS 4 by @omritoptix in #423

Full Changelog: v3.0.0-rc05-drs-3...v3.0.0-rc06-drs-4

v3.0.0-rc05-drs-3

18 Dec 11:46
Compare
Choose a tag to compare
v3.0.0-rc05-drs-3 Pre-release
Pre-release

v3.0.0-rc04-drs-3

16 Dec 14:47
Compare
Choose a tag to compare
v3.0.0-rc04-drs-3 Pre-release
Pre-release

What's Changed

  • fix(genesis-templates): fixed genesis template generator and drs 1,2 templates by @omritoptix in #402
  • feat(script): added replacement for gas_denom by @keruch in #403
  • fix(drs): drs-2 migration default gas denom fix by @srene in #404
  • feat(build): add ability to override bech32 with env var by @omritoptix in #405
  • chore(ci): Add CI to run generate-genesis-template after each build by @ThanhNhann in #390
  • chore: Add devd tool to image for erc20 tests by @anhductn2001 in #407
  • feat: add DRS3 upgrade handler by @zale144 in #409
  • fix(deps): bumped evmos to fix foreign gas denom rpc call by @omritoptix in #410
  • feat(deps): bumped rdk to support tokenless feature by @omritoptix in #411
  • feat(genesis-templates): add genesis templates for drs 3 by @omritoptix in #412

Full Changelog: v3.0.0-rc03-drs-2...v3.0.0-rc04-drs-3

v3.0.0-rc03-drs-2

12 Dec 17:59
Compare
Choose a tag to compare
v3.0.0-rc03-drs-2 Pre-release
Pre-release

v3.0.0-rc02-drs-2

12 Dec 14:21
d0bf365
Compare
Choose a tag to compare
v3.0.0-rc02-drs-2 Pre-release
Pre-release

What's Changed

  • feat(app): cleared the wiring of claims module by @mtsitrin in #377
  • fix: feegrant ante handler wiring by @zale144 in #378
  • chore(genesis): Added genesis template generators per environment by @omritoptix in #381
  • feat(makefile): create genesis template with DRS from make file by @omritoptix in #385
  • fix(makefile): outdated template and fix for makefile by @omritoptix in #386
  • feat(deps): command to validate genesis/bridge by @srene in #380
  • dep(erc20): updated dep to include erc20 register tx by @mtsitrin in #389
  • feat(upgrade): move drs check to begin blocker to allow time-based upgrades by @srene in #393
  • feat(deps): new genesis-bridge flow and rollappparams upgrade fix by @omritoptix in #394
  • docs: bump relayer version by @danwt in #395
  • fix(deps): update rdk to fix tokenfactory denom-metadata override by @omritoptix in #398
  • feat(deps): updated evmos fork to introduce support for custom gas denom by @omritoptix in #399
  • feat(upgrade): add drs 2 upgrade handler by @srene in #396
  • feat(drs): Added drs 2 templates by @omritoptix in #401

Full Changelog: v3.0.0-rc01-drs-1...v3.0.0-rc02-drs-2

v3.0.0-rc01-drs-1

10 Dec 09:08
97c1205
Compare
Choose a tag to compare
v3.0.0-rc01-drs-1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v2.2.1...v3.0.0-rc01-drs-1