Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions runtime/src/weights/pallet_teerex.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

//! Autogenerated weights for `pallet_teerex`
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
Expand Down Expand Up @@ -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 {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't upgrade to the most recent pallet commit because of metadata v14 update. But that should work for the time being..

(34_119_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
// Storage: Teerex EnclaveIndex (r:1 w:0)
// Storage: Teerex WorkerForShard (r:0 w:1)
// Storage: Teerex LatestIpfsHash (r:0 w:1)
fn confirm_block() -> Weight {
fn confirm_proposed_sidechainblock() -> Weight {
(34_333_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
Expand Down