Skip to content

Commit

Permalink
Vesting addin cli dev 2 (neonevm#22)
Browse files Browse the repository at this point in the history
* 1

* 1

* 1

* Develop Commands

* Commands Restructurizing & Optimization
  • Loading branch information
mich-master committed Apr 8, 2022
1 parent 9892cb5 commit c58f4cf
Show file tree
Hide file tree
Showing 3 changed files with 740 additions and 228 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
members = [
"addin-fixed-weights/program",
"addin-vesting/program",
"addin-vesting/cli",
"governance-test-scripts",
"governance-lib",
]
Expand Down
11 changes: 6 additions & 5 deletions addin-vesting/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ authors = ["Bonfida <contact@bonfida.com>"]
edition = "2018"

[dependencies]
solana-program = "=1.9.13"
solana-client = "=1.9.13"
solana-sdk = "=1.9.13"
solana-clap-utils = "=1.9.13"
token-vesting = { version = "0.1.0", path="../program", features=["no-entrypoint"] }
solana-program = "1.9.13"
solana-client = "1.9.13"
solana-sdk = "1.9.13"
solana-account-decoder = "1.10"
solana-clap-utils = "1.9.13"
spl-token = {version = "3.2.0", features = ["no-entrypoint"]}
spl-associated-token-account = {version = "1.0.2", features = ["no-entrypoint"]}
spl-governance-addin-vesting = { version = "0.1", path = "../program" }
clap = "2.33.3"
chrono = "0.4.19"
iso8601-duration = { git = "https://github.com/rrichardson/iso8601-duration.git", rev = "9e01f51ea253e95e0fba5e4d7ad0c537922931e7"}
Loading

0 comments on commit c58f4cf

Please sign in to comment.