docs: remove app wiring from module docs (#12393)

This commit is contained in:
Julien Robert
2022-06-30 14:11:25 +01:00
committed by GitHub
parent 92d24cc69c
commit 1642dcde66
16 changed files with 1 additions and 56 deletions
-5
View File
@@ -1,5 +0,0 @@
# App Wiring
The minimal app-wiring configuration for `x/auth` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/188e1ec30dffaad020cd4a72747e3da49d714a78/x/auth/testutil/app.yaml
-1
View File
@@ -43,4 +43,3 @@ This module is used in the Cosmos Hub.
* [REST](07_client.md#rest)
* **[Vesting](07_client.md#vesting)**
* [CLI](07_client.md#vesting#cli)
8. **[App Wiring](08_app_wiring.md)**
-5
View File
@@ -1,5 +0,0 @@
# App Wiring
The minimal app-wiring configuration for `x/authz` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/authz/testutil/app.yaml
-1
View File
@@ -28,4 +28,3 @@ granting arbitrary privileges from one account (the granter) to another account
* [CLI](05_client.md#cli)
* [gRPC](05_client.md#grpc)
* [REST](05_client.md#rest)
6. **[App Wiring](06_app_wiring.md)**
+1 -1
View File
@@ -208,7 +208,7 @@ func (am AppModule) WeightedOperations(simState module.SimulationState) []simtyp
)
}
// App Wiring
// New App Wiring Setup
func init() {
appmodule.Register(&modulev1.Module{},
-5
View File
@@ -1,5 +0,0 @@
# App Wiring
The minimal app-wiring configuration for `x/capability` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/capability/testutil/app.yaml
-1
View File
@@ -75,4 +75,3 @@ func NewApp(...) *App {
1. **[Concepts](01_concepts.md)**
1. **[State](02_state.md)**
1. **[App Wiring](03_app_wiring.md)**
-5
View File
@@ -1,5 +0,0 @@
# App Wiring
The minimal app-wiring configuration for `x/distribution` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/distribution/testutil/app.yaml
-1
View File
@@ -104,4 +104,3 @@ to set up a script to periodically withdraw and rebond rewards.
8. **[Client](08_client.md)**
* [CLI](08_client.md#cli)
* [gRPC](08_client.md#grpc)
9. **[App Wiring](09_app_wiring.md)**
-6
View File
@@ -76,9 +76,3 @@ by the `Handler` should be persisted.
// slashing and potential jailing.
type Handler func(sdk.Context, Evidence) error
```
## App Wiring
The minimal app-wiring configuration for `x/evidence` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/evidence/testutil/app.yaml
-6
View File
@@ -26,9 +26,3 @@ It can be broken down in the following way:
rate will stay constant
* If the inflation rate is above the goal %-bonded the inflation rate will
decrease until a minimum value is reached
## App Wiring
The minimal app-wiring configuration for `x/mint` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/mint/testutil/app.yaml
-6
View File
@@ -11,9 +11,3 @@ order: 1
## NFT
The full name of NFT is Non-Fungible Tokens. Because of the irreplaceable nature of NFT, it means that it can be used to represent unique things. The nft implemented by this module is fully compatible with Ethereum ERC721 standard.
## App Wiring
The minimal app-wiring configuration for `x/nft` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/nft/testutil/app.yaml
-6
View File
@@ -1,6 +0,0 @@
# App Wiring
The minimal app-wiring configuration for `x/params` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/params/testutil/app.yaml
-1
View File
@@ -27,4 +27,3 @@ The following contents explains how to use params module for master and user mod
* [Key](02_subspace.md#key)
* [KeyTable](02_subspace.md#keytable)
* [ParamSet](02_subspace.md#paramset)
3. * **[App-Wiring](03_app_wiring.md)**
-5
View File
@@ -1,5 +0,0 @@
# App Wiring
The minimal app-wiring configuration for `x/upgrade` is as follows:
+++ https://github.com/cosmos/cosmos-sdk/blob/main/x/upgrade/testutil/app.yaml
-1
View File
@@ -29,4 +29,3 @@ recover from.
* [CLI](04_client.md#cli)
* [REST](04_client.md#rest)
* [gRPC](04_client.md#grpc)
5. **[App Wiring](05_app_wiring.md)