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? ``` vyper-0.3.3 error:...
### 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:...
## Simple Summary Allow generic decimal types with parametrizable precision and bits settings. ## Motivation Fixed point math is generally useful for smart contracts as one of the most common...
### 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-bin//vyper-0.3.3 error:...
## Simple Summary Introduce a `__typevars__` dunder magic which allows external importers of a module or function to specialize generic types at the import or use site. ## Motivation (stub,...
### 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:...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? ``` vyper-0.3.3 error: vyper.exceptions.VyperException: Compilation failed with the following errors: UnknownType: No builtin or...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? ``` vyper-0.3.3 error: vyper.exceptions.VyperException: Compilation failed with the following errors: StructureException: HashMap can only...
## Simple Summary Add an `epsilon()` builtin which returns the smallest non-zero value for a decimal type. ## Motivation Similar to https://github.com/vyperlang/vyper/issues/1923, it is nice to not have to type...
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 ### What's your issue about? ``` vyper-0.3.3 error: vyper.exceptions.StructureException: Multidimensional Bytes arrays are not supported contract "tests/vyper/external/abiEncoderV2/calldata_array_dynamic_index_access.vy", function "k",...