-
Updated
May 31, 2022
chainlink
Here are 954 public repositories matching this topic...
Describe the enhancement
All repos have .gitignore files, make sure they all have .env and .encryptedKey.json in them. As well as node_modules
.env
Hi, Patrick
Can you please only leave the .env.example file and delete the .env one?
Us newbies might end up leaving our mneumonic exposed, because .gitignore does not ignore files that are already there on github.
Thanks for all the top-notch teaching.
I think you should add the line await network.provider.send("evm_mine"); below evm_increaseTime, on the typescript keepers test file.
Or at least that's what I had to do on my local file to make the time increase have any real effect.
Reference:
https://ethereum.stackexchange.com/questions/86633/time-dependent-tests-with-hardhat
There is a little typo in the following file :
scripts/vrf_scripts/01_deploy_vrf.py
The deploy function is called :
depoly_vrf()It should obviously be called :
deploy_vrf()It's nearly invisible because as it's called the same way in the main function it's still working properly:
def main():
depoly_vrf()Have a good day!
-
Updated
Jun 20, 2018 - Ruby
-
Updated
Jun 1, 2022 - Solidity
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
May 31, 2022 - Solidity
-
Updated
May 23, 2022 - Python
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 2, 2022 - Solidity
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
May 24, 2022 - JavaScript
-
Updated
May 17, 2022 - Python
-
Updated
May 22, 2022 - Solidity
Improve this page
Add a description, image, and links to the chainlink topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chainlink topic, visit your repo's landing page and select "manage topics."


Description
Change links and references in the docs to run an Ethereum node from
paritytoopenethereum, and change these references in the code too.Motivation
Currently, docs about running an Ethereum node states that you can use parity-ethereum, but the project is no longer maintained.
There's also lots of comments and b