-
Notifications
You must be signed in to change notification settings - Fork 779
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
UnionOf
types for merged fungible
and fungibles
implementations
#2033
Merged
Merged
Changes from 5 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
c5050e2
fungible/s union_of
muharem d79a549
tests for fungible/s sets
muharem fbb818f
Apply suggestions from code review
muharem b8cad03
fixes
muharem 2ae4276
derive Eq
muharem 65b06b9
Update substrate/frame/support/src/traits/tokens/fungibles/union_of.rs
muharem 135c83d
account touch
muharem f035707
remove conrain pair from union_of
muharem f4d5cc7
touch doc
muharem dffb38b
touch impls
muharem 3e59a6f
docs
muharem c65bc15
docs
muharem 1a7c37d
should_touch for pallet-assets
muharem 636d81b
move set tests into a separete file
muharem a3bd587
should_touch for pallet-assets
muharem 9d58334
update doc
muharem 38d7fcb
use deposit_required instead minimum_balance
muharem b2cc1d8
conversion functions for imbalance types
muharem cd90a4a
Update substrate/frame/support/src/traits/tokens/fungibles/imbalance.rs
muharem 8f3e0cc
Merge branch 'master' into muharem-fungibles-union-of
joepetrowski dec2481
add prdoc
joepetrowski ab42320
eq bound for account id
muharem ff103fd
prdoc fix
muharem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a fan of extremely long files, maybe we can move this to its own file under
tests/sets.rs
? What do you think?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved