forked from pyth-network/pyth-crosschain
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sui] Sui dx improvement (pyth-network#1011)
* Use the actual wormhole deployment on testnet for sui testnet config * Simpler deployment script * Bugfix in upgrade payload deserialization * Bugfix in fetching upgrade digest * Small contract manager refactoring and more integration for upgrade script in sui * Remove old scripts * Add script for just generating the sui contract digest * Restrict HotPotatoVector borrow access The return value of `create_price_infos_hot_potato` should not be inspectable outside of the package. * Reorganize the cli lib for sui * Add minimal README for sui cli * Update the general README for sui * Reuse sui sdk logic in contract manager * Manual serialization of accumulator updates for increasing payload size Default payload size seems to be 1024 bytes which is not enough for messages with multiple feeds * Bump sdk version
- Loading branch information
Showing
49 changed files
with
763 additions
and
18,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.