Skip to content

Commit 7096e60

Browse files
authored
Bump version to v3.1.1. (#9083)
We're abandoning the -beta prerelease suffix in v3.1 but will beging using it in v4.0. More context here: #8606
1 parent f664622 commit 7096e60

File tree

15 files changed

+640
-640
lines changed

15 files changed

+640
-640
lines changed

Cargo.lock

Lines changed: 140 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 113 additions & 113 deletions
Large diffs are not rendered by default.

dev-bins/Cargo.lock

Lines changed: 113 additions & 113 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev-bins/Cargo.toml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "3.1.0-beta.0"
13+
version = "3.1.1"
1414
authors = ["Anza Maintainers <[email protected]>"]
1515
description = "Blockchain, Rebuilt for Scale"
1616
repository = "https://github.com/anza-xyz/agave"
@@ -36,12 +36,12 @@ manual_let_else = "deny"
3636
used_underscore_binding = "deny"
3737

3838
[workspace.dependencies]
39-
agave-banking-stage-ingress-types = { path = "../banking-stage-ingress-types", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
40-
agave-feature-set = { path = "../feature-set", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
41-
agave-logger = { path = "../logger", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
42-
agave-reserved-account-keys = { path = "../reserved-account-keys", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
43-
agave-snapshots = { path = "../snapshots", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
44-
agave-syscalls = { path = "../syscalls", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
39+
agave-banking-stage-ingress-types = { path = "../banking-stage-ingress-types", version = "=3.1.1", features = ["agave-unstable-api"] }
40+
agave-feature-set = { path = "../feature-set", version = "=3.1.1", features = ["agave-unstable-api"] }
41+
agave-logger = { path = "../logger", version = "=3.1.1", features = ["agave-unstable-api"] }
42+
agave-reserved-account-keys = { path = "../reserved-account-keys", version = "=3.1.1", features = ["agave-unstable-api"] }
43+
agave-snapshots = { path = "../snapshots", version = "=3.1.1", features = ["agave-unstable-api"] }
44+
agave-syscalls = { path = "../syscalls", version = "=3.1.1", features = ["agave-unstable-api"] }
4545
ahash = "0.8.11"
4646
assert_cmd = "2.0"
4747
assert_matches = "1.5.0"
@@ -71,81 +71,81 @@ serde_yaml = "0.9.34"
7171
serial_test = "2.0.0"
7272
signal-hook = "0.3.18"
7373
solana-account = "3.2.0"
74-
solana-account-decoder = { path = "../account-decoder", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
75-
solana-accounts-db = { path = "../accounts-db", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
76-
solana-bench-tps = { path = "../bench-tps", version = "=3.1.0-beta.0" }
77-
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
78-
solana-clap-utils = { path = "../clap-utils", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
79-
solana-cli-config = { path = "../cli-config", version = "=3.1.0-beta.0" }
80-
solana-cli-output = { path = "../cli-output", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
81-
solana-client = { path = "../client", version = "=3.1.0-beta.0" }
74+
solana-account-decoder = { path = "../account-decoder", version = "=3.1.1", features = ["agave-unstable-api"] }
75+
solana-accounts-db = { path = "../accounts-db", version = "=3.1.1", features = ["agave-unstable-api"] }
76+
solana-bench-tps = { path = "../bench-tps", version = "=3.1.1" }
77+
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=3.1.1", features = ["agave-unstable-api"] }
78+
solana-clap-utils = { path = "../clap-utils", version = "=3.1.1", features = ["agave-unstable-api"] }
79+
solana-cli-config = { path = "../cli-config", version = "=3.1.1" }
80+
solana-cli-output = { path = "../cli-output", version = "=3.1.1", features = ["agave-unstable-api"] }
81+
solana-client = { path = "../client", version = "=3.1.1" }
8282
solana-clock = "3.0.0"
8383
solana-cluster-type = "3.0.0"
8484
solana-commitment-config = "3.0.0"
85-
solana-compute-budget = { path = "../compute-budget", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
85+
solana-compute-budget = { path = "../compute-budget", version = "=3.1.1", features = ["agave-unstable-api"] }
8686
solana-compute-budget-interface = "3.0.0"
87-
solana-connection-cache = { path = "../connection-cache", version = "=3.1.0-beta.0", default-features = false, features = ["agave-unstable-api"] }
88-
solana-core = { path = "../core", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
89-
solana-cost-model = { path = "../cost-model", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
90-
solana-entry = { path = "../entry", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
91-
solana-faucet = { path = "../faucet", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
87+
solana-connection-cache = { path = "../connection-cache", version = "=3.1.1", default-features = false, features = ["agave-unstable-api"] }
88+
solana-core = { path = "../core", version = "=3.1.1", features = ["agave-unstable-api"] }
89+
solana-cost-model = { path = "../cost-model", version = "=3.1.1", features = ["agave-unstable-api"] }
90+
solana-entry = { path = "../entry", version = "=3.1.1", features = ["agave-unstable-api"] }
91+
solana-faucet = { path = "../faucet", version = "=3.1.1", features = ["agave-unstable-api"] }
9292
solana-feature-gate-interface = "3.0.0"
9393
solana-fee-calculator = "3.0.0"
94-
solana-genesis = { path = "../genesis", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
94+
solana-genesis = { path = "../genesis", version = "=3.1.1", features = ["agave-unstable-api"] }
9595
solana-genesis-config = "3.0.0"
96-
solana-genesis-utils = { path = "../genesis-utils", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
97-
solana-geyser-plugin-manager = { path = "../geyser-plugin-manager", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
98-
solana-gossip = { path = "../gossip", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
96+
solana-genesis-utils = { path = "../genesis-utils", version = "=3.1.1", features = ["agave-unstable-api"] }
97+
solana-geyser-plugin-manager = { path = "../geyser-plugin-manager", version = "=3.1.1", features = ["agave-unstable-api"] }
98+
solana-gossip = { path = "../gossip", version = "=3.1.1", features = ["agave-unstable-api"] }
9999
solana-hash = "3.0.0"
100100
solana-inflation = "3.0.0"
101101
solana-instruction = "3.0.0"
102102
solana-keypair = "3.0.1"
103-
solana-ledger = { path = "../ledger", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
103+
solana-ledger = { path = "../ledger", version = "=3.1.1", features = ["agave-unstable-api"] }
104104
solana-loader-v3-interface = "6.1.0"
105-
solana-local-cluster = { path = "../local-cluster", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
106-
solana-measure = { path = "../measure", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
105+
solana-local-cluster = { path = "../local-cluster", version = "=3.1.1", features = ["agave-unstable-api"] }
106+
solana-measure = { path = "../measure", version = "=3.1.1", features = ["agave-unstable-api"] }
107107
solana-message = "3.0.1"
108-
solana-metrics = { path = "../metrics", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
108+
solana-metrics = { path = "../metrics", version = "=3.1.1", features = ["agave-unstable-api"] }
109109
solana-native-token = "3.0.0"
110-
solana-net-utils = { path = "../net-utils", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
110+
solana-net-utils = { path = "../net-utils", version = "=3.1.1", features = ["agave-unstable-api"] }
111111
solana-nonce = "3.0.0"
112-
solana-perf = { path = "../perf", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
113-
solana-poh = { path = "../poh", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
114-
solana-program-runtime = { path = "../program-runtime", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
112+
solana-perf = { path = "../perf", version = "=3.1.1", features = ["agave-unstable-api"] }
113+
solana-poh = { path = "../poh", version = "=3.1.1", features = ["agave-unstable-api"] }
114+
solana-program-runtime = { path = "../program-runtime", version = "=3.1.1", features = ["agave-unstable-api"] }
115115
solana-pubkey = { version = "3.0.0", default-features = false }
116-
solana-quic-client = { path = "../quic-client", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
116+
solana-quic-client = { path = "../quic-client", version = "=3.1.1", features = ["agave-unstable-api"] }
117117
solana-rent = "3.0.0"
118-
solana-rpc = { path = "../rpc", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
119-
solana-rpc-client = { path = "../rpc-client", version = "=3.1.0-beta.0", default-features = false }
120-
solana-rpc-client-api = { path = "../rpc-client-api", version = "=3.1.0-beta.0" }
121-
solana-rpc-client-nonce-utils = { path = "../rpc-client-nonce-utils", version = "=3.1.0-beta.0" }
122-
solana-runtime = { path = "../runtime", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
123-
solana-runtime-transaction = { path = "../runtime-transaction", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
118+
solana-rpc = { path = "../rpc", version = "=3.1.1", features = ["agave-unstable-api"] }
119+
solana-rpc-client = { path = "../rpc-client", version = "=3.1.1", default-features = false }
120+
solana-rpc-client-api = { path = "../rpc-client-api", version = "=3.1.1" }
121+
solana-rpc-client-nonce-utils = { path = "../rpc-client-nonce-utils", version = "=3.1.1" }
122+
solana-runtime = { path = "../runtime", version = "=3.1.1", features = ["agave-unstable-api"] }
123+
solana-runtime-transaction = { path = "../runtime-transaction", version = "=3.1.1", features = ["agave-unstable-api"] }
124124
solana-sbpf = { version = "=0.13.1", default-features = false }
125125
solana-sdk-ids = "3.0.0"
126126
solana-shred-version = "3.0.0"
127127
solana-signature = { version = "3.1.0", default-features = false }
128128
solana-signer = "3.0.0"
129129
solana-stake-interface = { version = "2.0.1" }
130-
solana-storage-bigtable = { path = "../storage-bigtable", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
131-
solana-streamer = { path = "../streamer", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
132-
solana-svm-callback = { path = "../svm-callback", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
133-
solana-svm-feature-set = { path = "../svm-feature-set", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
134-
solana-svm-log-collector = { path = "../svm-log-collector", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
135-
solana-svm-type-overrides = { path = "../svm-type-overrides", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
130+
solana-storage-bigtable = { path = "../storage-bigtable", version = "=3.1.1", features = ["agave-unstable-api"] }
131+
solana-streamer = { path = "../streamer", version = "=3.1.1", features = ["agave-unstable-api"] }
132+
solana-svm-callback = { path = "../svm-callback", version = "=3.1.1", features = ["agave-unstable-api"] }
133+
solana-svm-feature-set = { path = "../svm-feature-set", version = "=3.1.1", features = ["agave-unstable-api"] }
134+
solana-svm-log-collector = { path = "../svm-log-collector", version = "=3.1.1", features = ["agave-unstable-api"] }
135+
solana-svm-type-overrides = { path = "../svm-type-overrides", version = "=3.1.1", features = ["agave-unstable-api"] }
136136
solana-system-interface = "2.0"
137137
solana-system-transaction = "3.0.0"
138-
solana-test-validator = { path = "../test-validator", version = "=3.1.0-beta.0" }
138+
solana-test-validator = { path = "../test-validator", version = "=3.1.1" }
139139
solana-time-utils = "3.0.0"
140-
solana-tps-client = { path = "../tps-client", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
141-
solana-tpu-client = { path = "../tpu-client", version = "=3.1.0-beta.0", default-features = false, features = ["agave-unstable-api"] }
140+
solana-tps-client = { path = "../tps-client", version = "=3.1.1", features = ["agave-unstable-api"] }
141+
solana-tpu-client = { path = "../tpu-client", version = "=3.1.1", default-features = false, features = ["agave-unstable-api"] }
142142
solana-transaction = "3.0.1"
143-
solana-transaction-context = { path = "../transaction-context", version = "=3.1.0-beta.0", features = ["agave-unstable-api", "bincode"] }
144-
solana-transaction-status = { path = "../transaction-status", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
145-
solana-unified-scheduler-pool = { path = "../unified-scheduler-pool", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
146-
solana-version = { path = "../version", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
147-
solana-vote = { path = "../vote", version = "=3.1.0-beta.0", features = ["agave-unstable-api"] }
148-
solana-vote-program = { path = "../programs/vote", version = "=3.1.0-beta.0", default-features = false, features = ["agave-unstable-api"] }
143+
solana-transaction-context = { path = "../transaction-context", version = "=3.1.1", features = ["agave-unstable-api", "bincode"] }
144+
solana-transaction-status = { path = "../transaction-status", version = "=3.1.1", features = ["agave-unstable-api"] }
145+
solana-unified-scheduler-pool = { path = "../unified-scheduler-pool", version = "=3.1.1", features = ["agave-unstable-api"] }
146+
solana-version = { path = "../version", version = "=3.1.1", features = ["agave-unstable-api"] }
147+
solana-vote = { path = "../vote", version = "=3.1.1", features = ["agave-unstable-api"] }
148+
solana-vote-program = { path = "../programs/vote", version = "=3.1.1", default-features = false, features = ["agave-unstable-api"] }
149149
tempfile = "3.23.0"
150150
thiserror = "2.0.17"
151151
tokio = "1.48.0"

platform-tools-sdk/cargo-build-sbf/tests/crates/fail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fail"
3-
version = "3.1.0-beta.0"
3+
version = "3.1.1"
44
description = "Solana SBF test program written in Rust"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/anza-xyz/agave"

platform-tools-sdk/cargo-build-sbf/tests/crates/noop/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "noop"
3-
version = "3.1.0-beta.0"
3+
version = "3.1.1"
44
description = "Solana SBF test program written in Rust"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/anza-xyz/agave"

platform-tools-sdk/cargo-build-sbf/tests/crates/package-metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "package-metadata"
3-
version = "3.1.0-beta.0"
3+
version = "3.1.1"
44
description = "Solana SBF test program with tools version in package metadata"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/anza-xyz/agave"

platform-tools-sdk/cargo-build-sbf/tests/crates/workspace-metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "workspace-metadata"
3-
version = "3.1.0-beta.0"
3+
version = "3.1.1"
44
description = "Solana SBF test program with tools version in workspace metadata"
55
authors = ["Anza Maintainers <[email protected]>"]
66
repository = "https://github.com/anza-xyz/agave"

0 commit comments

Comments
 (0)