Alberto

Results 14 issues of Alberto

Hi, has anyone checked if the library is still working with the new version of React Router?

### What I did Improving documentation ### How I did it Adding the following sections: - [x] introduction explaining why the need for this framework + integrate what is already...

### What I did Added documentation on how to access variables/functions that are not exposed by default. ### How to verify it Read The Fine Manual ;) ### Description for...

As per title, would be nice to access private constant variables with `_constant` in the same way it is already possible for `_immutable` and `_storage` private variables. BONUS: would be...

As per title. This has already been referenced here: https://github.com/vyperlang/titanoboa/blob/master/boa/test/strategies.py#L103. I think this feature would greatly improve the quality of address fuzzing. From my experience with other frameworks that support...

enhancement
good first issue
help wanted

### 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 the interface in a...

### Version Information * vyper Version (output of `vyper --version`): 0.4.0 ### What's your issue about? If contract `A.vy` contains an internal function `foo` and contract `B.vy` contains an external...

bug - UX
release - must

The Vyper grammar expects `staticcall` to be used as a keyword. However, when `staticall` (missing 'c') is typed, the error is incorrectly reported at a different location in the code....

bug - UX

### Component Cast ### Describe the feature you would like Hi, I like the label feature for traces! However, I think it would make things even easier to read if...

good first issue
T-feature
C-cast
A-tracing