forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sol
committed
Aug 19, 2021
1 parent
0291625
commit c412bed
Showing
126 changed files
with
1,013 additions
and
906 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "safecoin-accounts-bench" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
license = "Apache-2.0" | ||
homepage = "https://safecoin.org/" | ||
|
@@ -11,11 +11,11 @@ publish = false | |
[dependencies] | ||
log = "0.4.11" | ||
rayon = "1.5.0" | ||
safecoin-logger = { path = "../logger", version = ">=1.6.18" } | ||
safecoin-runtime = { path = "../runtime", version = ">=1.6.18" } | ||
safecoin-measure = { path = "../measure", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-version = { path = "../version", version = ">=1.6.18" } | ||
safecoin-logger = { path = "../logger", version = "=1.6.19" } | ||
safecoin-runtime = { path = "../runtime", version = "=1.6.19" } | ||
safecoin-measure = { path = "../measure", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
safecoin-version = { path = "../version", version = "=1.6.19" } | ||
rand = "0.7.0" | ||
clap = "2.33.1" | ||
crossbeam-channel = "0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "solana-accounts-cluster-bench" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
license = "Apache-2.0" | ||
homepage = "https://safecoin.org/" | ||
|
@@ -13,22 +13,22 @@ clap = "2.33.1" | |
log = "0.4.11" | ||
rand = "0.7.0" | ||
rayon = "1.4.1" | ||
safecoin-account-decoder = { path = "../account-decoder", version = ">=1.6.18" } | ||
safecoin-clap-utils = { path = "../clap-utils", version = ">=1.6.18" } | ||
safecoin-client = { path = "../client", version = ">=1.6.18" } | ||
safecoin-core = { path = "../core", version = ">=1.6.18" } | ||
safecoin-measure = { path = "../measure", version = ">=1.6.18" } | ||
safecoin-logger = { path = "../logger", version = ">=1.6.18" } | ||
safecoin-net-utils = { path = "../net-utils", version = ">=1.6.18" } | ||
safecoin-faucet = { path = "../faucet", version = ">=1.6.18" } | ||
safecoin-runtime = { path = "../runtime", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-transaction-status = { path = "../transaction-status", version = ">=1.6.21" } | ||
safecoin-version = { path = "../version", version = ">=1.6.18" } | ||
safecoin-account-decoder = { path = "../account-decoder", version = "=1.6.19" } | ||
safecoin-clap-utils = { path = "../clap-utils", version = "=1.6.19" } | ||
safecoin-client = { path = "../client", version = "=1.6.19" } | ||
safecoin-core = { path = "../core", version = "=1.6.19" } | ||
safecoin-measure = { path = "../measure", version = "=1.6.19" } | ||
safecoin-logger = { path = "../logger", version = "=1.6.19" } | ||
safecoin-net-utils = { path = "../net-utils", version = "=1.6.19" } | ||
safecoin-faucet = { path = "../faucet", version = "=1.6.19" } | ||
safecoin-runtime = { path = "../runtime", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
safecoin-transaction-status = { path = "../transaction-status", version = "=1.6.19" } | ||
safecoin-version = { path = "../version", version = "=1.6.19" } | ||
spl-token-v2-0 = { package = "safe-token", version = ">=3.1.6", features = ["no-entrypoint"] } | ||
|
||
[dev-dependencies] | ||
solana-local-cluster = { path = "../local-cluster", version = ">=1.6.18" } | ||
solana-local-cluster = { path = "../local-cluster", version = "=1.6.19" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "safecoin-banking-bench" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
license = "Apache-2.0" | ||
homepage = "https://safecoin.org/" | ||
|
@@ -14,16 +14,16 @@ crossbeam-channel = "0.4" | |
log = "0.4.11" | ||
rand = "0.7.0" | ||
rayon = "1.5.0" | ||
safecoin-core = { path = "../core", version = ">=1.6.18" } | ||
safecoin-clap-utils = { path = "../clap-utils", version = ">=1.6.18" } | ||
safecoin-streamer = { path = "../streamer", version = ">=1.6.18" } | ||
safecoin-perf = { path = "../perf", version = ">=1.6.18" } | ||
safecoin-ledger = { path = "../ledger", version = ">=1.6.18" } | ||
safecoin-logger = { path = "../logger", version = ">=1.6.18" } | ||
safecoin-runtime = { path = "../runtime", version = ">=1.6.18" } | ||
safecoin-measure = { path = "../measure", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-version = { path = "../version", version = ">=1.6.18" } | ||
safecoin-core = { path = "../core", version = "=1.6.19" } | ||
safecoin-clap-utils = { path = "../clap-utils", version = "=1.6.19" } | ||
safecoin-streamer = { path = "../streamer", version = "=1.6.19" } | ||
safecoin-perf = { path = "../perf", version = "=1.6.19" } | ||
safecoin-ledger = { path = "../ledger", version = "=1.6.19" } | ||
safecoin-logger = { path = "../logger", version = "=1.6.19" } | ||
safecoin-runtime = { path = "../runtime", version = "=1.6.19" } | ||
safecoin-measure = { path = "../measure", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
safecoin-version = { path = "../version", version = "=1.6.19" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "safecoin-banks-client" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
description = "Safecoin banks client" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
|
@@ -15,16 +15,16 @@ borsh = "0.9.0" | |
borsh-derive = "0.9.0" | ||
futures = "0.3" | ||
mio = "0.7.6" | ||
safecoin-banks-interface = { path = "../banks-interface", version = ">=1.6.18" } | ||
safecoin-program = { path = "../sdk/program", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-banks-interface = { path = "../banks-interface", version = "=1.6.19" } | ||
safecoin-program = { path = "../sdk/program", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
tarpc = { version = "0.24.1", features = ["full"] } | ||
tokio = { version = "1", features = ["full"] } | ||
tokio-serde = { version = "0.8", features = ["bincode"] } | ||
|
||
[dev-dependencies] | ||
safecoin-runtime = { path = "../runtime", version = ">=1.6.18" } | ||
safecoin-banks-server = { path = "../banks-server", version = ">=1.6.18" } | ||
safecoin-runtime = { path = "../runtime", version = "=1.6.19" } | ||
safecoin-banks-server = { path = "../banks-server", version = "=1.6.19" } | ||
|
||
[lib] | ||
crate-type = ["lib"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "safecoin-banks-interface" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
description = "Safecoin banks RPC interface" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
|
@@ -12,7 +12,7 @@ edition = "2018" | |
[dependencies] | ||
mio = "0.7.6" | ||
serde = { version = "1.0.122", features = ["derive"] } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
tarpc = { version = "0.24.1", features = ["full"] } | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "safecoin-banks-server" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
description = "Safecoin banks server" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
|
@@ -14,10 +14,10 @@ bincode = "1.3.1" | |
futures = "0.3" | ||
log = "0.4.11" | ||
mio = "0.7.6" | ||
safecoin-banks-interface = { path = "../banks-interface", version = ">=1.6.18" } | ||
safecoin-runtime = { path = "../runtime", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-metrics = { path = "../metrics", version = ">=1.6.18" } | ||
safecoin-banks-interface = { path = "../banks-interface", version = "=1.6.19" } | ||
safecoin-runtime = { path = "../runtime", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
safecoin-metrics = { path = "../metrics", version = "=1.6.19" } | ||
tarpc = { version = "0.24.1", features = ["full"] } | ||
tokio = { version = "1", features = ["full"] } | ||
tokio-serde = { version = "0.8", features = ["bincode"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "safecoin-bench-exchange" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
license = "Apache-2.0" | ||
homepage = "https://safecoin.org/" | ||
|
@@ -18,21 +18,21 @@ rand = "0.7.0" | |
rayon = "1.5.0" | ||
serde_json = "1.0.56" | ||
serde_yaml = "0.8.13" | ||
safecoin-clap-utils = { path = "../clap-utils", version = ">=1.6.18" } | ||
safecoin-core = { path = "../core", version = ">=1.6.18" } | ||
safecoin-genesis = { path = "../genesis", version = ">=1.6.18" } | ||
safecoin-client = { path = "../client", version = ">=1.6.18" } | ||
safecoin-faucet = { path = "../faucet", version = ">=1.6.18" } | ||
safecoin-exchange-program = { path = "../programs/exchange", version = ">=1.6.18" } | ||
safecoin-logger = { path = "../logger", version = ">=1.6.18" } | ||
safecoin-metrics = { path = "../metrics", version = ">=1.6.18" } | ||
safecoin-net-utils = { path = "../net-utils", version = ">=1.6.18" } | ||
safecoin-runtime = { path = "../runtime", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-version = { path = "../version", version = ">=1.6.18" } | ||
safecoin-clap-utils = { path = "../clap-utils", version = "=1.6.19" } | ||
safecoin-core = { path = "../core", version = "=1.6.19" } | ||
safecoin-genesis = { path = "../genesis", version = "=1.6.19" } | ||
safecoin-client = { path = "../client", version = "=1.6.19" } | ||
safecoin-faucet = { path = "../faucet", version = "=1.6.19" } | ||
safecoin-exchange-program = { path = "../programs/exchange", version = "=1.6.19" } | ||
safecoin-logger = { path = "../logger", version = "=1.6.19" } | ||
safecoin-metrics = { path = "../metrics", version = "=1.6.19" } | ||
safecoin-net-utils = { path = "../net-utils", version = "=1.6.19" } | ||
safecoin-runtime = { path = "../runtime", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
safecoin-version = { path = "../version", version = "=1.6.19" } | ||
|
||
[dev-dependencies] | ||
solana-local-cluster = { path = "../local-cluster", version = ">=1.6.18" } | ||
solana-local-cluster = { path = "../local-cluster", version = "=1.6.19" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,19 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "safecoin-bench-streamer" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
license = "Apache-2.0" | ||
homepage = "https://safecoin.org/" | ||
publish = false | ||
|
||
[dependencies] | ||
clap = "2.33.1" | ||
safecoin-clap-utils = { path = "../clap-utils", version = ">=1.6.18" } | ||
safecoin-streamer = { path = "../streamer", version = ">=1.6.18" } | ||
safecoin-logger = { path = "../logger", version = ">=1.6.18" } | ||
safecoin-net-utils = { path = "../net-utils", version = ">=1.6.18" } | ||
safecoin-version = { path = "../version", version = ">=1.6.18" } | ||
safecoin-clap-utils = { path = "../clap-utils", version = "=1.6.19" } | ||
safecoin-streamer = { path = "../streamer", version = "=1.6.19" } | ||
safecoin-logger = { path = "../logger", version = "=1.6.19" } | ||
safecoin-net-utils = { path = "../net-utils", version = "=1.6.19" } | ||
safecoin-version = { path = "../version", version = "=1.6.19" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Solana Maintainers <[email protected]>"] | ||
edition = "2018" | ||
name = "safecoin-bench-tps" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
license = "Apache-2.0" | ||
homepage = "https://safecoin.org/" | ||
|
@@ -15,22 +15,22 @@ log = "0.4.11" | |
rayon = "1.5.0" | ||
serde_json = "1.0.56" | ||
serde_yaml = "0.8.13" | ||
safecoin-clap-utils = { path = "../clap-utils", version = ">=1.6.18" } | ||
safecoin-core = { path = "../core", version = ">=1.6.18" } | ||
safecoin-genesis = { path = "../genesis", version = ">=1.6.18" } | ||
safecoin-client = { path = "../client", version = ">=1.6.18" } | ||
safecoin-faucet = { path = "../faucet", version = ">=1.6.18" } | ||
safecoin-logger = { path = "../logger", version = ">=1.6.18" } | ||
safecoin-metrics = { path = "../metrics", version = ">=1.6.18" } | ||
safecoin-measure = { path = "../measure", version = ">=1.6.18" } | ||
safecoin-net-utils = { path = "../net-utils", version = ">=1.6.18" } | ||
safecoin-runtime = { path = "../runtime", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-version = { path = "../version", version = ">=1.6.18" } | ||
safecoin-clap-utils = { path = "../clap-utils", version = "=1.6.19" } | ||
safecoin-core = { path = "../core", version = "=1.6.19" } | ||
safecoin-genesis = { path = "../genesis", version = "=1.6.19" } | ||
safecoin-client = { path = "../client", version = "=1.6.19" } | ||
safecoin-faucet = { path = "../faucet", version = "=1.6.19" } | ||
safecoin-logger = { path = "../logger", version = "=1.6.19" } | ||
safecoin-metrics = { path = "../metrics", version = "=1.6.19" } | ||
safecoin-measure = { path = "../measure", version = "=1.6.19" } | ||
safecoin-net-utils = { path = "../net-utils", version = "=1.6.19" } | ||
safecoin-runtime = { path = "../runtime", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
safecoin-version = { path = "../version", version = "=1.6.19" } | ||
|
||
[dev-dependencies] | ||
serial_test = "0.4.0" | ||
solana-local-cluster = { path = "../local-cluster", version = ">=1.6.18" } | ||
solana-local-cluster = { path = "../local-cluster", version = "=1.6.19" } | ||
|
||
[package.metadata.docs.rs] | ||
targets = ["x86_64-unknown-linux-gnu"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "safecoin-clap-utils" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
description = "Safecoin utilities for the clap" | ||
authors = ["Solana Maintainers <[email protected]>"] | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
|
@@ -12,8 +12,8 @@ edition = "2018" | |
[dependencies] | ||
clap = "2.33.0" | ||
rpassword = "4.0" | ||
safecoin-remote-wallet = { path = "../remote-wallet", version = ">=1.6.18" } | ||
safecoin-sdk = { path = "../sdk", version = ">=1.6.18" } | ||
safecoin-remote-wallet = { path = "../remote-wallet", version = "=1.6.19" } | ||
safecoin-sdk = { path = "../sdk", version = "=1.6.19" } | ||
thiserror = "1.0.21" | ||
tiny-bip39 = "0.8.0" | ||
uriparse = "0.6.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Solana Maintainers <[email protected]>"] | |
edition = "2018" | ||
name = "safecoin-cli-config" | ||
description = "Safecoin: Enterprise Security for the Community by the Community" | ||
version = "1.6.18" | ||
version = "1.6.19" | ||
repository = "https://github.com/fair-exchange/safecoin" | ||
license = "Apache-2.0" | ||
homepage = "https://safecoin.org/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.