Skip to content

Releases: smartcontractkit/chainlink-testing-framework

v1.5.4

01 Aug 14:00
2d7f33e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

Arbitrum Support

28 Jul 14:13
6d0d52f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.1

22 Jul 15:59
0a5e4f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Jul 18:21
76e3705
Compare
Choose a tag to compare

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

21 Jul 14:52
ffe2318
Compare
Choose a tag to compare

What's Changed

  • Story/39608 test refactor CL client by @AnieeG in #381

Full Changelog: v1.4.9...v1.4.10

v1.4.9

19 Jul 20:40
f6a39de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.9

v1.2.9

01 Jul 20:10
6709dc5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.4.2

30 Jun 16:16
2eba059
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

29 Jun 18:04
8baf0cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

29 Jun 17:18
2da0335
Compare
Choose a tag to compare

Headline

Massive changes and refactoring to handle the new strategy of deploying and connecting to test environments.

What's Changed

Full Changelog: v1.2.8...v1.4.0