Skip to content

Commit

Permalink
Remove move_loader and librapay (#11184)
Browse files Browse the repository at this point in the history
* Remove move_loader and librapay

* Remove Embedding Move from implemented proposals

* Remove Move variant from CI

* Remove move_loader ID
  • Loading branch information
garious authored and mvines committed Aug 2, 2020
1 parent 9f1bb75 commit 3e70509
Show file tree
Hide file tree
Showing 30 changed files with 165 additions and 11,627 deletions.
1,615 changes: 143 additions & 1,472 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,4 @@ members = [

exclude = [
"programs/bpf",
"programs/move_loader",
"programs/librapay",
]
5 changes: 0 additions & 5 deletions bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,18 @@ solana-core = { path = "../core", version = "1.2.17" }
solana-genesis = { path = "../genesis", version = "1.2.17" }
solana-client = { path = "../client", version = "1.2.17" }
solana-faucet = { path = "../faucet", version = "1.2.17" }
solana-librapay = { path = "../programs/librapay", version = "1.2.17", optional = true }
solana-logger = { path = "../logger", version = "1.2.17" }
solana-metrics = { path = "../metrics", version = "1.2.17" }
solana-measure = { path = "../measure", version = "1.2.17" }
solana-net-utils = { path = "../net-utils", version = "1.2.17" }
solana-runtime = { path = "../runtime", version = "1.2.17" }
solana-sdk = { path = "../sdk", version = "1.2.17" }
solana-move-loader-program = { path = "../programs/move_loader", version = "1.2.17", optional = true }
solana-version = { path = "../version", version = "1.2.17" }

[dev-dependencies]
serial_test = "0.4.0"
serial_test_derive = "0.4.0"
solana-local-cluster = { path = "../local-cluster", version = "1.2.17" }

[features]
move = ["solana-librapay", "solana-move-loader-program"]

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Loading

0 comments on commit 3e70509

Please sign in to comment.