Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate stake-o-matic. #526

Merged
merged 1 commit into from
Mar 27, 2024
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
7,204 changes: 5 additions & 7,199 deletions Cargo.lock

Large diffs are not rendered by default.

40 changes: 1 addition & 39 deletions bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,8 @@ documentation = "https://docs.rs/"
license = "Apache-2.0"
name = "solana-stake-o-matic"
repository = "https://github.com/solana-labs/stake-o-matic"
version = "0.0.0"
version = "0.1.0"
publish = false

[dependencies]
base64 = "0.13"
bincode = "1.3.3"
borsh = "0.9"
bs58 = "0.4.0"
chrono = "0.4.19"
clap = "2.33.0"
csv = "1.1"
indicatif = "0.16.2"
itertools = "0.10.3"
log = "0.4.11"
num-format = "0.4.4"
openssl = "0.10"
regex = "1.5.4"
reqwest = { version = "0.11.3", default-features = false, features = ["blocking", "rustls-tls", "json"] }
semver = { version = "1.0.3", features = ["serde"] }
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.62"
serde_yaml = "0.8.13"
solana-account-decoder = "1.13.6"
solana-clap-utils = "1.13.6"
solana-cli-config = "1.13.6"
solana-client = "1.13.6"
solana-foundation-delegation-program-cli = { path = "../cli" }
solana-foundation-delegation-program-registry = { path = "../program" }
solana-logger = "1.13.6"
solana-notifier = "1.13.6"
solana-sdk = "1.13.6"
solana-transaction-status = "1.13.6"
solana-vote-program = "1.13.6"
spl-stake-pool = "0.6.4"
spl-token = "3.2"
thiserror = "1.0.25"

[dev-dependencies]
solana-validator = "1.13.6"
solana-vote-program = "1.13.6"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
148 changes: 0 additions & 148 deletions bot/src/data_center_info.rs

This file was deleted.

Loading
Loading