Introduced custom pfm logic that handle extra fee to different channels based on config.
What's Changed
- Prefix testnet and mainnet releases by @kkast in #509
- convert string to cosmos address. use AccAddressFromBech32 func by @RustNinja in #511
- refactor: mainnet prefix by @hoank101 in #516
- import custom pfm into app.go by @RustNinja in #517
- clone the logic from original version to custom pfm to introduce fees. by @RustNinja in #518
- Introduce custom logic into OnRecvPacket in PFM module to charge fee to prevent a spams by @RustNinja in #519
- fead: update to sdk50 by @hoank101 in #510
- requested changes by auditor. by @RustNinja in #524
- deps: use ibc forks with squashed commits by @kienn6034 in #525
- fix: add test and fix miss BeginBlock by @hoank101 in #523
- ensure accountKeeper by @kkast in #528
- fix: miss handler SignMode_SIGN_MODE_TEXTUAL by @hoank101 in #529
- add testnode.sh script that allow to run locally chain with a cosmos sdk50 by @RustNinja in #530
- fix: some issues when upgrade to sdk50 by @hoank101 in #531
New Contributors
- @kienn6034 made their first contribution in #525
Full Changelog: v6.6.2...v7_0_2