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 txs #1231

Closed
zivkovicmilos opened this issue Oct 11, 2023 · 1 comment · Fixed by #1278
Closed

[META] [Genesis] genesis txs #1231

zivkovicmilos opened this issue Oct 11, 2023 · 1 comment · Fixed by #1278
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

txs

The txs subcommand manages the initial transaction data in the genesis.json.

Flags

  • --genesis-path - the path to the genesis.json

txs add

The txs add subcommand imports the transactions from a tx-archive backup to the genesis.json. Existing transactions are skipped.

Flags

  • --parse-export - the path to the tx-archive export containing a list of transactions.

txs remove

The txs remove subcommand removes the transaction from the genesis.json. If the transaction doesn't exist, the command fails

Flags

  • --hash - the transaction hash (hex format)

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 moved this from Backlog to TODO in 🚪🔁 The Portal Loop Oct 11, 2023
@moul moul moved this to 🌟 Wanted for Launch in 🚀 The Launch [DEPRECATED] Oct 11, 2023
@zivkovicmilos zivkovicmilos self-assigned this Oct 21, 2023
@zivkovicmilos zivkovicmilos linked a pull request Oct 21, 2023 that will close this issue
7 tasks
@zivkovicmilos
Copy link
Member Author

Closed by #1278

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

Successfully merging a pull request may close this issue.

1 participant