-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Run integrity_test in Externalities
#14546
Changes from 10 commits
ee5d140
136cb6b
5487bdb
b3e322b
30d3a19
552a0dd
a8cc2af
5ba88f2
8d93eef
6ac1656
d7a1bc0
9f32ff3
8371c01
691c7e1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,6 +18,7 @@ | |
| // Benchmarks for Utility Pallet | ||
|
|
||
| #![cfg_attr(not(feature = "std"), no_std)] | ||
| #![cfg(feature = "runtime-benchmarks")] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Weird that the pallet even has this feature as this pallet should only be used when
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was just running the tests for all pallets and one of the benchmarking tests failed. So it was "enabled" manually by
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. without this, my build isn't working. can we have this ported to the 1.0.0 release branch @bkchr
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is the correct solution #14617
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1.0.0 release branch is for the node - not the runtime. There is no 1.0.0 runtime release yet.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We need this for Acala to compile with polkadot-v1.0.0 branch |
||
|
|
||
| use codec::Encode; | ||
| use frame_benchmarking::{ | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.