remove the zkasm format

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-05-08 10:48:01 +02:00
parent 169740eb5e
commit b55669f5c5
15 changed files with 28 additions and 215 deletions
+4 -2
View File
@@ -64,9 +64,11 @@ pub fn compile_blob_with_options(
.evm
.as_ref()
.expect("source should produce EVM output")
.assembly_text
.bytecode
.as_ref()
.expect("source should produce assembly text");
.expect("source should produce assembly text")
.object
.as_str();
hex::decode(bytecode).expect("hex encoding should always be valid")
}