Skip to content

Commit

Permalink
Remove Budget from CLI (solana-labs#11451)
Browse files Browse the repository at this point in the history
* Remove support for Budget

Also:
* Make "pay" command a deprecated alias for the "transfer" command

* chore: remove budget from web3.js

* Drop Budget depedency from core

Validators no longer ship with builtin Budget
  • Loading branch information
garious authored Aug 7, 2020
1 parent 7e25130 commit edadd5d
Showing 19 changed files with 56 additions and 2,319 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ serde = "1.0.112"
serde_derive = "1.0.103"
serde_json = "1.0.56"
solana-account-decoder = { path = "../account-decoder", version = "1.4.0" }
solana-budget-program = { path = "../programs/budget", version = "1.4.0" }
solana-clap-utils = { path = "../clap-utils", version = "1.4.0" }
solana-cli-config = { path = "../cli-config", version = "1.4.0" }
solana-client = { path = "../client", version = "1.4.0" }
@@ -49,7 +48,6 @@ url = "2.1.1"

[dev-dependencies]
solana-core = { path = "../core", version = "1.4.0" }
solana-budget-program = { path = "../programs/budget", version = "1.4.0" }
tempfile = "3.1.0"

[[bin]]
Loading

0 comments on commit edadd5d

Please sign in to comment.