Releases: smartcontractkit/chainlink-mix
Releases · smartcontractkit/chainlink-mix
3.0.0
What's Changed
- Updated for Chainlink VRF 2.0
- fix typo by @7xAquarius in #38
- Master by @PatrickAlphaC in #39
New Contributors
- @7xAquarius made their first contribution in #38
Full Changelog: 2.4.0...3.0.0
2.4.0
- Added
listen_for_event
tohelpful_scripts
, so you no longer need to usetime.sleep
to wait for events to finish - Added more robust verification process, including waiting 6 blocks by default so Etherescan has time to index the transaction.
What's Changed
- Added
listen_for_event
tohelpful_scripts
, so you no longer need to usetime.sleep
to wait for events to finish - Added more robust verification process, including waiting 6 blocks by default so Etherescan has time to index the transaction.
- Fix typo by @ernes in #33
- Remove duplicated requirement by @luisgc93 in #32
- fix typos in readme and helpful-scripts.py by @noahliechti in #35
New Contributors
- @ernes made their first contribution in #33
- @luisgc93 made their first contribution in #32
- @noahliechti made their first contribution in #35
Full Changelog: 2.3.0...2.4.0
2.3.0
- Refactored for v0.8 of solidity
- Updated oracle and jobids for kovan and rinkeby
2.2.1
Revamped the helpful scripts to include those from the conftest
2.1.1
Changed:
- Fixed Keeper test failure on a live network
Keepers and More.... But actually
We added a lot of new functionality, including:
- Added numbers to deployment scripts
- Consolidated funding with LINK and getting account to a helpful_scripts module
- Added a deploying mocks script
- Had conftest check for mocks moving forward
- Consolidated across deployments on a local network
- automated mock deployment
- Added Keeper integrations
Keepers and more
We added a lot of new functionality, including:
- Added numbers to deployment scripts
- Consolidated funding with LINK and getting account to a helpful_scripts module
- Added a deploying mocks script
- Had conftest check for mocks moving forward
- Consolidated across deployments on a local network
- automated mock deployment
- Added Keeper integrations
1.0.0
updated for robust tests
0.0.1
finalized