-
Notifications
You must be signed in to change notification settings - Fork 12
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
upgrade substrate dep to > v14 metadata #85
Conversation
3eab5b7
to
1fd5a43
Compare
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.
LGTM, as long as we don't merge yet :)
runtime/src/weights/pallet_teerex.rs
Outdated
@@ -52,15 +51,15 @@ impl<T: frame_system::Config> pallet_teerex::WeightInfo for WeightInfo<T> { | |||
// Storage: Teerex EnclaveIndex (r:1 w:0) | |||
// Storage: Teerex WorkerForShard (r:0 w:1) | |||
// Storage: Teerex LatestIpfsHash (r:0 w:1) | |||
fn confirm_call() -> Weight { | |||
fn confirm_processed_parentchainblock() -> Weight { |
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.
That one is already outdated again. But I'll have to do an upgrade to pallet_teerex anyway to finish integritee-network/worker#457, so leave it for now. We just need to make sure we don't downgrade once we're ready to merge this one.
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.
Looks good to me, but I guess, we will have to wait a bit more until merging....
ae2833b
to
86da514
Compare
…: exit status: 1
4175fcc
to
163f0b9
Compare
* upgrade to substrate to 7406442bea0194ffcafc4e8d48d895d4d8d11346 * for v14 metadata * upgrade to subwasm_version 0.14.1 * Update weights function name for pallet teerex according to PR#14 * Add weight for the teeracle Co-authored-by: echevrier <[email protected]> Co-authored-by: Bigna Härdi <[email protected]>
Fix #83
This branch must not be merged to master!!! until integritee-network/worker#484 is done