Patrick Collins
Patrick Collins
killed
### Version Information * vyper Version (output of `vyper --version`): 0.3.3 * OS: osx * Python Version (output of `python --version`): 3.9.5 ### What's your issue about? Please include information...
Add functionality for decentralized aggregators like uniswap, 1inch.exchange, and dex.blue
### Describe the enhancement Every "section" of the video is separated by a clip of what's in `./img/hh-fcc-background.png`. We currently have the title text of each section in this repo,...
### Describe the enhancement Make a PR to the chainlink github with the style guide officially laid out.
As other users have mentioned, like [here](https://github.com/nomiclabs/hardhat/issues/2193) and [here](https://www.reddit.com/r/ethdev/comments/qpadg6/handling_private_keys_w_hardhat/), the current recommended way to store keys isn't ideal. Right now, the convention is to put the private key as an...
### Bug Report #### Summary When attempting to run a script, get an error message no matter what is in the script #### How to reproduce 1. `embark new dapp`...
### Feature Request When running: `embark build` If you already have the same contract deployed, it won't reply Add a flag to force a redeploy ``` embark build --force ```
### Overview This is something I would have liked to see some additional functionality in [brownie from.](https://eth-brownie.readthedocs.io/en/stable/api-network.html?highlight=listen#ContractEvents.listen) ### Specification Maybe the API looks something like: ```python from ape import networks...
### Overview Inside your scripts folder, create a new folder called `new_folder`, and add a script called `run_script.py` in there. Running `tree .` you should see something like: ``` ....