Skip to content

Releases: dymensionxyz/dymension-rdk

v1.8.0-rc02

25 Dec 21:38
Compare
Choose a tag to compare
v1.8.0-rc02 Pre-release
Pre-release

What's Changed

  • fix(timeupgrade): validating time in software upgrade proposal by @mtsitrin in #652
  • fix(tokenfactory): sets missing fields in the denommetadata by @mtsitrin in #651

Full Changelog: v1.8.0-rc01...v1.8.0-rc02

v1.8.0-rc01

20 Dec 17:26
516b6b6
Compare
Choose a tag to compare
v1.8.0-rc01 Pre-release
Pre-release

What's Changed

  • feat(ibc transfer): Register IBC denom on transfer by @zale144 in #433
  • feat(genesis bridge): genesis transfers by @danwt in #449
  • Chore(epoch): remove epoch count check from validateGenesis by @hoangdv2429 in #461
  • fix(code standards): use https://github.com/dymensionxyz/sdk-utils by @danwt in #464
  • fix(genesis bridge): better UX for chains without genesis transfers by @danwt in #458
  • fix(transfer genesis): do not allow ibc denoms by @danwt in #466
  • feat(denommetadata): inject denom metadata to ibc transfers from RA to Hub by @zale144 in #455
  • fix(code standards): removes blocked addresses from distr keeper (unused) by @danwt in #476
  • fix(doc): adds a doc.go for hub genesis by @danwt in #478
  • fix(hub genesis): check if oustanding seq num exists before decrementing unacked transfers cnt by @danwt in #477
  • feat(rollapp): Add pruning command by @zale144 in #484
  • feat(server): add helper to set default pruning settings on the rdk level by @artemijspavlovs in #488
  • chore: fix some comments by @riskrose in #494
  • chore: update logger to milliseconds by @artemijspavlovs in #496
  • chore: fix some function names by @rubyisrust in #503
  • chore: fix some comments by @shandongzhejiang in #514
  • feat(sequencer): set/update reward addr by @danwt in #510
  • feat: new rollapp consensus params module by @srene in #495
  • fix(sequencer): doc improvement tweaks from previous merged PR feedback by @danwt in #526
  • feat(rollapp_params): commit param renamed to version by @srene in #520
  • feat(rollapp params): add ability to query rollapp params by @srene in #521
  • feat(rollapp params): remove maxgas from rollappparams by @srene in #524
  • fix(rollappparams): changed version and da to be overridable during build by @srene in #534
  • feat(rollapparams): remove block params from rollapp params by @srene in #545
  • fix(ibc): wrap IBC error acknowledgement with an error event by @zale144 in #542
  • refactor(rollappparams): rollapp param da set default to mock by @srene in #548
  • fix(hub): simplify registered denom on hub state keeping by @zale144 in #555
  • feat: time based upgrades by @faultytolly in #543
  • fix(gasless): removed custom logic as there's native implementation by @mtsitrin in #564
  • feat: consensus messages by @faultytolly in #563
  • feat(genesis_bridge): revised genesis bridge impl by @mtsitrin in #565
  • feat: common consensus msgs processing by @faultytolly in #570
  • feat(sequencers): added MsgUpsertSequencer by @keruch in #568
  • fix(genesis_bridge): added genesisInfo query by @mtsitrin in #573
  • fix: dymint blockmanager fix for rollback command by @srene in #575
  • feat(hub-genesis): json encoding GenesisBridgeData by @mtsitrin in #576
  • fix(hub): track hub's registered denoms in a separate store by @zale144 in #579
  • fix(rollback): add header hash to UpdateStateFromApp by @srene in #582
  • feat(sequencers): whitelisted relayers by @keruch in #572
  • feat(rollappparams): refactor version from commit to int by @srene in #585
  • feat: add GenesisChecksum to genesis info by @zale144 in #587
  • fix: update dymint and cometbft by @zale144 in #590
  • fix: panic in inspect-state command by @keruch in #597
  • fix: clarified whitelisted relayer logs by @keruch in #595
  • fix: correct Any.TypeURL in consensus msg response by @keruch in #596
  • fix: check for duplicates in genesis info accounts by @zale144 in #598
  • feat (l2): hard fork by @faultytolly in #591
  • feat(sequencers): added queries for reward address and whitelisted re… by @keruch in #602
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #605
  • build(deps): bump cosmossdk.io/math from 1.3.0 to 1.4.0 by @dependabot in #604
  • fix(gasless): usage identifier validation and mapping to gas tank IDs by @zale144 in #608
  • feat(hub-genesis): added a query to generate genesis bridge data by @keruch in #609
  • feat: add tokenfactory module by @faultytolly in #612
  • feat(rollappparams): added param for min gas price and respective ante handlers by @keruch in #611
  • fix: genesis validation by @faultytolly in #618
  • fix: generated proto by @keruch in #616
  • fix: only allow whitelisted relayer account to send IBC relayer messages by @zale144 in #614
  • feat: validate genesis command by @srene in #620
  • fix(drs): fetch only relevant param on upgrade to avoid panic on new params by @srene in #628
  • feat(hub-genesis): whitelisted address trigger genesis transfer by @danwt in #625
  • feat(upgrade): time upgrade refactor by @srene in #631
  • fix(upgrade): drs upgrade plan renamed by @srene in #633
  • fix(tokenfactory): fixed tokenfactory denom-metadata override by @omritoptix in #634
  • fix(rollappparams): prevent setting drs version through gov prop params change by @zale144 in #635
  • fix(ante): skip whitelist check for IBC packet messages by @zale144 in #636
  • feat(hubgenesis): support non native token rollapps by @mtsitrin in #638
  • fix(epochs): counting epoch from first block rather than genesis time by @mtsitrin in #639
  • feat: add channel 0 check for tokenless by @danwt in #642
  • chore(deps): updated dymint to v1.3.0-rc01 by @omritoptix in #647
  • fix(rollappparams): verify denom for gov proposal gas price change by @zale144 in #648

New Contributors

Full Changelog: v1.7.0-rc02...v1.8.0-rc01

v1.7.0-rc02

25 Sep 13:25
Compare
Choose a tag to compare
v1.7.0-rc02 Pre-release
Pre-release

What's Changed

Full Changelog: v1.7.0-rc01...v1.7.0-rc02

v1.7.0-rc01

13 Aug 07:54
Compare
Choose a tag to compare
v1.7.0-rc01 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.6.2-rc01...v1.7.0-rc01

v1.6.2-rc01

30 Jul 10:17
01000da
Compare
Choose a tag to compare
v1.6.2-rc01 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.1...v1.6.2-rc01

v1.6.1

27 Jun 13:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.1-rc01

19 May 15:48
Compare
Choose a tag to compare
v1.6.1-rc01 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.0...v1.6.1-rc01

v1.6.0

29 Apr 19:55
842a5b9
Compare
Choose a tag to compare

What's Changed

  • chores: change mint_epoch_identifier to hour by @trinitys7 in #381
  • feat(denommetadata): Add support for providing denom-trace and creation of multiple denom-metadatas by @trinitys7 in #384
  • chore: cherry picked dymint bump to v1.1.0-rc01 and test template fix by @omritoptix in #409
  • build(deps): upgraded dymint to v1.1.0-rc02 by @omritoptix in #410

Full Changelog: v1.5.0-beta...v1.6.0

v1.6.0-rc02

26 Apr 14:52
842a5b9
Compare
Choose a tag to compare
v1.6.0-rc02 Pre-release
Pre-release

What's Changed

Full Changelog: v1.6.0-rc01...v1.6.0-rc02

v1.6.0-rc01

26 Apr 13:22
fa25ec6
Compare
Choose a tag to compare
v1.6.0-rc01 Pre-release
Pre-release

What's Changed

  • feat: adding_inspect_command by @mtsitrin in #289
  • chore(docs/static/openapi.yml): typo fix by @sqltrigger in #294
  • fix: dymint reset-state command not working by @srene in #309
  • feat!: refactor x/mint module by @mtsitrin in #321
  • feat: rollapp genesis token locking upon channel creation by @omritoptix in #333
  • Feat: Upgrade go 1.22.1 by @hoangdv2429 in #334
  • feat!: sequencer passing both proposer and reward address on initChain by @mtsitrin in #322
  • chore: mint add query cmd for current inflation by @mtsitrin in #328
  • feat: permissioned creation of token metadata by @hoangdv2429 in #327
  • Chores: update workflows and template by @hoangdv2429 in #338
  • chore: add slack notification actions for new and stale PRs by @artemijspavlovs in #340
  • build(deps): updated dymint to v1.0.0-alpha by @omritoptix in #342
  • chore: add events for sequencer rewards by @mtsitrin in #335
  • feat!: revert passing operator address on initchain by @mtsitrin in #346
  • feat(deonmetadata): enable testing for denom metadata creation with erc20 hook by @zale144 in #343
  • build(deps): updated dymint to v1.0.1-alpha by @omritoptix in #348
  • Fix: make proto-gen work by @hoangdv2429 in #350
  • Feat: Add tests for module epochs by @hoangdv2429 in #351
  • tests(mint): add test for mint by @hoangdv2429 in #353
  • tests(mint): more test coverage for mint by @hoangdv2429 in #354
  • docs: add readme to modules by @omritoptix in #356
  • fix(allocation): do not destroy fee rewards if allocating to proposer fails by @danwt in #358
  • fix(mint): added missing cli query for current inflation by @mtsitrin in #366
  • fix(sequencer): added HistoricalEntries param validation by @mtsitrin in #369
  • fix(sequencers): sequencers genesis operator address not exported by @mtsitrin in #367
  • feat: add get ibc denom base on denom trace query by @trinitys7 in #376
  • refactor(hub-genesis): refactoring x/hub-genesis state by @mtsitrin in #374
  • fix: fixed ibc voucher denom creation by @omritoptix in #378
  • chore: setting default values for distribution module by @mtsitrin in #379
  • chores: change mint_epoch_identifier to hour by @trinitys7 in #381
  • feat(denommetadata): Add support for providing denom-trace and creation of multiple denom-metadatas by @trinitys7 in #384
  • chore: cherry picked dymint bump to v1.1.0-rc01 and test template fix by @omritoptix in #409

New Contributors

Full Changelog: v1.0.0-beta...v1.6.0-rc01