Skip to content

Commit

Permalink
Introduce SchedulingStateMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Feb 22, 2024
1 parent 07955e7 commit 51d4dc8
Show file tree
Hide file tree
Showing 6 changed files with 1,452 additions and 72 deletions.
5 changes: 5 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 programs/sbf/Cargo.lock

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

10 changes: 10 additions & 0 deletions unified-scheduler-logic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,14 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
assert_matches = { workspace = true }
qualifier_attr = { workspace = true }
solana-sdk = { workspace = true }
static_assertions = { workspace = true }

[dev-dependencies]
# See order-crates-for-publishing.py for using this unusual `path = "."`
solana-unified-scheduler-logic = { path = ".", features = ["dev-context-only-utils"] }

[features]
dev-context-only-utils = []
Loading

0 comments on commit 51d4dc8

Please sign in to comment.