Skip to content

Commit

Permalink
Rework gas logic
Browse files Browse the repository at this point in the history
  • Loading branch information
dariorussi committed Jun 26, 2023
1 parent b9be8ff commit 543fc8b
Show file tree
Hide file tree
Showing 55 changed files with 1,425 additions and 2,999 deletions.
17 changes: 1 addition & 16 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
Expand Up @@ -77,7 +77,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 @@ -384,7 +383,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-command-line-common = { path = "external-crates/move/move-command-line-common" }
move-transactional-test-runner = { path = "external-crates/move/testing-infra/transactional-test-runner" }
Expand Down Expand Up @@ -421,7 +420,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
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.

0 comments on commit 543fc8b

Please sign in to comment.