-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move wormhole attester to pythnet_sdk legacy module (#2353)
* refactor: move wormhole attester to pythnet_sdk legacy module - Move wormhole_attester code to pythnet_sdk/legacy - Update downstream dependencies - Delete original wormhole_attester directory Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * refactor: update cosmwasm contract to use pythnet_sdk legacy module Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * chore: revert dependency version changes in pythnet_sdk Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * refactor: update cosmwasm contract to use pythnet_sdk::legacy::Identifier Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * chore: bump cosmwasm contract version to 1.3.1 Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * Update Cargo.toml * chore: bump near receiver version to 0.1.1 Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * style: fix rust formatting Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * refactor: update near receiver tests to use pythnet_sdk::legacy Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * refactor: remove solana-specific imports from legacy module Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz> * update lockfiles --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <jayant@dourolabs.xyz> Co-authored-by: Jayant Krishnamurthy <jayantkrishnamurthy@gmail.com>
- Loading branch information
1 parent
c7ca8f0
commit ee557d2
Showing
20 changed files
with
27 additions
and
1,463 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mod wormhole_attester; | ||
pub use wormhole_attester::*; |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.