-
### Version Information
* vyper Version (output of `vyper --version` OR linkable commit hash vyperlang/vyper@): vyperlang/vyper@b43fface148b45cbd2c90b5d24f77398a63745b5
### Issue Description
The ord…
-
https://github.com/curvefi/curve-contract/blob/8c338d100b2c389a78cbd9b77c238ee305bca2bd/vyper/stableswap.vy#L102
should be:
Ann: uint256 = convert(self.A, uint256) * N_COINS * N_COINS
-
### What is wrong?
It would be nice to have basic syntax highlighting for Fe in VS Code.
### How can it be fixed
Create a plugin following this guide:
https://code.visualstudio.com/api/lan…
-
### Version Information
* vyper Version (output of `vyper --version`): https://github.com/vyperlang/vyper/commit/9e3b9a2b8ae55aa83b5450080f750be15f819de7
* OS: linux
* Python Version (output of `…
tserg updated
8 months ago
-
目前中文的第八章講智能合約
https://github.com/cypherpunks-core/ethereumbook_zh/blob/master/%E7%AC%AC%E5%85%AB%E7%AB%A0.asciidoc
內容與原文第七章(https://github.com/ethereumbook/ethereumbook/blob/develop/07smart-contra…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [ ] Foundry
- [ ] Foundryup
### What version of Foundry are you on?
`forge 0.2.0 (cc8e430 2024-10-16T00:22:…
-
### What's your issue about?
Given the interface below `foo.vyi` it is currently possible to declare constants:
```vyper
bar: constant(uint256)
```
However, compilation fails when importing…
-
### What happened?
If i create a Retraction calibration test with a step 0,1 , 0,2 , 0,5 the steps after slicing on the right side are set to 0,1 steps every time.
only if if i use the steps 1 or 2 …
-
Right now HashMaps consume a storage slot:
https://github.com/vyperlang/vyper/blob/17a997a92807f75d51a1308f9f9d55496b0f3752/vyper/semantics/validation/data_positions.py#L20-L44
However they don'…
-
As per the title, is there any plans for migration of the transpilation target from Cairo 0.10 to 1.0? If there's a plan, can you share how you would want to migrate / work on it so that we can help? …