Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce custom logic into OnRecvPacket in PFM module to charge fee #520

Merged
merged 12 commits into from
Jun 11, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    fca383d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0188208 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    28e43dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154f046 View commit details
    Browse the repository at this point in the history
  3. Introduce custom logic into OnRecvPacket in PFM module to charge fee …

    …to prevent a spams (#519)
    
    All test passed.
    RustNinja committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2b9a785 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cded618 View commit details
    Browse the repository at this point in the history
  5. fix build

    RustNinja committed May 22, 2024
    Configuration menu
    Copy the full SHA
    b650645 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    47c2ed6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. requested changes by auditor. (#524)

    - remove calculation of pfm fee before request calculation of extra
    birdge fee for channel and denom if exists
    - fix a bug when send to fee account only one case when fee is less then
    token amount. so it was a bug. fixed. now send coin always when fee is
    less then token amount or equal.
    RustNinja committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fe912c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix: some issues when upgrade to sdk50 (#531)

    Co-authored-by: dzmitry-lahoda <dzmitry@lahoda.pro>
    Co-authored-by: kienn6034 <kien@notional.ventures>
    Co-authored-by: rustdev <placex.com@gmail.com>
    Co-authored-by: rust.dev <102041955+RustNinja@users.noreply.github.com>
    Co-authored-by: kkast <kkastsevich@gmail.com>
    Co-authored-by: Kanstantsin Kastsevich <kkast@users.noreply.github.com>
    Co-authored-by: rjonczy <robert.jonczy@gmail.com>
    Co-authored-by: tungle <anhletung@notional.ventures>
    9 people committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8d46a51 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop2' of https://github.com/ComposableFi/composable…

    …-cosmos into rustninja/pmf-middleware
    
    # Conflicts:
    #	app/keepers/keepers.go
    #	x/ibctransfermiddleware/keeper/keeper.go
    hoank101 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    08a2a6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f377e View commit details
    Browse the repository at this point in the history