Skip to content
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

Bridge standup script + Flow Port & Migrationnet prep #76

Merged
merged 20 commits into from
May 22, 2024

Conversation

sisyphusSmiling
Copy link
Contributor

@sisyphusSmiling sisyphusSmiling commented May 21, 2024

Closes: #75

Description

  • Adds a standup script in Go using Overflow to execute all steps needed for bridge deployment.
  • Configures flow.json for use on Migrationnet
  • Adds transactions and scripts useful for implementation on Flow Port
    • Transfer ERC721 transaction
    • Transfer ERC20 transaction
    • Dynamic Flow transfer transaction, sending to either Flow or EVM address sourcing primarily form target VM balance

For contributor use:

  • Targeted PR against main branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the standards mentioned here.
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

@sisyphusSmiling sisyphusSmiling self-assigned this May 21, 2024
@codecov-commenter
Copy link

codecov-commenter commented May 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.19%. Comparing base (428634e) to head (7e8d4df).
Report is 140 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   82.88%   86.19%   +3.31%     
==========================================
  Files          18       18              
  Lines         818      884      +66     
==========================================
+ Hits          678      762      +84     
+ Misses        140      122      -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sisyphusSmiling sisyphusSmiling marked this pull request as ready for review May 21, 2024 22:31
@sisyphusSmiling sisyphusSmiling requested a review from a team as a code owner May 21, 2024 22:31
@sisyphusSmiling sisyphusSmiling merged commit 6e5d9c2 into main May 22, 2024
2 checks passed
@sisyphusSmiling sisyphusSmiling deleted the standup-script branch May 22, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Create deployment script
3 participants