From 4939ce529dc982b13b236c0f23929167e68763a9 Mon Sep 17 00:00:00 2001 From: Zanicar <38106253+zanicar@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:29:23 +0200 Subject: [PATCH] docs: Update docs index (#459) * docs: Update docs index * chore: Update changelog --- CHANGELOG.md | 2 ++ docs/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1d93f3..4f2787fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ Contains all the PRs that improved the code without changing the behaviours. - [#439](https://github.com/archway-network/archway/pull/439) - Adding containerized localnet - [#445](https://github.com/archway-network/archway/pull/445) - Adding Archway logo and version number to upgrade logs +- [#459](https://github.com/archway-network/archway/pull/459) - Add missing ADR references to docs index + ### Changed - [#457](https://github.com/archway-network/archway/pull/457) - Modify the upgrade handlers to pass in all the app keepers instead of just the account keeper diff --git a/docs/README.md b/docs/README.md index fa8e0992..8875e3e1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,6 +7,8 @@ 3. [ADR-003: Minimum Consensus Fee](adr/ADR-003-minimum-consensus-fee.md) - **Implemented** 4. [ADR-004: Contract Premiums](adr/ADR-004-contract-premiums.md) - **Implemented** 5. [ADR-005: Introducing Minimum Price of Gas for Transaction Fees](adr/ADR-005-minimum-price-of-gas.md) - **Implemented** +6. [ADR-006: Introduction of the genmsg module for genesis state configuration](adr/ADR-006-genmsg-module.md) - **Implemented** +7. [ADR-007: Introduction of fee burning](adr/ADR-007-fee-burning.md) - **Implemented** ## Module Specifications