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.7k
Runtime State Test + Integration with try-runtime
#10174
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
69e92ad
add missing version to dependencies
kianenigma 9f20cbe
Huh
kianenigma 4586de1
add features more
kianenigma c980770
more fixing
kianenigma 822a4d0
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma 3dad278
last touches
kianenigma 266fcb2
Master.into()
kianenigma d473421
Mostly merged with master again
kianenigma f1ceefa
merge current branch and make it compile
kianenigma 844a86f
it all finally works
kianenigma 0a43345
remove some feature gates
kianenigma d9ddd3e
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma d6db0d5
remove unused
kianenigma 312749d
fix old macro
kianenigma d72ff85
make it work again
kianenigma 123a16c
fmt
kianenigma f07e714
remove unused import
kianenigma 57d9a0e
Master.into()
kianenigma 436afe0
".git/.scripts/fmt.sh" 1
bab0c67
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma de27834
Cleanup more
kianenigma 6a3fdd2
fix and rename everything
kianenigma 6eddd2b
a few clippy fixes
kianenigma 10b1af7
Add try-runtime feature
ggwpez d7f1907
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma 5648534
Merge branch 'kiz-sanity-check-trait' of github.com:paritytech/substr…
kianenigma d79d33b
small fixes
kianenigma b2a1ff8
fmt
kianenigma 7590566
Update bin/node-template/runtime/src/lib.rs
kianenigma 8c17b93
fix build
kianenigma 9ccb198
Merge branch 'kiz-sanity-check-trait' of github.com:paritytech/substr…
kianenigma 42450b5
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma 73aa952
Update utils/frame/try-runtime/cli/src/lib.rs
kianenigma ade3b1c
Update utils/frame/try-runtime/cli/src/commands/execute_block.rs
kianenigma e53d4eb
address all review comments
kianenigma 1b21397
Merge branch 'kiz-sanity-check-trait' of github.com:paritytech/substr…
kianenigma e705762
fix typos
kianenigma 6d801e9
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma f733b6f
revert spec change
kianenigma dfe0d8e
last touches
kianenigma 73bae7e
update docs
kianenigma c12202c
fmt
kianenigma d5bae73
Merge remote-tracking branch 'origin/master' into kiz-sanity-check-trait
8a76db4
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma 58850ad
Merge branch 'kiz-sanity-check-trait' of github.com:paritytech/substr…
kianenigma f102730
remove some debug_assertions
kianenigma 3a60fb5
Merge branch 'master' of github.com:paritytech/substrate into kiz-san…
kianenigma b491796
fmt
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ fn main() { | |
}, | ||
} | ||
|
||
assert!(BagsList::sanity_check().is_ok()); | ||
assert!(BagsList::try_state().is_ok()); | ||
}) | ||
}); | ||
} |
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.
Uh oh!
There was an error while loading. Please reload this page.