Skip to content

Commit

Permalink
Upgrade to Solana v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 21, 2021
1 parent c8963e8 commit 9acb082
Show file tree
Hide file tree
Showing 37 changed files with 217 additions and 178 deletions.
171 changes: 105 additions & 66 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions associated-token-account/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ test-bpf = []

[dependencies]
borsh = "0.9.1"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../token/program", features = ["no-entrypoint"] }

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion binary-option/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"
thiserror = "1.0"
spl-token = {version = "3.1.1", path = "../../token/program", features = ["no-entrypoint"]}
arrayref = "0.3.6"
Expand Down
6 changes: 3 additions & 3 deletions binary-oracle-pair/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ test-bpf = []
[dependencies]
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
uint = "0.9"
arbitrary = { version = "0.4", features = ["derive"], optional = true }
borsh = "0.9.1"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion ci/solana-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if [[ -n $SOLANA_VERSION ]]; then
solana_version="$SOLANA_VERSION"
else
solana_version=v1.8.0
solana_version=v1.8.1
fi

export solana_version="$solana_version"
Expand Down
6 changes: 3 additions & 3 deletions examples/rust/cross-program-invocation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions examples/rust/custom-heap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions examples/rust/logging/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions examples/rust/sysvar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions examples/rust/transfer-lamports/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
10 changes: 5 additions & 5 deletions feature-proposal/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ edition = "2018"
[dependencies]
chrono = "0.4.19"
clap = "2.33.3"
solana-clap-utils = "1.8.0"
solana-cli-config = "1.8.0"
solana-client = "1.8.0"
solana-logger = "1.8.0"
solana-sdk = "1.8.0"
solana-clap-utils = "1.8.1"
solana-cli-config = "1.8.1"
solana-client = "1.8.1"
solana-logger = "1.8.1"
solana-sdk = "1.8.1"
spl-feature-proposal = { version = "1.0", path = "../program", features = ["no-entrypoint"] }

[[bin]]
Expand Down
6 changes: 3 additions & 3 deletions feature-proposal/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ test-bpf = []
[dependencies]
borsh = "0.9"
borsh-derive = "0.9.0"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../token/program", features = ["no-entrypoint"] }

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions governance/chat/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.127"
serde_derive = "1.0.103"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../../token/program", features = [ "no-entrypoint" ] }
spl-governance= { version = "2.1.2", path ="../../program", features = [ "no-entrypoint" ]}
spl-governance-tools= { version = "0.1.0", path ="../../tools"}
Expand All @@ -30,8 +30,8 @@ thiserror = "1.0"
assert_matches = "1.5.0"
base64 = "0.13"
proptest = "1.0"
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"
spl-governance-test-sdk = { version = "0.1.0", path ="../../test-sdk"}


Expand Down
6 changes: 3 additions & 3 deletions governance/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
spl-governance-tools= { version = "0.1.0", path ="../tools"}
thiserror = "1.0"
Expand All @@ -29,8 +29,8 @@ assert_matches = "1.5.0"
base64 = "0.13"
lazy_static = "1.4.0"
proptest = "1.0"
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"
spl-governance-test-sdk = { version = "0.1.0", path ="../test-sdk"}
spl-governance-v1 = {package="spl-governance", version = "1.1.1", features = [ "no-entrypoint" ] }

Expand Down
6 changes: 3 additions & 3 deletions governance/test-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.127"
serde_derive = "1.0.103"
solana-program = "1.8.0"
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program = "1.8.1"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
2 changes: 1 addition & 1 deletion governance/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.127"
serde_derive = "1.0.103"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
6 changes: 3 additions & 3 deletions governance/voter-weight-addin/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ num-derive = "0.3"
num-traits = "0.2"
serde = "1.0.127"
serde_derive = "1.0.103"
solana-program = "1.7.11"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../../token/program", features = [ "no-entrypoint" ] }
spl-governance= { version = "2.1.2", path ="../../program", features = [ "no-entrypoint" ]}
spl-governance-tools= { version = "0.1.0", path ="../../tools"}
Expand All @@ -30,8 +30,8 @@ thiserror = "1.0"
assert_matches = "1.5.0"
base64 = "0.13"
proptest = "1.0"
solana-program-test = "1.7.11"
solana-sdk = "1.7.11"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"
spl-governance-test-sdk = { version = "0.1.0", path ="../../test-sdk"}


Expand Down
6 changes: 3 additions & 3 deletions libraries/math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ borsh = "0.9"
borsh-derive = "0.9.0"
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.8.0"
solana-program = "1.8.1"
thiserror = "1.0"
uint = "0.9"

[dev-dependencies]
proptest = "1.0.0"
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions memo/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions name-service/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ no-entrypoint = []
test-bpf = []

[dependencies]
solana-program = "1.8.0"
solana-program = "1.8.1"
num-traits = "0.2"
borsh = "0.9.1"
num-derive = "0.3.3"
thiserror = "1.0.29"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
6 changes: 3 additions & 3 deletions record/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ borsh = "0.9.1"
borsh-derive = "0.9.0"
num-derive = "0.3"
num-traits = "0.2"
solana-program = "1.8.0"
solana-program = "1.8.1"
thiserror = "1.0"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
6 changes: 3 additions & 3 deletions shared-memory/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ test-bpf = []

[dependencies]
arrayref = "0.3.6"
solana-program = "=1.8.0"
solana-program = "=1.8.1"

[dev-dependencies]
solana-program-test = "=1.8.0"
solana-sdk = "=1.8.0"
solana-program-test = "=1.8.1"
solana-sdk = "=1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
16 changes: 8 additions & 8 deletions stake-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ version = "0.6.2"
borsh = "0.9"
clap = "2.33.3"
serde_json = "1.0.68"
solana-account-decoder = "=1.8.0"
solana-clap-utils = "=1.8.0"
solana-cli-config = "=1.8.0"
solana-client = "=1.8.0"
solana-logger = "=1.8.0"
solana-program = "=1.8.0"
solana-remote-wallet = "=1.8.0"
solana-sdk = "=1.8.0"
solana-account-decoder = "=1.8.1"
solana-clap-utils = "=1.8.1"
solana-cli-config = "=1.8.1"
solana-client = "=1.8.1"
solana-logger = "=1.8.1"
solana-program = "=1.8.1"
solana-remote-wallet = "=1.8.1"
solana-sdk = "=1.8.1"
spl-associated-token-account = { version = "1.0", path="../../associated-token-account/program", features = [ "no-entrypoint" ] }
spl-stake-pool = { version = "0.6", path="../program", features = [ "no-entrypoint" ] }
spl-token = { version = "3.2", path="../../token/program", features = [ "no-entrypoint" ] }
Expand Down
8 changes: 4 additions & 4 deletions stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ num-traits = "0.2"
num_enum = "0.5.4"
serde = "1.0.130"
serde_derive = "1.0.103"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-math = { version = "0.1", path = "../../libraries/math", features = [ "no-entrypoint" ] }
spl-token = { version = "3.2", path = "../../token/program", features = [ "no-entrypoint" ] }
thiserror = "1.0"
bincode = "1.3.1"

[dev-dependencies]
proptest = "1.0"
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-vote-program = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"
solana-vote-program = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
6 changes: 3 additions & 3 deletions stateless-asks/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ test-bpf = []

[dependencies]
borsh = "0.9.1"
solana-program = "1.8.0"
solana-program = "1.8.1"
spl-token = { version = "3.2", path = "../../token/program", features = ["no-entrypoint"] }
spl-associated-token-account = {version = "1.0.3", features = ["no-entrypoint"]}
metaplex-token-metadata = { version = "0.0.1", features = ["no-entrypoint"] }
thiserror = "1.0"

[dev-dependencies]
solana-program-test = "1.8.0"
solana-sdk = "1.8.0"
solana-program-test = "1.8.1"
solana-sdk = "1.8.1"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
Loading

0 comments on commit 9acb082

Please sign in to comment.