-
Notifications
You must be signed in to change notification settings - Fork 373
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
feat(genesis): deployerAddress passed as parameter #2986
base: master
Are you sure you want to change the base?
feat(genesis): deployerAddress passed as parameter #2986
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2986 +/- ##
=======================================
Coverage 63.30% 63.31%
=======================================
Files 548 548
Lines 78511 78514 +3
=======================================
+ Hits 49704 49713 +9
+ Misses 25452 25448 -4
+ Partials 3355 3353 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: 6h057 <[email protected]>
2c5540c
to
c19da20
Compare
c19da20
to
2d8ba6c
Compare
2d8ba6c
to
c19da20
Compare
closes #2573 |
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.
Depends on #2824
…ddress-deployer-genesis
No longer blocked; please merge master to fix the go.mod CI and fix lint CI. I'll wait for the review team to do a first pass. |
// Load Genesis TXs | ||
genesisTxs, err := gnoland.LoadGenesisTxsFile(c.genesisTxsFile, c.chainID, c.genesisRemote) | ||
if err != nil { | ||
return fmt.Errorf("unable to load genesis txs file: %w", err) | ||
} | ||
|
||
signer := genesisTxs[0].Msgs[0].GetSigners()[0] |
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.
the first tx is not necessarily what has been passed to TxsAddPackages
command
also loading the examples here will be removed from what I understand so maybe we should not change his file until #1952 is fixed
closes #2573
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description