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

add coins pallet tests #606

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

akildemir
Copy link
Contributor

No description provided.

impl Config for Test {
type RuntimeEvent = RuntimeEvent;

type AllowMint = ();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't set this to ValidatorSets pallet here mainly because it isn't even a dependency for the Coins pallet. Also we test the basic functionality for the coins pallet here so I doubt we need AllowMint check to be present that extra complicates the tests. It is present for other necessary pallets. Still not sure whether it should exist here or not.

@kayabaNerve kayabaNerve merged commit dc1b8df into serai-dex:develop Oct 30, 2024
10 of 12 checks passed
@akildemir akildemir deleted the add-coins-pallet-tests branch October 30, 2024 23:06
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