From c86e58adeb39be42486a0825bc213f8c3af36622 Mon Sep 17 00:00:00 2001 From: Oleksandr Zarudnyi Date: Thu, 8 Feb 2024 16:32:26 +0100 Subject: [PATCH] docs: add Vyper built-in limitations (#897) --- docs/zk-stack/components/compiler/toolchain/vyper.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/zk-stack/components/compiler/toolchain/vyper.md b/docs/zk-stack/components/compiler/toolchain/vyper.md index 3fad896b64..8a4162dc00 100644 --- a/docs/zk-stack/components/compiler/toolchain/vyper.md +++ b/docs/zk-stack/components/compiler/toolchain/vyper.md @@ -45,3 +45,8 @@ Other output formats are available via the `-f` option. Check out `vyper --help` ## Limitations Versions from 0.3.4 to 0.3.8 are not supported. The only supported versions are 0.3.3, 0.3.9, 0.3.10. + +Also, since there is no separation of deploy and runtime code on EraVM, the following Vyper built-ins are not supported: + +- `create_copy_of` +- `create_from_blueprint`