cosmos-sdk/x/params
Marko 048c709681
docs: add docs on param module deprecation (#12611)
* add docs on param module deprecation

* remove todos

* fix doc

* Update x/params/spec/README.md

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* Update UPGRADING.md

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-08-08 21:21:23 +02:00
..
client refactor: move module cli tests up to simapp (#12718) 2022-07-26 22:00:54 +00:00
keeper chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
simulation feat: decouple x/params from simapp (#12259) 2022-06-16 01:21:53 +02:00
spec docs: add docs on param module deprecation (#12611) 2022-08-08 21:21:23 +02:00
testutil refactor: replace app wiring yaml config by go (#12757) 2022-07-29 16:39:44 -03:00
types feat: Add GetParamSetIfExists to prevent panic on breaking param changes (#12615) 2022-08-02 03:21:57 +02:00
doc.go x/params docs general audit & cleanup (#8295) 2021-01-15 13:30:17 +00:00
module.go feat: deprecate x/params usage in x/gov (#12631) 2022-08-01 16:53:04 +00:00
proposal_handler_test.go chore: use math.Int instead of math.Int and apply linting (#12702) 2022-07-26 00:24:47 +02:00
proposal_handler.go refactor: move legacy gov to v1beta1 (#10748) 2021-12-13 18:48:44 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Params

  • Params - Globally available parameter store.