Skip to content

v6.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 14:31
· 8 commits to main since this release
4fb97f0

Changelog

  • 4fb97f0 add to app
  • 0ed8339 upgrade handler for testnet with more bech32 migrations + priority fee logic
  • 8941a37 Merge pull request #501 from ComposableFi/rustninja/cosmos-fee-priority
  • 0427e0a Merge pull request #508 from ComposableFi/rustninja/priority-fee-upgrade-handler
  • be273fa fmt fix
  • f800b2c rename to UpgradeName to "v6_5_5"
  • 7b08a4c remove unused code.
  • 40d6175 remove unused code
  • 8961903 Merge pull request #507 from ComposableFi/rustdev/extend-add-allowedIbc-token-tx
  • 8271fef extend AddAllowedIbcToken tx to add the priority of gas for ibc bridge
  • f805bfa Merge pull request #506 from ComposableFi/rustdev/remove-usage-newcoin-empty-denom
  • 1937cbd use correct denom instead of empty.
  • d57b0c0 Revert "remove usage of new coin with empty denom bz it triggers incorrect denom"
  • 14e56e7 remove usage of new coin with empty denom bz it triggers incorrect denom
  • 4949bfd Branch v6.6.1 (#500)
  • 7e1d398 refactor: add ibc-hooks migration (#503)
  • 2577afd refactor: add ibctransfermiddleware migration
  • 9abde67 chore: refactor app name
  • 6fd27fe chore: fix app name
  • 58ec4cc add a upgrade handler for new feature cosmos eth ibc fee priority
  • 58b184c rename func parameter from validator to coin
  • d10ec6d DeleteSequenceFee on OnAcknowledgementPacket
  • 1230be8 read SequenceFee and refund exact amount, then delete SequenceFee value
  • 28723bd read memo to find a priority fee if exists and add to a min fee
  • d8a9943 remove circulate dependency.
  • f16a2d1 update the if statement in fee cosmos sequence storage updates
  • fd48041 call SetSequenceFee during keeper transfer execution flow.
  • b99fd26 call SetSequenceFee during ibc tx workflow.
  • e659cf7 read and write into the SequenceFee by Sequence value.
  • 1dceede introduce priority fee config for channel and TakenFeeByIbcSequence list
  • b67db99 Merge pull request #498 from ComposableFi/rustdev/cosmos-ibc-fee-timeout-refund
  • 36d003c disallow to device by zero in ibc tx flow
  • f7d9311 fix lint
  • a6c6a10 add migration pfm (#499)
  • 48b6b88 introduce refund logic for ibc transfer if tx failed by timeout.
  • dbe5621 Merge pull request #497 from ComposableFi/clients-states-query-fix
  • 8c8e311 fix releaser
  • 2bc614e Merge pull request #494 from ComposableFi/clients-states-query-fix
  • a78e14c update ibc-go version update ibc-go version
  • 1a3c5c2 refactor: remove before release testnet
  • 2b89eb8 update gitignore (#493)
  • 6f99a96 update gitignore
  • 362a1cc add scripts (#492)
  • 04548a3 Change prefix to pica (#447)
  • 866ca17 Merge pull request #491 from ComposableFi/merge-v6.5.3
  • 3e6da50 revert
  • 4886c32 Merge pull request #490 from ComposableFi/mint_mod_fix
  • 2fb2d3e rename uprgade
  • a806d66 fixes
  • ecf3f7a updating ibc-go