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

Replace deprecated CurrencyAdapter with FungibleAdapter #1

Merged
merged 3 commits into from
Feb 15, 2024

Conversation

franciscoaguirre
Copy link

Replaced the deprecated CurrencyAdapter, that uses the old Currency trait, with the new FungibleAdapter, that uses the new fungible::* family of traits.

The fungible::* implementation of pallet-balances emits different events than its Currency implementation for the same operations, that's why tests had to be updated.

Copy link
Owner

@bkontur bkontur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@franciscoaguirre
please just do cargo +nightly fmt --all and push

@franciscoaguirre
Copy link
Author

@bkontur Done :)

@bkontur bkontur merged commit 3bda4f8 into bkontur:bko-bump-to-1.6 Feb 15, 2024
13 of 15 checks passed
bkontur pushed a commit that referenced this pull request Mar 19, 2024
Disable Polkadot -> Ethereum send by default
bkontur pushed a commit that referenced this pull request Nov 20, 2024
#1)

* Revert "wip(workspace): disable Encointer"

This reverts commit 0450dd2.

* bump encointer deps

* [encointer] add non_authority_keys to session genesis config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants