From fe9157b1a3d3d7c0992c5dd8e5cb6e9ede52ee82 Mon Sep 17 00:00:00 2001 From: samricotta <37125168+samricotta@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:20:50 +0200 Subject: [PATCH] docs: Update module page with epochs (#20783) --- x/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/x/README.md b/x/README.md index bfefdf1954..cbcdf4704a 100644 --- a/x/README.md +++ b/x/README.md @@ -11,6 +11,7 @@ Here are some production-grade modules that can be used in Cosmos SDK applicatio * [Bank](./bank/README.md) - Token transfer functionalities. * [Crisis](./crisis/README.md) - Halting the blockchain under certain circumstances (e.g. if an invariant is broken). * [Distribution](./distribution/README.md) - Fee distribution, and staking token provision distribution. +* [Epochs](./epochs/README.md) - Allow other modules to set that they would like to be signaled once every period * [Evidence](./evidence/README.md) - Evidence handling for double signing, misbehaviour, etc. * [Feegrant](./feegrant/README.md) - Grant fee allowances for executing transactions. * [Governance](./gov/README.md) - On-chain proposals and voting.