Releases: dymensionxyz/rollapp-wasm
Releases · dymensionxyz/rollapp-wasm
v2.0.0-rc01-drs-1
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
New Contributors
- @danwt made their first contribution in #97
- @rockstarRhino made their first contribution in #99
- @mtsitrin made their first contribution in #143
Full Changelog: v1.0.0-rc06...v2.0.0-rc01-drs-1
v1.0.0-rc06
What's Changed
- fix(deps): bumped dymint to v1.2.0-rc06 to fix compaction memory issue by @omritoptix in #153
Full Changelog: v1.0.0-rc05...v1.0.0-rc06
v1.0.0-rc05
What's Changed
- fix(deps): updated dymint to v1.2.0-rc05 and rdk to v1.7.0-rc02 by @omritoptix in #140
Full Changelog: v1.0.0-rc04...v1.0.0-rc05
v1.0.0-rc04
What's Changed
- chore: fix ibc setup script by @artemijspavlovs in #123
Full Changelog: v1.0.0-rc03...v1.0.0-rc04
v1.0.0-rc03
What's Changed
- build(deps): bump dymint v1.2.0-rc04 by @omritoptix in #120
Full Changelog: v1.0.0-rc02...v1.0.0-rc03
v1.0.0-rc02
What's Changed
- fix(deps): upstream fix - bump dymint
v1.2.0 rc03
by @omritoptix in #114
Full Changelog: v1.0.0-rc01...v1.0.0-rc02
v1.0.0-rc01
What's Changed
- Add wasm module for rollapp-wasm by @trinitys7 in #10
- Fix: Broken local scripts by @trinitys7 in #11
- build(deps): bumped dymint to 8cd1a109 by @omritoptix in #12
- fix: merge conflict by @artemijspavlovs in #13
- Push image on every new commit on main branch by @anhductn2001 in #14
- Add max wasm size option on env by @trinitys7 in #16
- ci: Update Dockerfile by @anhductn2001 in #15
- Switch to go1.22 by @trinitys7 in #18
- chore: Update CODEOWNERS by @omritoptix in #25
- CI: Trigger e2e-tests by @anhductn2001 in #24
- CI: Build image with gcc enable by @anhductn2001 in #22
- chore: remove deprecate uses of sdkerrors by @hoangdv2429 in #21
- CI: Use base ubuntu:latest to run wasmd by @anhductn2001 in #26
- workflows and template by @hoangdv2429 in #20
- chore: add slack notification actions for new and stale PRs by @artemijspavlovs in #27
- CI: Images support linux/arm64 platform by @anhductn2001 in #28
- Revert "CI: Images support linux/arm64 platform " by @anhductn2001 in #29
- "Revert "CI: Images support linux/arm64 platform "" by @trinitys7 in #30
- Update dymension rdk and dymint by @trinitys7 in #39
- Update README.md by @shaolin-flow in #40
- feat(be): integrate block explorer Json-RPC server by @0xbcdev in #41
- chores(deps): bumps
block-explorer-rpc-cosmos v1.0.2
&wasm-block-explorer-rpc-cosmos
v1.0.2 by @0xbcdev in #42 - feat: add hub genesis by @trinitys7 in #43
- chores(deps): bumps
block-explorer-rpc-cosmos v1.0.3
&wasm-block-explorer-rpc-cosmos v1.0.3
by @0xbcdev in #45 - chore: add advanced setup by @artemijspavlovs in #44
- build(deps): updated dymint to 3cd56c57c5 by @omritoptix in #48
- build(deps): update rdk to v1.5.0-beta by @omritoptix in #50
- build(deps): update dymint to eb08e30da2c by @omritoptix in #51
- chores(deps): bumps
block-explorer-rpc-cosmos
andwasm-block-explorer-rpc-cosmos
to v1.1.1 by @0xbcdev in #49 - docs: change rollappd to rollapp-wasm and update README by @trinitys7 in #53
- fix(app): Fixed bech32 on account keeper to not be hardcoded by @omritoptix in #54
- feat(ci): Add auto update changelog workflow by @hoangdv2429 in #61
- feat!: configure bech32prefix in genesis by @anhductn2001 in #59
- feat(app): Add modules authz and feegrant by @zale144 in #60
- fix: updated IBC Keeper to use the sequencer keeper. by @omritoptix in #63
- chores(deps): bumps
block-explorer-rpc-cosmos v1.1.2
by @0xbcdev in #55 - Feat(ci): fix changelog workflow by @hoangdv2429 in #64
- Revert "feat!: configure bech32prefix in genesis" by @anhductn2001 in #66
- feat: set bech32 prefix without changing source code by @anhductn2001 in #68
- chore(tests): trigger e2e-tests for rollapp-wasm by @anhductn2001 in #69
- chore(tests): Wrong workflow name by @anhductn2001 in #70
- Add denommetadata and upgrade rdk to v1.6.0 by @lacsomot in #74
- chores(deps): bumps
block-explorer-rpc-cosmos v1.2.3
by @0xbcdev in #76 - Add bank metadata in genesis by @trinitys7 in #81
- Feat(ci): new changelog workflow by @hoangdv2429 in #82
- docs: Update relayer version in README by @trinitys7 in #79
- feat: add ethsecp256k1 as the default signing algo by @trinitys7 in #80
- feat(ci): Add setup script and push hook by @hoangdv2429 in #86
- tests(ci): add workflow for trigger upgrade hub e2e-test by @anhductn2001 in #88
- chores: change default block and envidence max bytes to 500000 by @trinitys7 in #85
- Feat(ci): add stale bot by @hoangdv2429 in #83
- Chore(readme): update instruction and script for running rly v0.3.3-v2.5.2-relayer by @hoangdv2429 in #90
- chore(deps): upgraded dymint to
v1.1.3-rc04
and rdk tov1.6.1-rc01
by @omritoptix in #91 - feat(callback): cherrypick callback module by @spoo-bar in #109
New Contributors
- @trinitys7 made their first contribution in #10
- @anhductn2001 made their first contribution in #14
- @hoangdv2429 made their first contribution in #21
- @shaolin-flow made their first contribution in #40
- @0xbcdev made their first contribution in #41
- @lacsomot made their first contribution in #74
- @spoo-bar made their first contribution in #109
Full Changelog: https://github.com/dymensionxyz/rollapp-wasm/commits/v1.0.0-rc01
v0.1.0-without-hubgenesis
What's Changed
- Add wasm module for rollapp-wasm by @trinitys7 in #10
- Fix: Broken local scripts by @trinitys7 in #11
- build(deps): bumped dymint to 8cd1a109 by @omritoptix in #12
- fix: merge conflict by @artemijspavlovs in #13
- Push image on every new commit on main branch by @anhductn2001 in #14
- Add max wasm size option on env by @trinitys7 in #16
- ci: Update Dockerfile by @anhductn2001 in #15
- Switch to go1.22 by @trinitys7 in #18
- chore: Update CODEOWNERS by @omritoptix in #25
- CI: Trigger e2e-tests by @anhductn2001 in #24
- CI: Build image with gcc enable by @anhductn2001 in #22
- chore: remove deprecate uses of sdkerrors by @hoangdv2429 in #21
- CI: Use base ubuntu:latest to run wasmd by @anhductn2001 in #26
Full Changelog: https://github.com/dymensionxyz/rollapp-wasm/commits/v0.1.0-without-hubgenesis