From 9768a85effa4d4348b482a27f249bebdd8b77255 Mon Sep 17 00:00:00 2001 From: Marco Granelli Date: Fri, 31 Mar 2023 18:35:03 +0200 Subject: [PATCH] changelog: add #1242 --- .changelog/unreleased/1242-whitelist-gas-accounting.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/unreleased/1242-whitelist-gas-accounting.md diff --git a/.changelog/unreleased/1242-whitelist-gas-accounting.md b/.changelog/unreleased/1242-whitelist-gas-accounting.md new file mode 100644 index 00000000000..7387faab863 --- /dev/null +++ b/.changelog/unreleased/1242-whitelist-gas-accounting.md @@ -0,0 +1,3 @@ +- Implemented a first gas metering system based on the + runtime cost of whitelisted transactions and VPs. + ([#1242](https://github.com/anoma/namada/pull/1242)) \ No newline at end of file