You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue concerns moving the genesis command suite, which is currently standalone, to be under gnoland genesis (subcommand of gnoland). The reason for this move is that the genesis command suite is a fundamental part of the gnoland binary experience.
Successful outcome of this task:
all functionality that was invoked with the genesis binary is now moved over to gnoland genesis
The text was updated successfully, but these errors were encountered:
## Description
Closes#1953
This PR moves the `genesis` command suite to be a subcommand of
`gnoland`, making it callable with `gnoland genesis`.
<details><summary>Contributors' checklist...</summary>
- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
omarsy
pushed a commit
to TERITORI/gno
that referenced
this issue
Apr 21, 2024
## Description
Closesgnolang#1953
This PR moves the `genesis` command suite to be a subcommand of
`gnoland`, making it callable with `gnoland genesis`.
<details><summary>Contributors' checklist...</summary>
- [x] Added new tests, or not needed, or not feasible
- [x] Provided an example (e.g. screenshot) to aid review or the PR is
self-explanatory
- [x] Updated the official documentation or not needed
- [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message
was included in the description
- [x] Added references to related issues and PRs
- [ ] Provided any useful hints for running manual tests
- [ ] Added new benchmarks to [generated
graphs](https://gnoland.github.io/benchmarks), if any. More info
[here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
</details>
Description
Master issue: #1836
This issue concerns moving the
genesis
command suite, which is currently standalone, to be undergnoland genesis
(subcommand ofgnoland
). The reason for this move is that thegenesis
command suite is a fundamental part of thegnoland
binary experience.Successful outcome of this task:
genesis
binary is now moved over tognoland genesis
The text was updated successfully, but these errors were encountered: