ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.42k stars 930 forks source link

Error in Vyper plugin when using decimals #116

Open robinsierra opened 5 years ago

robinsierra commented 5 years ago

When compiling a Vyper contract with decimals in it, e.g.

@public
def test_dec(d: decimal) -> bytes32:
    return []

the plugin shows an error without an error message and the contract is not deployable.

Aniket-Engg commented 2 days ago

@robinsierra this should have been fixed with recent updates in vyper plugin