remix-project
remix-project copied to clipboard
Vyper checklist
-
[x] https://github.com/ethereum/remix-project/issues/4536
-
[x] Make an accordion called Advanced configurations (just like solidity) move the radio buttons for remote & local compiler in there.
-
[x] Fix Remote compiler Radio button label so it is clickable and make sure both have a cursor pointer (the finger icon)
-
[x] Make sure that compiler version & EVM version are in the compilation details
-
[x] Remove the Vyper word with the new logo at the top of the plugin
-
[x] Add the link to the docs on the text "Specify the compiler version & EVM version in the .vy file" and put a period at the end of the text. Add the link to https://docs.vyperlang.org/en/stable/compiling-a-contract.html#setting-the-target-evm-version on
EVM
and the link (if they update the vyper docs) to the appropriate link for the compiler version on the textcompiler version
. Or these links could go to our Vyper compiler docs. -
[x] Add the Ask GPT button to the compiler error
-
[x] Make play button work for compilation work
-
[x] ctrl + s for compilation on a .vy file
-
[x] replace vyper-lang for cloning with this repo: https://github.com/pcaversaccio/snekmate
-
[x] write vyper compiler docs
- [ ] error number on the badge behaves differently from solidity. (number, update etc)
- [x] error item's width should be a bit less
- [x] "Specify the compiler version & EVM version in the .vy file." makes no sense to user. @TODO discuss
- [x] too much space around that warning ^^
- [x] Documentation link takes to the plugins list where the documentation for the vyper is outdated @ryestew
- [x] FE icon should be updated in font awesome from https://github.com/ethereum/remix-project/issues/4575
- [x] Compilation details UI improvements
- [x] spinner for compile button like in Sol plugin
- [x] spinner for compile button like in Sol plugin
Good idea