Skip to content

Commit 16bdc0f

Browse files
authored
Guibescos/cli for attester admin (#314)
* Add payload generators * Executor cli no longer a lib * Expose instructions in client * Format * Cli * Fix CI * Fix CI, second try * Fix CI, second try * Fix CI, third try * Fix CI, foruth try * Remove pythnet from dockerfile wasm * Test * Revert "Test" This reverts commit ffa702b.
1 parent 89cc35d commit 16bdc0f

File tree

8 files changed

+466
-31
lines changed

8 files changed

+466
-31
lines changed

Dockerfile.solana

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN mv wormhole-${WORMHOLE_REV} wormhole
3636

3737

3838
ADD solana solana
39+
ADD pythnet pythnet
3940
ADD third_party/pyth/p2w-sdk/rust third_party/pyth/p2w-sdk/rust
4041
RUN mkdir -p /opt/solana/deps
4142

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if pyth:
191191
docker_build(
192192
ref = "p2w-attest",
193193
context = ".",
194-
only = ["./solana", "./third_party"],
194+
only = ["./solana", "./third_party", "./pythnet"],
195195
dockerfile = "./third_party/pyth/Dockerfile.p2w-attest",
196196
ignore = ["./solana/*/target"],
197197
)

0 commit comments

Comments
 (0)