Skip to content

Releases: dymensionxyz/rollapp-wasm

v2.0.0-drs7

06 Jan 13:23
Compare
Choose a tag to compare

What's Changed

  • feat(app): add denommetadata IBC middleware to app by @zale144 in #94
  • feat(genesis transfers): wires genesis transfers by @danwt in #97
  • fix(hub genesis); prevent opening new connections by @danwt in #101
  • feat(gasless): wire the x/gasless module by @zale144 in #102
  • chore: update init scripts by @artemijspavlovs in #98
  • fix(scripts): fix init script to support mock backends by @artemijspavlovs in #104
  • feat(callback): add callback and cwerrors module for scheduled execution of wasm contracts by @rockstarRhino in #99
  • build(deps): bump dymint to v1.2.0-rc01 by @omritoptix in #107
  • chore: disable pruning by default by @artemijspavlovs in #106
  • chore(deps): bumped dymint to v1.2.0-rc02 by @omritoptix in #110
  • build(deps): bumped dymint to v1.2.0-rc03 by @omritoptix in #113
  • build(deps): bump dymint to v1.2.0-rc03-88ba1f by @anhductn2001 in #116
  • chore: update sequencer registration script to new arg sequence by @artemijspavlovs in #115
  • feat(sequencers): wired sequencer rewards module. by @omritoptix in #119
  • feat: wire rollapp params module by @srene in #122
  • chore(scripts): use new relayer by @danwt in #124
  • feat(ante): skip fees for IBC messages by @zale144 in #127
  • fix(deps): bumped dymint to d51b961e7 to fix stuck submission bug by @omritoptix in #130
  • fix(deps): bumped rdk to 3fe31b2db to fix denom-metadata transfer on unrelayed packets by @omritoptix in #131
  • fix(deps): updated dymint and rdk by removing the replace by @omritoptix in #132
  • ci(binaries): add workflow and config to create mock binaries on release by @artemijspavlovs in #134
  • chore: add minimal updating stript for genesis by @artemijspavlovs in #133
  • fix(deps): dymint bump to fix da grpc issue by @srene in #136
  • feat: wire x/time-upgrade module by @faultytolly in #125
  • fix: register missing codecs for supporting ethsecp256k1 algo by @zale144 in #138
  • feat(genesis_bridge): update to use new genesis bridge by @mtsitrin in #143
  • chore(ci): trigger workflow manually by @anhductn2001 in #145
  • feat: consensus messages by @faultytolly in #141
  • fix: removed MsgSend from allowed consensus msgs by @faultytolly in #146
  • fix: failing tests by @zale144 in #149
  • feat(ante): whitelisted relayers by @keruch in #148
  • feat: add new DRS version type by @srene in #151
  • feat(hubgenesis): add genesis checksum to genesis-info by @zale144 in #152
  • feat(fork): add changes to include bump fork l2 by @faultytolly in #157
  • fix(scripts): adjusted IBC script to work with whitelisted relayers by @keruch in #154
  • fix: rollapp param in scripts/init.sh by @srene in #159
  • fix: create rollapp script + antehandler fix to enable ibc by @srene in #161
  • feat: (tokenfactory): Wire module by @faultytolly in #158
  • feat(app): return genesis bridge data in InitChainResponse by @keruch in #162
  • chore: updated linter by @keruch in #164
  • bump(deps): update rdk with post-audit gasless module by @faultytolly in #163
  • fix(version): bump dymint to c0e39f93d729 by @srene in #166
  • fix: lint fix deprecated packages by @srene in #167
  • feat: remove token factory module and move it to rdk by @faultytolly in #170
  • feat(ante): added global min gas price checks by @keruch in #168
  • feat(wasm): authz handler for signless contract execution by @keruch in #171
  • fix(deps): fix tokenfactory init genesis validation by @omritoptix in #173
  • chore(genesis): add genesis template generator per environment by @omritoptix in #174
  • feat(makefile): create genesis template with DRS from make file by @omritoptix in #176
  • feat(deps): validate-genesis-bridge command by @srene in #177
  • feat(upgrade): add drs validation to allow gov based upgrades by @srene in #182
  • chore: fix function name in comment by @InventiveCoder in #179
  • feat(deps): new genesis-bridge flow and rollappparams upgrade fix by @omritoptix in #183
  • docs: bump relayer version by @danwt in #184
  • feat(upgrade): add drs 2 upgrade handler by @srene in #186
  • chore(templates): add drs2 genesis templates by @omritoptix in #187
  • fix(deps): update rdk to fix tokenfactory denom-metadata override by @omritoptix in #188
  • feat(deps): bump to last rdk version + tests fix by @srene in #190
  • feat(build): Add ability to override bech32 with env var by @omritoptix in #192
  • chore(ci): add CI to run generate-genesis-tempalte by @anhductn2001 in #191
  • feaat: add upgrade handler for drs3 by @zale144 in #194
  • feat(deps): bumped rdk to support tokenless feature by @omritoptix in #195
  • feat(genesis-templates): add genesis templates for drs 3 by @omritoptix in #196
  • fix(upgrade): drs upgrade from 1 to 3 fix by @srene in #199
  • chore: install curl for query in docker image by @anhductn2001 in #197
  • fix(encoding): support eip712 encoding by @mtsitrin in #200
  • fix(encoding): support eip712 encoding by @omritoptix in #203
  • feat(upgrade): add upgrade handler for DRS4 by @zale144 in #202
  • fix(rollappparams): Validate gas price gov proposal param change by @zale144 in #204
  • chore(deps): updated rdk to v1.8.0-rc01 by @omritoptix in #205
  • feat(drs): updated makefile and templates to DRS 4 by @omritoptix in #206
  • feat(deps): updated dymint to v1.3.0-rc02 to support skip validation height flag by @omritoptix in #207
  • fix(deps): bump dymint to v1.3.0-rc03 to fix multiple fork sync issue by @omritoptix in #208
  • fix(deps): bumped rdk to v1.8.0-rc02 to include 2 minor fixes to tokenfactory and timeupgrade by @omritoptix in #209
  • feat(drs): added upgrade handler for drs 5 by @zale144 in #211
  • feat(makefile): added support for singing with ledger using cli by @omritoptix in #212
  • feat(drs): generated genesis templates for DRS 5 by @omritoptix in #213
  • fix(cwerrors,callback): Added handlers to update module params by @rockstarRhino in #214
  • fix(wasm): enable wasm proposals by default by @mtsitrin in #216
  • feat(genesis-templates): changed default delegator unbonding time in genesis template by @omritoptix in #215
  • feat(genesis-template): changed delegato...
Read more

v2.0.0-rc11-drs7

01 Jan 13:41
Compare
Choose a tag to compare
v2.0.0-rc11-drs7 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-rc10-drs6...v2.0.0-rc11-drs7

v2.0.0-rc10-drs6

01 Jan 08:07
Compare
Choose a tag to compare
v2.0.0-rc10-drs6 Pre-release
Pre-release

What's Changed

  • fix(wasm): enable wasm proposals by default by @mtsitrin in #216
  • feat(genesis-templates): changed default delegator unbonding time in genesis template by @omritoptix in #215
  • feat(genesis-template): changed delegator default min commision rate to be 0 by @omritoptix in #217
  • feat(upgrade): Add DRS 6 upgrade handler by @omritoptix in #218
  • feat(drs): Add DRS 6 genesis templates by @omritoptix in #219

Full Changelog: v2.0.0-rc09-drs5...v2.0.0-rc10-drs6

v2.0.0-rc09-drs5

27 Dec 09:40
Compare
Choose a tag to compare
v2.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 #209
  • feat(drs): added upgrade handler for drs 5 by @zale144 in #211
  • feat(makefile): added support for singing with ledger using cli by @omritoptix in #212
  • feat(drs): generated genesis templates for DRS 5 by @omritoptix in #213
  • fix(cwerrors,callback): Added handlers to update module params @rockstarRhino in #214

Full Changelog: v2.0.0-rc08-drs4...v2.0.0-rc09-drs5

v2.0.0-rc08-drs4

25 Dec 11:35
Compare
Choose a tag to compare
v2.0.0-rc08-drs4 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 #208

Full Changelog: v2.0.0-rc07-drs4...v2.0.0-rc08-drs4

v2.0.0-rc07-drs4

24 Dec 09:12
Compare
Choose a tag to compare
v2.0.0-rc07-drs4 Pre-release
Pre-release

v2.0.0-rc06-drs4

20 Dec 17:40
Compare
Choose a tag to compare
v2.0.0-rc06-drs4 Pre-release
Pre-release

v2.0.0-rc05-drs3

18 Dec 11:47
Compare
Choose a tag to compare
v2.0.0-rc05-drs3 Pre-release
Pre-release

v2.0.0-rc04-drs3

16 Dec 14:48
Compare
Choose a tag to compare
v2.0.0-rc04-drs3 Pre-release
Pre-release

What's Changed

  • fix(deps): update rdk to fix tokenfactory denom-metadata override by @omritoptix in #188
  • feat(deps): bump to last rdk version + tests fix by @srene in #190
  • feat(build): Add ability to override bech32 with env var by @omritoptix in #192
  • chore(ci): add CI to run generate-genesis-tempalte by @anhductn2001 in #191
  • feaat: add upgrade handler for drs3 by @zale144 in #194
  • feat(deps): bumped rdk to support tokenless feature by @omritoptix in #195
  • feat(genesis-templates): add genesis templates for drs 3 by @omritoptix in #196

Full Changelog: v2.0.0-rc03-drs2...v2.0.0-rc04-drs3

v2.0.0-rc03-drs2

11 Dec 17:46
Compare
Choose a tag to compare
v2.0.0-rc03-drs2 Pre-release
Pre-release