Skip to content

Commit

Permalink
Merge pull request #1 from solana-labs/master
Browse files Browse the repository at this point in the history
TransactionScheduler: CLI and hookup for central-scheduler (solana-labs#33890)
  • Loading branch information
ASTRONAU2023 authored Nov 13, 2023
2 parents ae30572 + da09042 commit 6260789
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 70 deletions.
31 changes: 17 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ fast-math = "0.1"
fd-lock = "3.0.13"
flate2 = "1.0.28"
fnv = "1.0.7"
fs-err = "2.9.0"
fs-err = "2.10.0"
fs_extra = "1.3.0"
futures = "0.3.29"
futures-util = "0.3.29"
Expand Down Expand Up @@ -233,7 +233,7 @@ jsonrpc-ipc-server = "18.0.0"
jsonrpc-pubsub = "18.0.0"
jsonrpc-server-utils = "18.0.0"
lazy_static = "1.4.0"
libc = "0.2.149"
libc = "0.2.150"
libloading = "0.7.4"
libsecp256k1 = "0.6.0"
light-poseidon = "0.2.0"
Expand Down Expand Up @@ -283,7 +283,7 @@ reed-solomon-erasure = "6.0.0"
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false }
rolling-file = "0.2.0"
rpassword = "7.2"
rpassword = "7.3"
rustc_version = "0.4"
rustls = { version = "0.21.8", default-features = false, features = ["quic"] }
rustversion = "1.0.14"
Expand All @@ -295,7 +295,7 @@ serde_bytes = "0.11.12"
serde_derive = "1.0.103"
serde_json = "1.0.108"
serde_with = { version = "2.3.3", default-features = false }
serde_yaml = "0.9.25"
serde_yaml = "0.9.27"
serial_test = "2.0.0"
sha2 = "0.10.8"
sha3 = "0.10.4"
Expand Down
Loading

0 comments on commit 6260789

Please sign in to comment.