Skip to content
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

[META] [Genesis] genesis generate #1227

Closed
zivkovicmilos opened this issue Oct 11, 2023 · 1 comment
Closed

[META] [Genesis] genesis generate #1227

zivkovicmilos opened this issue Oct 11, 2023 · 1 comment
Assignees
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related 🌱 feature New update to Gno

Comments

@zivkovicmilos
Copy link
Member

zivkovicmilos commented Oct 11, 2023

Description

Task copied from the master issue: #1203

generate

The generate subcommand should generate a genesis.json file on disk.

Flags

  • --output-path - the output path for the genesis.json. If there is a genesis.json already there, the command fails
  • --genesis-time - unix time for the genesis block
  • --chain-id - the ID of the chain
  • --block-max-tx-bytes - the max size of the block transaction
  • --block-max-data-bytes - the max size of the block data
  • --block-max-gas - the max gas limit for the block
  • --block-time-iota - the block time iota (in ms)

PR against branch: feat/genesis

@zivkovicmilos zivkovicmilos added help wanted 🌱 feature New update to Gno 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Oct 11, 2023
@zivkovicmilos zivkovicmilos self-assigned this Oct 11, 2023
@zivkovicmilos
Copy link
Member Author

Added as part of 5033232

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 ⛰️ gno.land Issues or PRs gno.land package related 🌱 feature New update to Gno
Projects
Status: 🌟 Wanted for Launch
Status: Done
Development

No branches or pull requests

1 participant