-
Notifications
You must be signed in to change notification settings - Fork 40
feat: enable pop up without project type specification #403
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
Conversation
19e4961 to
3bc239f
Compare
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #403 +/- ##
==========================================
+ Coverage 75.11% 75.34% +0.22%
==========================================
Files 63 64 +1
Lines 13842 13973 +131
Branches 13842 13973 +131
==========================================
+ Hits 10398 10528 +130
+ Misses 2118 2098 -20
- Partials 1326 1347 +21
|
chungquantin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR looks great! I left some comments mainly for the code improvement. Some based on my personal preferences. Not a blocker though.
Currently, if running |
Yes, the |
chungquantin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Daanvdplas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, left a few nitpicks
Enables
pop upcommand to run without specifying contract or parachain, automatically detecting the project type.Handles the deprecation of
pop up contractandpop up parachain, keeping them functional for now but marking them for future removal (Reference feat: enable building without project type specification #222).Refactors
pop upto distinguish between deploying a parachain and launching a local network.pop up parachainis now migrated topop up network.pop upin a parachain template will deploy a parachain instead of launching a network.Note:: Currently, running
pop upinside a parachain project does nothing. The deployment logic for parachains has been removed in this commit 38a19a8 and will be implemented separately in an upcoming PR feat: register parachain #404.Commands for testing
[sc-2506]