Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
280 changes: 140 additions & 140 deletions Cargo.lock

Large diffs are not rendered by default.

226 changes: 113 additions & 113 deletions Cargo.toml

Large diffs are not rendered by default.

226 changes: 113 additions & 113 deletions dev-bins/Cargo.lock

Large diffs are not rendered by default.

110 changes: 55 additions & 55 deletions dev-bins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "3.1.4"
version = "3.1.5"
authors = ["Anza Maintainers <[email protected]>"]
description = "Blockchain, Rebuilt for Scale"
repository = "https://github.com/anza-xyz/agave"
Expand All @@ -36,12 +36,12 @@ manual_let_else = "deny"
used_underscore_binding = "deny"

[workspace.dependencies]
agave-banking-stage-ingress-types = { path = "../banking-stage-ingress-types", version = "=3.1.4", features = ["agave-unstable-api"] }
agave-feature-set = { path = "../feature-set", version = "=3.1.4", features = ["agave-unstable-api"] }
agave-logger = { path = "../logger", version = "=3.1.4", features = ["agave-unstable-api"] }
agave-reserved-account-keys = { path = "../reserved-account-keys", version = "=3.1.4", features = ["agave-unstable-api"] }
agave-snapshots = { path = "../snapshots", version = "=3.1.4", features = ["agave-unstable-api"] }
agave-syscalls = { path = "../syscalls", version = "=3.1.4", features = ["agave-unstable-api"] }
agave-banking-stage-ingress-types = { path = "../banking-stage-ingress-types", version = "=3.1.5", features = ["agave-unstable-api"] }
agave-feature-set = { path = "../feature-set", version = "=3.1.5", features = ["agave-unstable-api"] }
agave-logger = { path = "../logger", version = "=3.1.5", features = ["agave-unstable-api"] }
agave-reserved-account-keys = { path = "../reserved-account-keys", version = "=3.1.5", features = ["agave-unstable-api"] }
agave-snapshots = { path = "../snapshots", version = "=3.1.5", features = ["agave-unstable-api"] }
agave-syscalls = { path = "../syscalls", version = "=3.1.5", features = ["agave-unstable-api"] }
ahash = "0.8.11"
assert_cmd = "2.0"
assert_matches = "1.5.0"
Expand Down Expand Up @@ -71,81 +71,81 @@ serde_yaml = "0.9.34"
serial_test = "2.0.0"
signal-hook = "0.3.18"
solana-account = "3.2.0"
solana-account-decoder = { path = "../account-decoder", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-accounts-db = { path = "../accounts-db", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-bench-tps = { path = "../bench-tps", version = "=3.1.4" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-clap-utils = { path = "../clap-utils", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-cli-config = { path = "../cli-config", version = "=3.1.4" }
solana-cli-output = { path = "../cli-output", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-client = { path = "../client", version = "=3.1.4" }
solana-account-decoder = { path = "../account-decoder", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-accounts-db = { path = "../accounts-db", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-bench-tps = { path = "../bench-tps", version = "=3.1.5" }
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-clap-utils = { path = "../clap-utils", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-cli-config = { path = "../cli-config", version = "=3.1.5" }
solana-cli-output = { path = "../cli-output", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-client = { path = "../client", version = "=3.1.5" }
solana-clock = "3.0.0"
solana-cluster-type = "3.0.0"
solana-commitment-config = "3.0.0"
solana-compute-budget = { path = "../compute-budget", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-compute-budget = { path = "../compute-budget", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-compute-budget-interface = "3.0.0"
solana-connection-cache = { path = "../connection-cache", version = "=3.1.4", default-features = false, features = ["agave-unstable-api"] }
solana-core = { path = "../core", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-cost-model = { path = "../cost-model", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-entry = { path = "../entry", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-faucet = { path = "../faucet", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-connection-cache = { path = "../connection-cache", version = "=3.1.5", default-features = false, features = ["agave-unstable-api"] }
solana-core = { path = "../core", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-cost-model = { path = "../cost-model", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-entry = { path = "../entry", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-faucet = { path = "../faucet", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-feature-gate-interface = "3.0.0"
solana-fee-calculator = "3.0.0"
solana-genesis = { path = "../genesis", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-genesis = { path = "../genesis", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-genesis-config = "3.0.0"
solana-genesis-utils = { path = "../genesis-utils", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-geyser-plugin-manager = { path = "../geyser-plugin-manager", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-gossip = { path = "../gossip", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-genesis-utils = { path = "../genesis-utils", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-geyser-plugin-manager = { path = "../geyser-plugin-manager", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-gossip = { path = "../gossip", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-hash = "3.1.0"
solana-inflation = "3.0.0"
solana-instruction = "3.0.0"
solana-keypair = "3.0.1"
solana-ledger = { path = "../ledger", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-ledger = { path = "../ledger", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-loader-v3-interface = "6.1.0"
solana-local-cluster = { path = "../local-cluster", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-measure = { path = "../measure", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-local-cluster = { path = "../local-cluster", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-measure = { path = "../measure", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-message = "3.0.1"
solana-metrics = { path = "../metrics", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-metrics = { path = "../metrics", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-native-token = "3.0.0"
solana-net-utils = { path = "../net-utils", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-net-utils = { path = "../net-utils", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-nonce = "3.0.0"
solana-perf = { path = "../perf", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-poh = { path = "../poh", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-program-runtime = { path = "../program-runtime", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-perf = { path = "../perf", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-poh = { path = "../poh", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-program-runtime = { path = "../program-runtime", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-pubkey = { version = "3.0.0", default-features = false }
solana-quic-client = { path = "../quic-client", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-quic-client = { path = "../quic-client", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-rent = "3.0.0"
solana-rpc = { path = "../rpc", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-rpc-client = { path = "../rpc-client", version = "=3.1.4", default-features = false }
solana-rpc-client-api = { path = "../rpc-client-api", version = "=3.1.4" }
solana-rpc-client-nonce-utils = { path = "../rpc-client-nonce-utils", version = "=3.1.4" }
solana-runtime = { path = "../runtime", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-runtime-transaction = { path = "../runtime-transaction", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-rpc = { path = "../rpc", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-rpc-client = { path = "../rpc-client", version = "=3.1.5", default-features = false }
solana-rpc-client-api = { path = "../rpc-client-api", version = "=3.1.5" }
solana-rpc-client-nonce-utils = { path = "../rpc-client-nonce-utils", version = "=3.1.5" }
solana-runtime = { path = "../runtime", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-runtime-transaction = { path = "../runtime-transaction", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-sbpf = { version = "=0.13.1", default-features = false }
solana-sdk-ids = "3.0.0"
solana-shred-version = "3.0.0"
solana-signature = { version = "3.1.0", default-features = false }
solana-signer = "3.0.0"
solana-stake-interface = { version = "2.0.1" }
solana-storage-bigtable = { path = "../storage-bigtable", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-streamer = { path = "../streamer", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-svm-callback = { path = "../svm-callback", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-svm-feature-set = { path = "../svm-feature-set", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-svm-log-collector = { path = "../svm-log-collector", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-svm-type-overrides = { path = "../svm-type-overrides", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-storage-bigtable = { path = "../storage-bigtable", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-streamer = { path = "../streamer", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-svm-callback = { path = "../svm-callback", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-svm-feature-set = { path = "../svm-feature-set", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-svm-log-collector = { path = "../svm-log-collector", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-svm-type-overrides = { path = "../svm-type-overrides", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-system-interface = "2.0"
solana-system-transaction = "3.0.0"
solana-test-validator = { path = "../test-validator", version = "=3.1.4" }
solana-test-validator = { path = "../test-validator", version = "=3.1.5" }
solana-time-utils = "3.0.0"
solana-tps-client = { path = "../tps-client", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-tpu-client = { path = "../tpu-client", version = "=3.1.4", default-features = false, features = ["agave-unstable-api"] }
solana-tps-client = { path = "../tps-client", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-tpu-client = { path = "../tpu-client", version = "=3.1.5", default-features = false, features = ["agave-unstable-api"] }
solana-transaction = "3.0.2"
solana-transaction-context = { path = "../transaction-context", version = "=3.1.4", features = ["agave-unstable-api", "bincode"] }
solana-transaction-status = { path = "../transaction-status", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-unified-scheduler-pool = { path = "../unified-scheduler-pool", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-version = { path = "../version", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-vote = { path = "../vote", version = "=3.1.4", features = ["agave-unstable-api"] }
solana-vote-program = { path = "../programs/vote", version = "=3.1.4", default-features = false, features = ["agave-unstable-api"] }
solana-transaction-context = { path = "../transaction-context", version = "=3.1.5", features = ["agave-unstable-api", "bincode"] }
solana-transaction-status = { path = "../transaction-status", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-unified-scheduler-pool = { path = "../unified-scheduler-pool", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-version = { path = "../version", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-vote = { path = "../vote", version = "=3.1.5", features = ["agave-unstable-api"] }
solana-vote-program = { path = "../programs/vote", version = "=3.1.5", default-features = false, features = ["agave-unstable-api"] }
tempfile = "3.23.0"
thiserror = "2.0.17"
tokio = "1.48.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fail"
version = "3.1.4"
version = "3.1.5"
description = "Solana SBF test program written in Rust"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noop"
version = "3.1.4"
version = "3.1.5"
description = "Solana SBF test program written in Rust"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "package-metadata"
version = "3.1.4"
version = "3.1.5"
description = "Solana SBF test program with tools version in package metadata"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspace-metadata"
version = "3.1.4"
version = "3.1.5"
description = "Solana SBF test program with tools version in workspace metadata"
authors = ["Anza Maintainers <[email protected]>"]
repository = "https://github.com/anza-xyz/agave"
Expand Down
Loading