Skip to content

Commit

Permalink
docs: remove app wiring from module docs (#12393)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jun 30, 2022
1 parent 92d24cc commit 1642dcd
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 56 deletions.
5 changes: 0 additions & 5 deletions x/auth/spec/08_app_wiring.md

This file was deleted.

1 change: 0 additions & 1 deletion x/auth/spec/README.md
Expand Up @@ -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 changes: 0 additions & 5 deletions x/authz/spec/06_app_wiring.md

This file was deleted.

1 change: 0 additions & 1 deletion x/authz/spec/README.md
Expand Up @@ -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)**
2 changes: 1 addition & 1 deletion x/bank/module.go
Expand Up @@ -208,7 +208,7 @@ func (am AppModule) WeightedOperations(simState module.SimulationState) []simtyp
)
}

// App Wiring
// New App Wiring Setup

func init() {
appmodule.Register(&modulev1.Module{},
Expand Down
5 changes: 0 additions & 5 deletions x/capability/spec/03_app_wiring.md

This file was deleted.

1 change: 0 additions & 1 deletion x/capability/spec/README.md
Expand Up @@ -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 changes: 0 additions & 5 deletions x/distribution/spec/09_app_wiring.md

This file was deleted.

1 change: 0 additions & 1 deletion x/distribution/spec/README.md
Expand Up @@ -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 changes: 0 additions & 6 deletions x/evidence/spec/01_concepts.md
Expand Up @@ -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 changes: 0 additions & 6 deletions x/mint/spec/01_concepts.md
Expand Up @@ -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 changes: 0 additions & 6 deletions x/nft/spec/01_concepts.md
Expand Up @@ -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 changes: 0 additions & 6 deletions x/params/spec/03_app_wiring.md

This file was deleted.

1 change: 0 additions & 1 deletion x/params/spec/README.md
Expand Up @@ -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 changes: 0 additions & 5 deletions x/upgrade/spec/05_app_wiring.md

This file was deleted.

1 change: 0 additions & 1 deletion x/upgrade/spec/README.md
Expand Up @@ -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)

0 comments on commit 1642dcd

Please sign in to comment.