Skip to content
Open
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
1,803 changes: 1,027 additions & 776 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ solana-inflation = "2.2.1"
solana-instruction = "2.3.0"
solana-instructions-sysvar = "2.2.2"
solana-keccak-hasher = "2.2.1"
solana-keypair = "2.2.1"
solana-keypair = "3.0.1"
solana-last-restart-slot = "2.2.1"
solana-lattice-hash = { path = "lattice-hash", version = "=3.0.0" }
solana-ledger = { path = "ledger", version = "=3.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion account-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ solana-stake-interface = { workspace = true }
solana-sysvar = { workspace = true }
solana-vote-interface = { workspace = true, features = ["bincode"] }
spl-generic-token = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
spl-token-group-interface = { workspace = true }
spl-token-metadata-interface = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion accounts-cluster-bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ solana-transaction = { workspace = true }
solana-transaction-status = { workspace = true }
solana-version = { workspace = true }
spl-generic-token = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }

[target.'cfg(not(any(target_env = "msvc", target_os = "freebsd")))'.dependencies]
jemallocator = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num-traits = "0.2"
solana-program = "2.3.0"
solana-system-interface = "1"
spl-associated-token-account-client = { version = "2.0.0", path = "../interface" }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
thiserror = "2.0"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ solana-fee-calculator = "=2.2.1"
solana-fee-structure = "=2.3.0"
solana-hash = "=2.3.0"
solana-instruction = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.1"
solana-loader-v3-interface = { version = "=5.0.0", features = ["bincode"] }
solana-loader-v4-interface = "=2.2.1"
solana-loader-v4-program = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ solana-clap-utils = { workspace = true }
solana-cli-config = { workspace = true }
solana-hash = "=2.3.0"
solana-instruction = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.1"
solana-logger = "=2.3.1"
solana-message = "=2.4.0"
solana-metrics = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ solana-feature-gate-interface = "=2.2.2"
solana-fee-calculator = "=2.2.1"
solana-genesis-config = "=2.3.0"
solana-inflation = "=2.2.1"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.1"
solana-ledger = { workspace = true }
solana-loader-v3-interface = "5.0.0"
solana-logger = "=2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ solana-frozen-abi-macro = { version = "=2.2.1", optional = true, features = [
"frozen-abi",
] }
solana-hash = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.1"
solana-ledger = { workspace = true }
solana-logger = "=2.3.1"
solana-measure = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ solana-clap-utils = { workspace = true }
solana-config-interface = "=1.0.0"
solana-config-program-client = { version = "=1.1.0", features = ["serde"] }
solana-hash = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.1"
solana-logger = "=2.3.1"
solana-message = "=2.4.0"
solana-pubkey = { version = "=2.4.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ solana-clap-v3-utils = { workspace = true }
solana-cli-config = { workspace = true }
solana-derivation-path = "=2.2.1"
solana-instruction = { version = "=2.3.0", features = ["bincode"] }
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.1"
solana-message = { version = "=2.4.0", features = ["bincode"] }
solana-pubkey = { version = "=2.4.0", default-features = false }
solana-remote-wallet = { workspace = true, features = ["default"] }
Expand Down
2 changes: 1 addition & 1 deletion platform-tools-sdk/cargo-build-sbf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ regex = { workspace = true }
reqwest = { workspace = true, features = ["blocking", "rustls-tls"] }
semver = { workspace = true }
solana-file-download = "=2.2.2"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.1"
solana-logger = "=2.3.1"
tar = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ solana-version = { workspace = true }
solana-vote = { workspace = true }
solana-vote-program = { workspace = true }
spl-generic-token = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
stream-cancel = { workspace = true }
thiserror = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion svm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ solana-system-transaction = { workspace = true }
solana-sysvar = { workspace = true }
solana-transaction = { workspace = true, features = ["dev-context-only-utils"] }
solana-transaction-context = { workspace = true, features = ["dev-context-only-utils"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program" }
spl-token = { path = "../token/program" }
test-case = { workspace = true }

[lints]
Expand Down
2 changes: 1 addition & 1 deletion svm/examples/paytube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ solana-system-program = { workspace = true }
solana-transaction = { workspace = true, features = ["blake3"] }
solana-transaction-error = { workspace = true }
spl-associated-token-account = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program" }
spl-token = { path = "../../../token/program" }
termcolor = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token-2022/clients/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ solana-sdk = "2.2.1"
solana-system-interface = "1"
solana-transaction-status = "2.3.4"
spl-associated-token-account-client = { workspace = true }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../../../token/program", features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
spl-token-client = { version = "0.16.1", path = "../rust-legacy" }
spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" }
Expand Down
2 changes: 1 addition & 1 deletion token-2022/clients/rust-legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spl-associated-token-account-client = { workspace = true }
spl-elgamal-registry = { version = "0.3.0",features = ["no-entrypoint"], path = "../../confidential-transfer/elgamal-registry"}
spl-memo = { version = "6.0", features = ["no-entrypoint"] }
spl-record = { version = "0.3.0", features = ["no-entrypoint"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program", features = ["no-entrypoint"] }
spl-token = { path = "../../../token/program", features = ["no-entrypoint"] }
spl-token-confidential-transfer-proof-extraction = { version = "0.4.0", path = "../../confidential-transfer/proof-extraction" }
spl-token-confidential-transfer-proof-generation = { version = "0.4.0", path = "../../confidential-transfer/proof-generation" }
spl-token-2022 = { workspace = true , features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ solana-transaction = { workspace = true }
solana-transaction-status = { workspace = true }
solana-version = { workspace = true }
spl-associated-token-account = { workspace = true, features = ["no-entrypoint"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }
tempfile = { workspace = true }
thiserror = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion transaction-status/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ solana-transaction-status-client-types = { workspace = true }
solana-vote-interface = { workspace = true }
spl-associated-token-account = { workspace = true, features = ["no-entrypoint"] }
spl-memo = { workspace = true, features = ["no-entrypoint"] }
spl-token = { path ="/home/atreyrachit23/agave/token/program" , features = ["no-entrypoint"] }
spl-token = { path = "../token/program" , features = ["no-entrypoint"] }
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
spl-token-group-interface = { workspace = true }
spl-token-metadata-interface = { workspace = true }
Expand Down