-
Notifications
You must be signed in to change notification settings - Fork 98
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
Fix errors at boot time #1934
Fix errors at boot time #1934
Conversation
Signed-off-by: Karoly Albert Szabo <[email protected]>
@@ -53,7 +53,7 @@ async function initGenesis( | |||
nodeHomeDir | |||
) { | |||
await makeExec( | |||
`${nodeBinary} add-genesis-account ${address} 150stake,1000photino --home ${nodeHomeDir}` | |||
`${nodeBinary} add-genesis-account ${address} 200000000stake,1000photino --home ${nodeHomeDir}` |
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.
🤑
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.
richness is gooood, but this change happened because of an error in the creation under 100000000stake
from our develop or from SDK develop? can we confirm these are intended changes, not just bugs or mistakes? |
also, changelog 😄 |
From our develop, I removed the local-testnet folder and tried to build and start, then some errors occurred |
…uential, remove unnecessary renaming Signed-off-by: Karoly Albert Szabo <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #1934 +/- ##
=======================================
Coverage 95.1% 95.1%
=======================================
Files 120 120
Lines 2593 2593
Branches 122 122
=======================================
Hits 2466 2466
Misses 117 117
Partials 10 10 |
The seed phrase was stripped recently as was printed in non standard way, I just created an issue to restore it cosmos/cosmos-sdk#3518 |
Yep, except the huge amount of stakes needed to boot. I shuould report also that one. |
Description:
After running a yarn build:gaia from develop I encountred some errors
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer