Skip to content

Commit

Permalink
fix(xc-admin/frontend): handle large upd_product proposals (#1725)
Browse files Browse the repository at this point in the history
This change updates @pythnetwork/client package that has a change
that allows encoding large upd_product proposals. More info on
[the PR](pyth-network/pyth-client-js#79)
in the pyth-client-js repo.
  • Loading branch information
ali-bahjati authored Jun 24, 2024
1 parent 11506d9 commit 5e92531
Show file tree
Hide file tree
Showing 9 changed files with 126 additions and 87 deletions.
2 changes: 1 addition & 1 deletion contract_manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@cosmjs/stargate": "^0.32.3",
"@injectivelabs/networks": "^1.14.6",
"@mysten/sui.js": "^0.49.1",
"@pythnetwork/client": "^2.21.0",
"@pythnetwork/client": "^2.21.1",
"@pythnetwork/contract-manager": "workspace:*",
"@pythnetwork/cosmwasm-deploy-tools": "workspace:*",
"@pythnetwork/entropy-sdk-solidity": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/crank_executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@certusone/wormhole-sdk": "^0.9.9",
"@coral-xyz/anchor": "^0.29.0",
"@project-serum/anchor": "^0.25.0",
"@pythnetwork/client": "^2.9.0",
"@pythnetwork/client": "^2.21.1",
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.9",
"@coral-xyz/anchor": "^0.29.0",
"@pythnetwork/client": "^2.9.0",
"@pythnetwork/client": "^2.21.1",
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/web3.js": "^1.73.0",
"@sqds/mesh": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/proposer_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/client": "^2.21.1",
"@pythnetwork/xc-admin-common": "workspace:*",
"@solana/web3.js": "^1.76.0",
"@sqds/mesh": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/xc_admin_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@coral-xyz/anchor": "^0.29.0",
"@ledgerhq/hw-transport": "^6.27.10",
"@ledgerhq/hw-transport-node-hid": "^6.27.10",
"@pythnetwork/client": "^2.9.0",
"@pythnetwork/client": "^2.21.1",
"@pythnetwork/pyth-solana-receiver": "workspace:*",
"@pythnetwork/solana-utils": "workspace:^",
"@pythnetwork/xc-admin-common": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion governance/xc_admin/packages/xc_admin_common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@injectivelabs/sdk-ts": "^1.10.72",
"@injectivelabs/token-metadata": "~1.10.42",
"@project-serum/anchor": "^0.25.0",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/client": "^2.21.1",
"@pythnetwork/pyth-solana-receiver": "workspace:*",
"@pythnetwork/solana-utils": "workspace:*",
"@solana/buffer-layout": "^4.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@headlessui/react": "^1.7.7",
"@pythnetwork/client": "^2.21.0",
"@pythnetwork/client": "^2.21.1",
"@pythnetwork/solana-utils": "workspace:^",
"@pythnetwork/xc-admin-common": "workspace:*",
"@radix-ui/react-label": "^2.0.0",
Expand Down
198 changes: 119 additions & 79 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion target_chains/sui/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.12",
"@mysten/sui.js": "^0.49.1",
"@pythnetwork/client": "^2.17.0",
"@pythnetwork/contract-manager": "workspace:*",
"@pythnetwork/price-service-client": "^1.4.0",
"@pythnetwork/price-service-sdk": "^1.2.0",
Expand Down

0 comments on commit 5e92531

Please sign in to comment.