From 73651b1145ac106e71191b3496a2e1339d0b9675 Mon Sep 17 00:00:00 2001 From: Wei Tang Date: Thu, 18 Oct 2018 11:03:31 +0800 Subject: [PATCH] Automatically merged updates to draft EIP(s) 1283 Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-1283.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/EIPS/eip-1283.md b/EIPS/eip-1283.md index 5f824209..14e00e0c 100644 --- a/EIPS/eip-1283.md +++ b/EIPS/eip-1283.md @@ -31,16 +31,6 @@ implementation structures as possible. * *Storage slot's current value*. * Refund counter. -For the specification provided here: - -* We don't suffer from the optimization limitation of EIP-1087, and it - never costs more gas compared with the current scheme. -* It covers all usages for a transient storage. Clients that are easy - to implement EIP-1087 will also be easy to implement this - specification. Some other clients might require a little bit extra - refactoring on this. Nonetheless, no extra memory or processing cost - is needed on runtime. - Usages that benefits from this EIP's gas reduction scheme includes: * Subsequent storage write operations within the same call frame. This