Skip to content

Commit 19f2407

Browse files
guibescosilya-bobyr
authored andcommitted
Publisher stake caps feature
1 parent 836ff8a commit 19f2407

File tree

7 files changed

+650
-163
lines changed

7 files changed

+650
-163
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ git = "https://github.com/ilya-bobyr/pyth-client"
107107
branch = "pythnet-update-oracle-v2.33.1"
108108

109109
[patch.crates-io]
110+
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", tag = "v2.17.1" }
111+
110112
# We include a number of crates as our dependencies above from crates.io:
111113
#
112114
# * spl-associated-token-account

programs/bpf/Cargo.lock

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

runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ num_cpus = "1.13.1"
3737
once_cell = "1.12.0"
3838
ouroboros = "0.15.0"
3939
pyth-oracle = { git = "https://github.com/pyth-network/pyth-client", tag = "oracle-v2.33.0", features = ["library"] }
40-
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "60144002053a93f424be70decd8a8ccb8d618d81" }
40+
pythnet-sdk = { git = "https://github.com/pyth-network/pyth-crosschain", version = "1.13.6", rev = "33f901aa45f4f0005aa5a84a1479b78ca9033074" }
4141
rand = "0.7.0"
4242
rayon = "1.5.3"
4343
regex = "1.5.6"

0 commit comments

Comments
 (0)