From e8d8b03089266d641c8056eb6aa9bff2df72c968 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 11 Dec 2018 10:29:09 -0600 Subject: [PATCH] note the vyper version the contract is expected to be compiled with (#287) --- specs/core/0_beacon-chain.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index ffe9856db..06e9c2a56 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -593,6 +593,8 @@ When sufficiently many full deposits have been made the deposit contract emits t ### Vyper code ```python +## compiled with v0.1.0-beta.4 ## + MIN_DEPOSIT: constant(uint256) = 1 # ETH MAX_DEPOSIT: constant(uint256) = 32 # ETH GWEI_PER_ETH: constant(uint256) = 1000000000 # 10**9