Releases: smartcontractkit/hardhat-starter-kit
Releases · smartcontractkit/hardhat-starter-kit
1.1.1
What's Changed
- Bump @chainlink/contracts version to 0.4.0 by @andrejrakic in #81
- update for yarn and network by @PatrickAlphaC in #82
- Readme file, spelling of Usage corrected. by @armgp in #88
- Add VRF V2, Fuzz Testing, NatSpec, Coverage by @andrejrakic in #87
- removed public constructors by @PatrickAlphaC in #91
- Add Open In GitPod by @rgottleber in #94
New Contributors
- @armgp made their first contribution in #88
- @rgottleber made their first contribution in #94
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- fixed incorrect variable by @pappas999 in #25
- remove .env by @pappas999 in #26
- added ens script by @PatrickAlphaC in #29
- Refactor tasks related to chainlink consumer contracts by @fabioDMFerreira in #32
- Fix test scripts on Windows by @SebasG22 in #28
- updated private-key -> mnemonic by @PatrickAlphaC in #27
- Bump tar from 4.4.13 to 4.4.19 by @dependabot in #33
- added support for Polygon testnet and mainnet networks by @pappas999 in #37
- Add plugin that funds account with Link by @fabioDMFerreira in #38
- Fix: Mainnet fork not working due to outdated hardhat by @Turupawn in #41
- Removed unnecessary space by @hasanza in #43
- Use LINK token version 0.4 by @lucaperret in #42
- Update oracle and jobs for kovan and rinkeby by @L8Y in #45
- added tasks back in to starter kit by @pappas999 in #36
- using ethersJs instead of web3 by @Rishabh42 in #49
- v0.8 upgrade and Keepers by @pappas999 in #50
- @chainlink/contracts Version is invalid. by @LKNSI in #52
- changes to make config similar to hardhat setup by @shivam-agarwal-0 in #53
- updated tests timeout by @pappas999 in #58
- changes to remove stringToBytes32 by @shivam-agarwal-0 in #62
- removed duplicate require by @jmarcelocjr in #69
- updated for 0.3.0 and added prettier by @PatrickAlphaC in #71
- Remove Mumbai [Fixes #68] by @andrejrakic in #75
- Full APIConsumer unit test mocking MockOracle request fulfillment by @rogargon in #70
- Add hardhat-contract-sizer plugin [Fixes #61] by @andrejrakic in #77
- Add hardhat-gas-reporter plugin [Fixes #57] by @andrejrakic in #76
- massive testing & repo overhaul by @PatrickAlphaC in #80
New Contributors
- @fabioDMFerreira made their first contribution in #32
- @SebasG22 made their first contribution in #28
- @dependabot made their first contribution in #33
- @Turupawn made their first contribution in #41
- @hasanza made their first contribution in #43
- @lucaperret made their first contribution in #42
- @L8Y made their first contribution in #45
- @Rishabh42 made their first contribution in #49
- @LKNSI made their first contribution in #52
- @shivam-agarwal-0 made their first contribution in #53
- @jmarcelocjr made their first contribution in #69
- @andrejrakic made their first contribution in #75
- @rogargon made their first contribution in #70
Full Changelog: 1.0.0...1.1.0
1.0.0
Merge pull request #13 from pappas999/feat/deploy-and-fund Feat/deploy and fund