Skip to content

Commit

Permalink
chore(runtime): update weights (#4136)
Browse files Browse the repository at this point in the history
Co-authored-by: StackOverflowExcept1on <[email protected]>
Co-authored-by: Dmitry Novikov <[email protected]>
  • Loading branch information
3 people authored Aug 11, 2024
1 parent affa289 commit 641e3bc
Show file tree
Hide file tree
Showing 13 changed files with 3,617 additions and 3,599 deletions.
147 changes: 74 additions & 73 deletions pallets/gear-builtin/src/weights.rs

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

2 changes: 1 addition & 1 deletion pallets/gear/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fn calculate_reply_for_handle_works() {

// Out of gas panic case.
let res =
Gear::calculate_reply_for_handle(USER_1, ping_pong, b"PING".to_vec(), 333_333_333, 0)
Gear::calculate_reply_for_handle(USER_1, ping_pong, b"PING".to_vec(), 750_000_000, 0)
.expect("Failed to query reply");

assert_eq!(
Expand Down
Loading

0 comments on commit 641e3bc

Please sign in to comment.