Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/cosmos/cosmos-sdk into li…
Browse files Browse the repository at this point in the history
…khita/sequence-flag-ux-issue
  • Loading branch information
likhita-809 committed Aug 9, 2021
2 parents 6e60afa + 1cc93d2 commit 7ffb026
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ require (
github.com/tendermint/tm-db v0.6.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
google.golang.org/grpc v1.39.0
google.golang.org/grpc v1.39.1
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
nhooyr.io/websocket v1.8.6 // indirect
Expand Down
4 changes: 2 additions & 2 deletions x/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!--
parent:
order: false
order: 0
-->

# List of Modules
Expand All @@ -14,6 +13,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio
- [Crisis](crisis/spec/README.md) - Halting the blockchain under certain circumstances (e.g. if an invariant is broken).
- [Distribution](distribution/spec/README.md) - Fee distribution, and staking token provision distribution.
- [Evidence](evidence/spec/README.md) - Evidence handling for double signing, misbehaviour, etc.
- [Feegrant](feegrant/spec/README.md) - Grant fee allowances for executing transactions.
- [Governance](gov/spec/README.md) - On-chain proposals and voting.
- [Mint](mint/spec/README.md) - Creation of new units of staking token.
- [Params](params/spec/README.md) - Globally available parameter store.
Expand Down
2 changes: 1 addition & 1 deletion x/auth/spec/04_keepers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 5
order: 4
-->

# Keepers
Expand Down
2 changes: 1 addition & 1 deletion x/auth/spec/05_vesting.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 6
order: 5
-->

# Vesting
Expand Down
2 changes: 1 addition & 1 deletion x/auth/spec/07_params.md → x/auth/spec/06_params.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 7
order: 6
-->

# Parameters
Expand Down
2 changes: 1 addition & 1 deletion x/mint/spec/01_concepts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 0
order: 1
-->

# Concepts
Expand Down
2 changes: 1 addition & 1 deletion x/slashing/spec/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 20
order: 0
title: Slashing Overview
parent:
title: "slashing"
Expand Down
2 changes: 1 addition & 1 deletion x/staking/spec/05_end_block.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 4
order: 5
-->

# End-Block
Expand Down
2 changes: 1 addition & 1 deletion x/staking/spec/06_hooks.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 5
order: 6
-->

# Hooks
Expand Down
2 changes: 1 addition & 1 deletion x/staking/spec/07_events.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
order: 6
order: 7
-->

# Events
Expand Down

0 comments on commit 7ffb026

Please sign in to comment.