Skip to content

Commit

Permalink
Merge branch 'develop' into feat/improve-spinner-events
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Oct 26, 2022
2 parents 66041cd + e5defbd commit ef2d379
Show file tree
Hide file tree
Showing 21 changed files with 466 additions and 517 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
### Features

- [#2955](https://github.com/ignite/cli/pull/2955/) Add `ignite network request add-account` command.
- [#2995](https://github.com/ignite/cli/pull/2995/) Add `ignite network request remove-validator` command.

### Changes

- [#2957](https://github.com/ignite/cli/pull/2957) Change generate commands to print the path to the generated code.
- [#2981](https://github.com/ignite/cli/issues/2981) Change CLI to also search chain binary in Go binary path.
- [#2993](https://github.com/ignite/cli/pull/2993) Hide `ignite scaffold band` command and deprecate functionality.

## [`v0.25.1`](https://github.com/ignite/cli/releases/tag/v0.25.1)

Expand Down
30 changes: 0 additions & 30 deletions docs/docs/07-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -2664,7 +2664,6 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
**SEE ALSO**

* [ignite](#ignite) - Ignite CLI offers everything you need to scaffold, test, build, and launch your blockchain
* [ignite scaffold band](#ignite-scaffold-band) - Scaffold an IBC BandChain query oracle to request real-time data
* [ignite scaffold chain](#ignite-scaffold-chain) - Fully-featured Cosmos SDK blockchain
* [ignite scaffold flutter](#ignite-scaffold-flutter) - A Flutter app for your chain
* [ignite scaffold list](#ignite-scaffold-list) - CRUD for data stored as an array
Expand All @@ -2677,35 +2676,6 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
* [ignite scaffold type](#ignite-scaffold-type) - Scaffold only a type definition
* [ignite scaffold vue](#ignite-scaffold-vue) - Vue 3 web app template


## ignite scaffold band

Scaffold an IBC BandChain query oracle to request real-time data

**Synopsis**

Scaffold an IBC BandChain query oracle to request real-time data from BandChain scripts in a specific IBC-enabled Cosmos SDK module

```
ignite scaffold band [queryName] --module [moduleName] [flags]
```

**Options**

```
--clear-cache clear the build cache (advanced)
-h, --help help for band
--module string IBC Module to add the packet into
-p, --path string path of the app (default ".")
--signer string Label for the message signer (default: creator)
-y, --yes answers interactive yes/no questions with yes
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Scaffold a new blockchain, module, message, query, and more


## ignite scaffold chain

Fully-featured Cosmos SDK blockchain
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/guide/03-blog/02-connect-blockchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ go 1.18
require (
blog v0.0.0-00010101000000-000000000000
github.com/ignite/cli v0.23.0
github.com/ignite/cli v0.25.1
)
replace blog => ../blog
Expand Down
Loading

0 comments on commit ef2d379

Please sign in to comment.