Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
docs: add Vyper built-in limitations (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Feb 8, 2024
1 parent ff4cf89 commit c86e58a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/zk-stack/components/compiler/toolchain/vyper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit c86e58a

Please sign in to comment.