-
Notifications
You must be signed in to change notification settings - Fork 972
Unbalanced and Balanced fungible conformance tests, and fungible fixes #1296
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
Merged
liamaharon
merged 34 commits into
master
from
liam/fungible-conformance-tests-balanced-unbalanced
Jan 15, 2024
Merged
Changes from 21 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e5c876d
balanced and unbalanced conformance tests
liamaharon 41e5345
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon 73d7e32
Update substrate/frame/support/src/traits/tokens/fungible/regular.rs
liamaharon 9ad460b
Merge branch 'master' of github.com:paritytech/polkadot-sdk into liam…
liamaharon a0f12da
mirror decrease_balance fix in fungibles
liamaharon 177b231
address pr comments
liamaharon dbc2972
use FundsUnavailable
liamaharon e8c5baf
update fungible test
liamaharon 03c97a2
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon 69772db
revert change to item_of
liamaharon 6224e9a
Merge branch 'master' of github.com:paritytech/polkadot-sdk into liam…
liamaharon 8da4b0a
address comments
liamaharon 4cff38d
use bounded and fix fungibles
liamaharon 05af723
fix
liamaharon c3126e1
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon 5f8e1e2
fix typo
liamaharon 548879c
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon 4b331fe
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon 65b2b80
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon c5a1d7b
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon 3d14f3d
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon c50c714
better pair handling
liamaharon 1f72253
fix variable name
liamaharon a5241ba
refactor tests
liamaharon 973dd1d
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon c20d010
fix edge case
liamaharon fba9468
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon e8ac4cd
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon b6e8998
Merge branch 'master' into liam/fungible-conformance-tests-balanced-u…
liamaharon 429bac5
remove comments
liamaharon 3f8d2b9
prdoc
liamaharon 270ab9e
add missing paran
liamaharon ca55ec1
fix types
liamaharon f395791
fix test
liamaharon 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ | |
// limitations under the License. | ||
|
||
pub mod inspect_mutate; | ||
pub mod regular; |
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.
Uh oh!
There was an error while loading. Please reload this page.