Skip to content

feat(contract_manager): add support for near contract upgrade #2393

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 3 commits into from
Feb 20, 2025

Conversation

Riateche
Copy link
Contributor

  • Add propose upgrade script for near
  • Manually track governance source and sequence to allow use of sync_governance_vaas script
  • Remove near from RECEIVER_CHAINS because it's already in WORMHOLE_CHAINS

Copy link

vercel bot commented Feb 18, 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 18, 2025 0:30am
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 0:30am
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 18, 2025 0:30am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Feb 18, 2025 0:30am
entropy-debugger ⬜️ Ignored (Inspect) Visit Preview Feb 18, 2025 0:30am
insights ⬜️ Ignored (Inspect) Visit Preview Feb 18, 2025 0:30am

Comment on lines +128 to +130
governanceDataSourceAddress: string;
governanceDataSourceChain: number;
lastExecutedGovernanceSequence: number;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I wonder where you are using these 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

They are used in the corresponding methods of NearPriceFeedContract.

Copy link
Collaborator

@ali-behjati ali-behjati left a comment

Choose a reason for hiding this comment

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

Nice.

@Riateche Riateche merged commit c26d575 into main Feb 20, 2025
12 checks passed
@Riateche Riateche deleted the near-propose-upgrade branch February 20, 2025 12:07
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