-
## Pitch it!
we still finding some ideas. but if u have cool ideas just let us know and we can discuss it.
## Team
we already have 4 member, all of member have 3+ years professional experienc…
-
# 1. Unnecessary explicit initialization of variables with default values
If a variable is not set/initialized, it has the default value (`0` for `uint`, `false` for `bool`, etc.). Explicitly initial…
-
## Simple Summary
[ERC165](https://eips.ethereum.org/EIPS/eip-165) allows contracts to quickly determine if they are able to interact with a particular contract. Deeper support into Vyper will help i…
-
When I did `make erc20` in Python 3.6.5 environment, I got `[Error] Critical: Z3 crashed on input query` error ([gist](https://gist.github.com/nrryuya/9e4f25a030dd4e0d8ea3f84ad6158dc6#file-z3-crash-tr…
-
### 🌟 Feature Request
It looks like [vyper verification should be supported](https://github.com/zkSync-Community-Hub/zksync-developers/discussions/681)
However, attempting to verify, you run int…
-
When formatting a struct literal, `blackadder` uses a separate line for each bracket and curly bracket:
```python
struct Foo:
a: bytes32
b: bytes32
@external
def foo():
x: F…
-
I was accessing with remix-ide the variable `x`:
```
# @version ^0.3.1
x: public(decimal)
@external
def __init__():
self.x = 1.0
```
(Vyper language)
and I received this mes…
-
### Version Information
* vyper Version (output of `vyper --version`): 0.3.1
### What's your issue about?
```python
struct Foo:
x: uint256
y: uint256
@external
def foo(f: Foo[1])…
-
### Cura Version
Cura 5.6.0
### Operating System
Mac o/s Sonoma 14.3.1
### Printer
Anycubic Vyper
### Name abnormal settings
no
### Describe model location
laying model flat after moving bui…
-
### Feature Request
It would be great if we could see the output from an event put on the blockchain from the contract logs page. We currently can see what events were fired, but not what each one …