Skip to content

Releases: smartcontractkit/chainlink-testing-framework

Name Change and Soak Tests

04 May 15:56
21ff4de
Compare
Choose a tag to compare

Headline

For clarity's sake, the name has been changed from integrations-framework to chainlink-testing-framework.

What's Changed

Full Changelog: v1.1.16...v1.1.18

Update Keeper Specs and Reorg Confirmer

29 Apr 17:10
1a6bd67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.9...v1.1.16

Fix Keeper Specs

14 Apr 18:00
cff98d0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

Dynamic Geth Networks

14 Apr 15:57
215e37b
Compare
Choose a tag to compare

Headline

We can now sense whether you're running on a geth network or not. If you aren't we don't bother deploying one. If you are, you have 3 to choose from

  • geth a standard, fast-moving, low resources simulated geth network
  • geth_performance a similar geth instance with fast block times and more resources, useful for performance tests
  • geth_realisitc tuned to be as close to Ethereum mainnet as possible

Note the new way to pass these values into your tests to ensure they are used properly.

env, err = environment.DeployOrLoadEnvironment(
  environment.NewChainlinkConfig(
    environment.ChainlinkReplicas(3, config.ChainlinkVals()),
    "chainlink-flux",
    config.GethNetworks()...,
  ),
  tools.ChartsRoot,
)

All Changes

Full Changelog: v1.0.53...v1.1.0

Additions to mockserver and ocr actions

21 Jan 14:47
ffa9a24
Compare
Choose a tag to compare
Modify ocr actions (#193)

* Modify ocr actions

* var

Match Geth Version to Chainlink

18 Jan 14:50
5af8f94
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.28...v1.0.29

Enables Better Config Options and Loading

14 Jan 19:02
4151b99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.27...v1.0.28

Updates Keeper Approach

13 Jan 19:24
9926353
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.44...v1.0.27

Fix Version Tagging

05 Jan 22:05
d9c91d3
Compare
Choose a tag to compare

Somewhere along the way, our version tagging got wonky and it makes go mod tidy freak out whenever you try and use this framework as a library. This is in order to fix that, and to be more intensive about semantic versioning style moving on.

Fixes Mock Adapter and Some QoL

05 Jan 22:01
d9c91d3
Compare
Choose a tag to compare

What's Changed

The addition of some QoL improvements, like the ability to specify chainlink and get versions through basic config values instead of charts.

Full Changelog: v0.0.32...v0.0.44