From 47b3ccfd676246614b2897fb28ea185e22978d4e Mon Sep 17 00:00:00 2001 From: fernandofcampos Date: Fri, 29 Nov 2024 12:48:45 -0300 Subject: [PATCH] Add burner permission to gov module (#685) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Purpose of Changes and their Description ## Link(s) to Ticket(s) or Issue(s) resolved by this PR https://linear.app/alloralabs/issue/PROTO-2962/gov-burner-permission ## Are these changes tested and documented? - [ ] If tested, please describe how. If not, why tests are not needed. - [ ] If documented, please describe where. If not, describe why docs are not needed. - [ ] Added to `Unreleased` section of `CHANGELOG.md`? ## Still Left Todo *Fill this out if this is a Draft PR so others can help.* --- CHANGELOG.md | 1 + app/app.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 813db4e93..4f6a298a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#678](https://github.com/allora-network/allora-chain/pull/678) Add optimistic execution + update CometBFT to v0.38.15 * [#663](https://github.com/allora-network/allora-chain/pull/663) Add whitelists for admins, topic creators, workers, and reputers. Create x/emissions v6 migration and chain upgrade v0.7.0 * [#654](https://github.com/allora-network/allora-chain/pull/654) Reorganize Linter Folder, add linter to check fuzzer state transition probabilities add to 100 percent. (Integrated as part of #653) +* [#685](https://github.com/allora-network/allora-chain/pull/685) Add burner permission to gov module ### Changed * [#652](https://github.com/allora-network/allora-chain/pull/652) Reduce code duplication, set local_testnet_upgrade_l1.sh using environment variables with local_testnet_l1.sh instead diff --git a/app/app.yaml b/app/app.yaml index 44a86eeab..d157c0093 100644 --- a/app/app.yaml +++ b/app/app.yaml @@ -78,6 +78,7 @@ modules: - account: feeibc - account: interchainaccounts - account: gov + permissions: [burner] - name: gov config: "@type": cosmos.gov.module.v1.Module