Skip to content

Commit

Permalink
chores(versioning): Bump schedule to force re-instrumentation (#3952)
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx authored May 8, 2024
1 parent 20aae8c commit aaadcdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pallets/gear/src/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ impl Default for Limits {
impl<T: Config> Default for InstructionWeights<T> {
fn default() -> Self {
Self {
version: 1300,
version: 1400,
i64const: cost_instr!(instr_i64const, 1),
i64load: cost_instr!(instr_i64load, 0),
i32load: cost_instr!(instr_i32load, 0),
Expand Down
2 changes: 1 addition & 1 deletion utils/wasm-instrument/src/gas_metering/schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ pub struct InstructionWeights {
impl Default for InstructionWeights {
fn default() -> Self {
Self {
version: 1300,
version: 1400,
i64const: 139,
i64load: 6691,
i32load: 6697,
Expand Down

0 comments on commit aaadcdb

Please sign in to comment.