Skip to content

Commit 9cacb83

Browse files
committed
feat(solana): governance proposal execution
Signed-off-by: Guilherme Felipe da Silva <[email protected]>
1 parent c6f3b4a commit 9cacb83

File tree

5 files changed

+374
-17
lines changed

5 files changed

+374
-17
lines changed

solana/cli/Cargo.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

solana/cli/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ axelar-solana-its = { git = "https://github.com/eigerco/solana-axelar.git", rev
1818
] }
1919
axelar-solana-encoding = { git = "https://github.com/eigerco/solana-axelar.git", rev = "1c97f24" }
2020
axelar-executable = { git = "https://github.com/eigerco/solana-axelar.git", rev = "1c97f24" }
21+
governance-gmp = { git = "https://github.com/eigerco/solana-axelar.git", rev = "1c97f24" }
22+
program-utils = { git = "https://github.com/eigerco/solana-axelar.git", rev = "1c97f24" }
2123

2224
axelar-wasm-std = { git = "https://github.com/eigerco/axelar-amplifier.git", rev = "3f036ec" }
2325
voting-verifier = { git = "https://github.com/eigerco/axelar-amplifier.git", rev = "3f036ec", features = [
@@ -27,8 +29,10 @@ multisig-prover = { git = "https://github.com/eigerco/axelar-amplifier.git", rev
2729
"library",
2830
] }
2931

32+
alloy-sol-types = "0.7.6"
3033
anyhow = "1.0.98"
3134
bincode = { version = "2.0.1", features = ["serde"] }
35+
borsh = "1.5.1"
3236
bs58 = "0.5.1"
3337
clap = { version = "3.2", features = ["derive", "env"] }
3438
cosmrs = { version = "0.16", features = ["cosmwasm", "rpc", "grpc"] }
@@ -54,3 +58,4 @@ walkdir = "2.5.0"
5458
spl-token = { version = "8.0.0", features = ["no-entrypoint"] }
5559
spl-token-2022 = { version = "8.0.1", features = ["no-entrypoint"] }
5660
spl-associated-token-account = { version = "6.0.0", features = ["no-entrypoint"] }
61+
base64 = "0.22.1"

0 commit comments

Comments
 (0)