Patrick Collins
Patrick Collins
### 🌟 Feature Request On any upgrade of the system (and perhaps, this would be better for the security council documentation) it would be great if there was an output...
Getting testnet funds is exhausting. So we should use virtual networks instead. Waiting on support for more L2s
### 🐛 Bug Report for zkSync CLI #### 📝 Description Provide a clear and concise description of the bug. #### 🔄 Reproduction Steps 1. Setup a zkSync local node running...
``` mesc ls Error: MescError(MescNotEnabled) ``` How do you enable mesc? This could just be a documentation improvement.
When you run `mesc setup` if you select: - `Modify metadata` - `Modify global metadata as JSON` It'll drop you into a nano shell. It would be great if there...
Any plans to add vyper support? Cuz python?
### Component Forge ### Describe the feature you would like Right now, the forge script verifier gets a little confused if it doesn't find any bytecode, and just exists. An...
1. Install snekmate, and add to a contract ```bash pip install snekmate ``` my_contract.vy ``` from snekmate.tokens import erc20 ``` 2. Compile with `vyper` command ```bash vyper my_contract.vy ``` (it...
### Describe the enhancement It's going to be a prereq for the python course :)