From c4a148a65b2e6f10f555d1a954ec938d7f0056be Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 22 Jan 2018 18:02:22 +0000 Subject: [PATCH] Clarify the transcompiler in System Contracts --- system_contracts.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system_contracts.md b/system_contracts.md index 11e067e9..8b9a8c01 100644 --- a/system_contracts.md +++ b/system_contracts.md @@ -30,7 +30,10 @@ Output: Address: `0x000000000000000000000000000000000000000b` -This is optional. It is provided for pure eWASM VMs to support EVM1 contracts. +Transcompiles EVM1 bytecode into eWASM bytecode. + +The use of this is optional. A compatible client may implement EVM1 natively or +may choose to use this transcompiler. Input: - **variable length**: *EVM1 contract code*