Skip to content

Commit

Permalink
docs: update x/foundation specification (#721)
Browse files Browse the repository at this point in the history
* Add README.md into x/foundation

It would eventually replace the spec folder.

* Fill README.md

* Update README.md

* Update CHANGELOG.md

* Update references to the latest commit of main

* Remove old spec

* Update references to the latest commit of chain

Also, correct the line numbers.

* Remove all the legacy spec files

* Update references to the latest commit of main

* Add update-params tx cli

* Update params field name
  • Loading branch information
0Tech authored Oct 19, 2022
1 parent 392277a commit d48d8a7
Show file tree
Hide file tree
Showing 8 changed files with 1,558 additions and 132 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (docs) [\#483](https://github.com/line/lbm-sdk/pull/483) update documents on x/stakingplus
* (docs) [\#490](https://github.com/line/lbm-sdk/pull/490) update documents on x/consortium
* (docs) [\#602](https://github.com/line/lbm-sdk/pull/602) update outdated events in specs
* (docs) [\#721](https://github.com/line/lbm-sdk/pull/721) update x/foundation specification
2 changes: 1 addition & 1 deletion x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio
- [Authz](authz/spec/README.md) - Authorization for accounts to perform actions on behalf of other accounts.
- [Bank](bank/spec/README.md) - Token transfer functionalities.
- [Capability](capability/spec/README.md) - Object capability implementation.
- [Foundation](foundation/spec/README.md) - foundation related functionalities.
- [Foundation](foundation/README.md) - foundation related functionalities.
- [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.
Expand Down
Loading

0 comments on commit d48d8a7

Please sign in to comment.