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

Tx Payment: drop ED requirements for tx payments with exchangeable asset #4488

Merged
merged 18 commits into from
Jul 24, 2024
Merged
Prev Previous commit
update prdoc
  • Loading branch information
muharem committed Jul 24, 2024
commit a3964fdbaf9b722ecc7ee090e571712ec0a8d1e1
3 changes: 3 additions & 0 deletions prdoc/pr_4488.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ doc:
This achieved by using `SwapCredit` implementation of asset conversion, which works with
imbalances and does not require a temporary balance account within the transaction payment.

This is a breaking change for the `pallet-asset-conversion-tx-payment` pallet, use examples
from PR for the migration.

crates:
- name: pallet-asset-conversion-tx-payment
bump: major
Expand Down
Loading