vyper
vyper copied to clipboard
Pythonic Smart Contract Language for the EVM
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 * OS: macOS * Python Version (output of `python --version`): 2.7.16 ### What's your issue about? #### Source codes:...
## Simple Summary Add ternary operator to Vyper: ```python def hello(a: uint256, b: uint256) -> uint256: return a if a < b else b ```
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? #### Source codes: C.vy: ``` import C1 as C1 @internal def t1(a: address) ->...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? Example of contracts Solidity: ``` // For accessors, the dynamic types are already removed...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? ``` KeyError: 'name' [14547] Failed to execute script 'vyper_compile' due to unhandled exception! ```...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? For some types and operations I saw errors like the next: ``` vyper-0.3.3 error:...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? I am not sure that it should be supported, but I got the next...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 * OS: macOS * Python Version (output of `python --version`): 2.7.16 ### What's your issue about? ``` vyper-0.3.3 error:...
Start time: 15:30 UTC (https://time.is/UTC) Vidchat link: https://meet.jit.si/VyperPlanningMeeting Agenda: - [x] proposal: https://github.com/vyperlang/vyper/issues/2992 - [x] proposal: https://github.com/vyperlang/vyper/issues/1807 - [ ] proposal: https://github.com/vyperlang/vyper/issues/3041 - [x] discuss: https://github.com/vyperlang/vyper/issues/2994 - [ ] discuss...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 * OS: linux * Python Version (output of `python --version`): 3.8 ### What's your issue about? I want to...