Releases: smartcontractkit/chainlink-testing-framework
Releases · smartcontractkit/chainlink-testing-framework
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
v1.2.9
v1.4.2
v1.4.1
v1.4.0
Headline
Massive changes and refactoring to handle the new strategy of deploying and connecting to test environments.
What's Changed
- Added new version of the Registrar by @vla33 in #354
- Makes docker compilation optional by @kalverra in #355
- refactor to chainlink-env, new configs and connection strategy for clients by @skudasov in #317
- fix funds returning by @skudasov in #358
- fix pass requirements by @skudasov in #361
- Enable Different Networks with Refactor by @kalverra in #364
Full Changelog: v1.2.8...v1.4.0