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

RefundRelayerForMessagesFromParachain improvements #1895

Merged
merged 2 commits into from
Feb 20, 2023

Commits on Feb 20, 2023

  1. RefundRelayerForMessagesFromParachain changes

    - some renamings and cosmetics
    - removing the GI generic param since we can get it from the parachains
      config
    - merging (Parachains Instance, Parachain Id) and (Messages Instance,
      Messages lane Id) generic params
    - removing unnecessay derives
    - renaming for the `TransactionFeeCalculation` and defining
      `ActualFeeRefund` concrete implementation
    - adding support for multiple RefundRelayerForMessagesFromParachain
      (by adding a `StaticStrProvider` generic param)
    serban300 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    c914484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    987b132 View commit details
    Browse the repository at this point in the history