-
Notifications
You must be signed in to change notification settings - Fork 124
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
chore(cmd/gossamer): Request chain spec as an argument in import-runtime
command
#3067
chore(cmd/gossamer): Request chain spec as an argument in import-runtime
command
#3067
Conversation
…ub.com:ChainSafe/gossamer into eclesio/remove-import-runtime-gssmr-dependency
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.
Love to see it!
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #3067 +/- ##
===============================================
+ Coverage 51.65% 51.94% +0.29%
===============================================
Files 220 220
Lines 28086 28081 -5
===============================================
+ Hits 14507 14587 +80
+ Misses 12289 12199 -90
- Partials 1290 1295 +5 |
…ub.com:ChainSafe/gossamer into eclesio/remove-import-runtime-gssmr-dependency
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.
Just a minor thing to change 😉
…ub.com:ChainSafe/gossamer into eclesio/remove-import-runtime-gssmr-dependency
🎉 This PR is included in version 0.8.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes
import-runtime
argument was tightly coupled with thegssmr
genesis spec file so in order to remove this dependency I've introduced the genesis spec file as an argument to theimport-runtime
commandTests
go test -tags integration github.com/ChainSafe/gossamer/cmd/gossamer
Issues
GetGssmrGenesisPath
fromcreateGenesisWithRuntime
#3013Primary Reviewer
@jimjbrettj