From 6349f96a357562f10501ca09af7beb69b6d65d86 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 0000000000..7387faab86 --- /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