Releases: smartcontractkit/chainlink-testing-framework
Releases · smartcontractkit/chainlink-testing-framework
v1.5.6
v1.5.5
What's Changed
- Added suport for env vars for gauntlet by @smickovskid in #398
- Update Keepers Benchmark Test Contract by @anirudhwarrier in #401
New Contributors
- @smickovskid made their first contribution in #398
Full Changelog: v1.5.4...v1.5.5
v1.5.4
What's Changed
- Wrap api calls with go-resty library by @AnieeG in #392
- Add keepers benchmark test by @anirudhwarrier in #388
Full Changelog: v1.5.3...v1.5.4
Arbitrum Support
v1.5.1
v1.5.0
What's Changed
NewEthereumMultiNodeClientSetup(networkSettings *EVMNetwork) func(*environment.Environment) (EVMClient, error)
NewKlaytnMultiNodeClientSetup(networkSettings *EVMNetwork) func(*environment.Environment) (EVMClient, error)
...Client Setup methods have been replaced by a single function.
NewEVMClient(networkSettings *EVMNetwork, *environment.Environment) (EVMClient, error)This method will automatically choose supported network types based on the ChainID of the network networkSettings.
Full Changelog: v1.4.10...v1.5.0
v1.4.10
v1.4.9
What's Changed
- Implemented changes related to the integration test related to a migration of an upkeep by @vla33 in #363
- bump chainlink env to fix nodes < tests bug for concurrent envs run by @skudasov in #369
- Make ContractInterval a bit more realistic by @kalverra in #371
- enforce network join only on demand by @skudasov in #375
- remove tests by @skudasov in #377
- Check Errors by @kalverra in #380
- Defaults by @kalverra in #385
Full Changelog: v1.4.2...v1.4.9