Skip to content

Commit

Permalink
Rework gas logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dariorussi committed Jul 4, 2023
1 parent 9188d53 commit 1e13f07
Show file tree
Hide file tree
Showing 58 changed files with 1,018 additions and 3,217 deletions.
18 changes: 1 addition & 17 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ members = [
"crates/sui-config",
"crates/sui-core",
"crates/sui-cost",
"crates/sui-cost-tables",
"crates/sui-e2e-tests",
"crates/sui-enum-compat-util",
"crates/sui-faucet",
Expand Down Expand Up @@ -391,7 +390,7 @@ move-disassembler = { path = "external-crates/move/tools/move-disassembler" }
move-package = { path = "external-crates/move/tools/move-package" }
move-unit-test = { path = "external-crates/move/tools/move-unit-test" }
move-vm-config = { path = "external-crates/move/move-vm/config" }
move-vm-test-utils = { path = "external-crates/move/move-vm/test-utils" }
move-vm-test-utils = { path = "external-crates/move/move-vm/test-utils", features = ["tiered-gas"] }
move-vm-types = { path = "external-crates/move/move-vm/types" }
move-vm-profiler = { path = "external-crates/move/move-vm/profiler" }
move-command-line-common = { path = "external-crates/move/move-command-line-common" }
Expand Down Expand Up @@ -429,7 +428,6 @@ sui-cluster-test = { path = "crates/sui-cluster-test" }
sui-config = { path = "crates/sui-config" }
sui-core = { path = "crates/sui-core" }
sui-cost = { path = "crates/sui-cost" }
sui-cost-tables = { path = "crates/sui-cost-tables" }
sui-e2e-tests = { path = "crates/sui-e2e-tests" }
sui-enum-compat-util = { path = "crates/sui-enum-compat-util" }
sui-faucet = { path = "crates/sui-faucet" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module test::m {

//# run test::m::abort_

//# run test::m::loop_ --gas-budget 100000
//# run test::m::loop_ --gas-budget 1000000

//# run test::m::math

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1e13f07

Please sign in to comment.