This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Use parameter_types instead of thread_local for test-setup #12036
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
aed1d68
Edit to Assets. parameter_types
tifecool 04ce047
fixes
tifecool 1062686
Test Fixes. WIP
tifecool de78b6b
Merge branch 'master' into fix12020
tifecool 42bbc26
Edits to pallet-aura
tifecool 7959071
Merge remote-tracking branch 'origin/fix12020' into fix12020
tifecool 1694082
Camel Case
tifecool d6ff5db
Implementation of mutate fn
tifecool 29a4210
Merge remote-tracking branch 'origin/fix12020' into fix12020
tifecool 83b6304
update to pallet-aura
tifecool 2e3ff7c
Update to frame-system. Fixes
tifecool fa0adc6
Update to frame-support-test. CamelCases
tifecool f175b7f
Updates to frame- contracts, offences, staking, bounties, child bounties
tifecool 46f12c3
Edit to mutate fn. Changes to frame-contracts. CamelCase pallet-aura
tifecool b8587c2
Edits to frame-contracts & executive
tifecool 603929d
cargo +nightly fmt
tifecool be0e0ee
Merge branch 'paritytech:master' into fix12020
tifecool 1055fe6
unused import removed
tifecool 36bd120
unused import removed
tifecool 8cdbdf8
cargo +nightly fmt
tifecool d7cd7a0
minor adjustment
tifecool 7c16688
updates
tifecool 92b05f9
updates
tifecool 7ce4340
cargo +nightly fmt
tifecool 9237c22
cargo +nightly fmt
tifecool ca58238
Merge branch 'paritytech:master' into fix12020
tifecool d569232
Merge branch 'paritytech:master' into fix12020
tifecool ebd5a68
take fn implemented
tifecool a4c1534
Merge remote-tracking branch 'origin/fix12020' into fix12020
tifecool 8ad342b
update
tifecool a89a1d7
update
tifecool 31c4426
Merge branch 'paritytech:master' into fix12020
tifecool 908eb91
Fixes to CallFilter
tifecool 22ef504
cargo +nightly fmt
tifecool 48f95b6
final fixes
tifecool 91be0b4
Merge branch 'master' into fix12020
tifecool 9efdf6e
Default changed to $value
tifecool 7beef9f
Update frame/support/src/lib.rs
kianenigma 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
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
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.
Why does it need to be public?
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.
parameter_types requires it