Skip to content

Commit

Permalink
Add tests to document how cost tracker counts and adjusts before and …
Browse files Browse the repository at this point in the history
…after SIMD-170 (anza-xyz#3957)

Add tests to document how cost tracker counts and adjusts before and
after SIMD-170.
  • Loading branch information
tao-stones authored Dec 9, 2024
1 parent e16403d commit 68ebd78
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ fs_extra = { workspace = true }
serde_json = { workspace = true }
serial_test = { workspace = true }
# See order-crates-for-publishing.py for using this unusual `path = "."`
solana-address-lookup-table-program = { workspace = true }
solana-compute-budget-program = { workspace = true }
solana-core = { path = ".", features = ["dev-context-only-utils"] }
solana-cost-model = { workspace = true, features = ["dev-context-only-utils"] }
solana-ledger = { workspace = true, features = ["dev-context-only-utils"] }
Expand All @@ -116,10 +118,12 @@ solana-poh = { workspace = true, features = ["dev-context-only-utils"] }
solana-program-runtime = { workspace = true }
solana-sdk = { workspace = true, features = ["dev-context-only-utils"] }
solana-stake-program = { workspace = true }
solana-system-program = { workspace = true }
solana-unified-scheduler-pool = { workspace = true, features = [
"dev-context-only-utils",
] }
solana-vote = { workspace = true, features = ["dev-context-only-utils"] }
spl-memo = { workspace = true, features = ["no-entrypoint"] }
static_assertions = { workspace = true }
systemstat = { workspace = true }
test-case = { workspace = true }
Expand Down
Loading

0 comments on commit 68ebd78

Please sign in to comment.