We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a403dfc commit e778671Copy full SHA for e778671
changelog.md
@@ -11,6 +11,7 @@
11
- Add `node query tx` command to query a transaction in any chain.
12
- Add `node query bank` command to query an account's bank balance in any chain.
13
- Add `node tx bank send` command to send funds from one account to an other in any chain.
14
+- Add `generate ts-client` command to generate a stand-alone modular TypeScript client.
15
16
### Changes
17
@@ -34,6 +35,8 @@
34
35
- Add nodejs version in the output of ignite version
36
- Removed `handler.go` from scaffolded module template
37
- Migrated to `cosmossdk.io` packages for `errors` and `math`
38
+- Vuex stores from the `generate vuex` command use the new TypeScript client
39
+- Upgraded frontend Vue template to v0.3.10
40
41
### Fixes
42
0 commit comments