-
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2986 +/- ##
==========================================
+ Coverage 63.30% 63.37% +0.06%
==========================================
Files 548 548
Lines 78511 78715 +204
==========================================
+ Hits 49704 49885 +181
- Misses 25452 25474 +22
- Partials 3355 3356 +1
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. |
gno.land/cmd/gnoland/start.go
Outdated
// 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
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.
thanks for the review @n0izn0iz changed back while waiting for that change :)
Hello @Villaquiranm . This PR closes issue #2573 . I see that it adds a way to configure the deployer address from the command line. But the issue also says "". But the issue also says to change to a default "deployer address like |
Hey @jefft0 thanks for your review.
|
Hi @Villaquiranm . I can't tell you the answer. My job as part of "review/triage" is to anticipate the questions that the core devs would ask during their final review, and to make sure they have been considered. The mnemonic (and private key) of address g1jg8mtutu9khhfwc4nxmuhcpftf0pajdhfvsqf5 is well-known, and thehowl suggests that it shouldn't be the default (like it is in your PR). What do you think are the options to deal with this? |
closes #2573
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description