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
@@ -278,11 +278,11 @@ where
)
})?;
let encoded_hex_text = revive_linker::link(buffer.as_slice()).map(hex::encode)?;
let bytecode = revive_linker::link(buffer.as_slice())?;
let build = match crate::polkavm::build_assembly_text(
contract_path,
encoded_hex_text.as_str(),
&bytecode,
metadata_hash,
self.debug_config(),
) {