Skip to content

refactor: move wormhole attester to pythnet_sdk legacy module #2353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 12, 2025

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Move wormhole_attester code to pythnet_sdk/legacy module

  • Move wormhole_attester code to pythnet_sdk/legacy
  • Update downstream dependencies to use new location
  • Delete original wormhole_attester directory

Link to Devin run: https://app.devin.ai/sessions/a17618f07a054fbd8d28c57a4eedf941
Requested by: Jayant

- Move wormhole_attester code to pythnet_sdk/legacy
- Update downstream dependencies
- Delete original wormhole_attester directory

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Copy link

vercel bot commented Feb 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 3:22am
insights ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 3:22am
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 3:22am
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2025 3:22am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Feb 12, 2025 3:22am
entropy-debugger ⬜️ Ignored (Inspect) Visit Preview Feb 12, 2025 3:22am

Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add "(aside)" to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
serde_wormhole = {version ="0.1.0", optional = true}
wormhole-vaas-serde = {version = "0.1.0", optional = true}
libsecp256k1 = {version ="0.7.1", optional = true}
rand = {version = "0.8.5", optional = true}
solana-program = {version = ">=1.13.6", optional = true}
solana-program = { version = ">=1.14.6", optional = true }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't change the versions of these dependencies.

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
@@ -33,18 +33,16 @@ generic-array = { version = "0.14.4" }
hex = "0.4.2"
lazy_static = "1.4.0"
bigint = "4"
pyth-wormhole-attester-sdk = { path = "../../../../wormhole_attester/sdk/rust" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please bump the patch version of this file.

devin-ai-integration bot and others added 3 commits February 7, 2025 19:37
…fier

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
devin-ai-integration bot and others added 2 commits February 7, 2025 19:58
Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
devin-ai-integration bot and others added 2 commits February 7, 2025 12:44
Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
@@ -1346,18 +1423,18 @@ dependencies = [

[[package]]
name = "home"
version = "0.5.9"
version = "0.5.11"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This upgrades a dependency to a version that doesn't build on the pinned toolchain version, so the CI fails. Either revert the dependency update or bump the toolchain version.

@jayantk jayantk merged commit ee557d2 into main Feb 12, 2025
14 checks passed
@jayantk jayantk deleted the devin/1738954977-move-wormhole-attester-to-legacy branch February 12, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants