This release is a full revamp of our hardhat vyper plugin that fixes many issues (#2082, #1364, #1338, #1335, #1258). The most important changes are:
- Compilation cache now works properly. This means that your vyper files won't be recompiled each time.
- Docker is no longer a dependency. Vyper official binaries are used instead.
- Compiling with multiple versions of vyper are now supported.
Check the README to learn more.