From 97a48d9ba68b440ab1737b919ed07aa61994cb66 Mon Sep 17 00:00:00 2001 From: zaq1tomo Date: Thu, 8 Mar 2018 17:26:14 +0900 Subject: [PATCH] update eip-3.md --- EIPS/eip-3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EIPS/eip-3.md b/EIPS/eip-3.md index 53581085..a61468fc 100644 --- a/EIPS/eip-3.md +++ b/EIPS/eip-3.md @@ -41,3 +41,7 @@ The opcode `CALLDEPTH` should return the remaining call stack depth. A value of # Rationale The actual call stack depth, as well as the call stack depth limit, are present in the EVM during execution, but just not available within the EVM. The implementation should be fairly simple and would provide a cheap and way to protect against call stack attacks. + +# Implementation + +Not implemented.