Skip to content

Releases: smartcontractkit/chainlink-testing-framework

lib v1.50.10

04 Oct 07:53
a26f7e1
Compare
Choose a tag to compare

Release notes:

  • Added Loki client to query logs data + tests, see usage here - README

Commits:

  • [ship-3765]Adds wrapper for Loki Rest api to query logs (#1203) (a26f7e1)

Breaking changes:

gorelease: preparing to load packages for github.com/smartcontractkit/chainlink-testing-framework/[email protected]: looking for missing dependencies: go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/deckarep/golang-set v1.8.0
go: downloading github.com/cenkalti/backoff v2.0.0+incompatible
go: downloading k8s.io/klog v1.0.0
go: downloading go.opentelemetry.io/contrib v0.20.0
go: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading github.com/russross/blackfriday v1.6.0
go: downloading github.com/ugorji/go v1.2.7
go: downloading google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/emicklei/go-restful v2.9.5+incompatible
go: downloading github.com/go-redis/redis v6.15.9+incompatible
go: downloading github.com/klauspost/cpuid v1.2.1
go: downloading github.com/hashicorp/consul v1.2.1
go: downloading go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489
go: downloading github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
go: downloading github.com/Azure/azure-sdk-for-go v65.0.0+incompatible
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/hashicorp/consul/api v1.29.4
go: downloading github.com/hashicorp/consul v1.19.2
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/fatih/color v1.16.0
go: gorelease-load-module imports
github.com/smartcontractkit/chainlink-testing-framework/lib/logstream imports
github.com/smartcontractkit/chainlink-testing-framework/wasp imports
github.com/grafana/loki/clients/pkg/promtail/client imports
github.com/grafana/loki/pkg/util imports
github.com/grafana/dskit/ring imports
github.com/grafana/dskit/kv imports
github.com/grafana/dskit/kv/consul imports
github.com/hashicorp/consul/api: ambiguous import: found package github.com/hashicorp/consul/api in multiple modules:
github.com/hashicorp/consul v1.2.1 (/home/runner/go/pkg/mod/github.com/hashicorp/[email protected]/api)
github.com/hashicorp/consul/api v1.29.4 (/home/runner/go/pkg/mod/github.com/hashicorp/consul/[email protected])
go: downloading github.com/hashicorp/consul/sdk v0.16.1

lib/v1.50.9

24 Sep 11:46
83100a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/v1.50.8...lib/v1.50.9

lib/v1.50.8

23 Sep 12:41
2ba5125
Compare
Choose a tag to compare

What's Changed

Full Changelog: lib/v1.50.7...lib/v1.50.8

lib/v1.50.7

23 Sep 09:13
2a5f3f4
Compare
Choose a tag to compare

What's Changed

  • Fix order of RPC and wallet keys fetched from env vars by @lukaszcl in #1150

Full Changelog: wasp-v1.50.1...lib/v1.50.7

wasp v1.50.1

20 Sep 17:01
715d26e
Compare
Choose a tag to compare

Release notes:

  • Fixed off-by-one bug for low-load profiles

Now when you run load tests for <=1 RPS ratelimiter is strict (NoSlack) and requests are instantiated correctly only after first segment has started

Commits:

Breaking changes:

lib/v1.50.6

18 Sep 17:04
14acdbf
Compare
Choose a tag to compare
Add base_url_gap for Grafana (#1141)

seth/v1.50.4

16 Sep 08:44
ff808eb
Compare
Choose a tag to compare

Change:

  • allow to pass from address and custom signer function to transaction options by @Tofel in #1131
  • chain_id can now be used (again) to identify a Network in Seth's config by @Tofel in #1133

lib/v1.50.2

09 Sep 14:56
d7929ca
Compare
Choose a tag to compare

What's Changed

  • Enabling Job-Distributor container module by @AnieeG in #1123

Full Changelog: havoc-v0.2.0...lib/v1.50.2

seth/v1.50.3

06 Sep 12:27
5e0b15b
Compare
Choose a tag to compare

Changes:

  • more robust client builder and better logging by @Tofel in #1126

seth/v1.50.2

06 Sep 11:46
d6bb3c8
Compare
Choose a tag to compare

Changes:

  • decrease the amount of error and warning logs by @Tofel in #1124
  • disable gas bumping in the default client by @Tofel in #1125