Skip to content

Commit 1c54aec

Browse files
committed
Merge remote-tracking branch 'origin/main' into tt-1921-fix-breaking-changes-detection
2 parents c7f3411 + 46ffce8 commit 1c54aec

File tree

19 files changed

+276
-237
lines changed

19 files changed

+276
-237
lines changed

framework/examples/myproject_cll/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOF
4848
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
4949
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
5050
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
51+
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=
52+
github.com/cespare/cp v0.1.0/go.mod h1:SOGHArjBr4JWaSDEVpWpo/hNg6RoKrls6Oh40hiwW+s=
5153
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
5254
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
5355
github.com/cockroachdb/errors v1.11.3 h1:5bA+k2Y6r+oz/6Z/RFlNeVCesGARKuC6YymtcDrbC/I=
@@ -146,6 +148,8 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
146148
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
147149
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
148150
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
151+
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
152+
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
149153
github.com/google/subcommands v1.2.0/go.mod h1:ZjhPrFU+Olkh9WazFPsl27BQ4UPiG37m3yTrtFlrHVk=
150154
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
151155
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

go.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,60 @@
22
```mermaid
33
flowchart LR
44
5+
examples_wasp --> wasp
6+
click examples_wasp href "https://github.com/smartcontractkit/chainlink-testing-framework/examples_wasp"
7+
framework
8+
click framework href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
9+
framework/examples --> framework
10+
framework/examples --> wasp
11+
click framework/examples href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
12+
framework/examples_cll --> framework
13+
click framework/examples_cll href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
14+
grafana
15+
click grafana href "https://github.com/smartcontractkit/chainlink-testing-framework/grafana"
16+
havoc --> lib/grafana
17+
click havoc href "https://github.com/smartcontractkit/chainlink-testing-framework/havoc"
18+
lib --> seth
19+
click lib href "https://github.com/smartcontractkit/chainlink-testing-framework/lib"
20+
lib/grafana
21+
click lib/grafana href "https://github.com/smartcontractkit/chainlink-testing-framework/lib"
22+
sentinel --> lib
23+
click sentinel href "https://github.com/smartcontractkit/chainlink-testing-framework/sentinel"
24+
seth
25+
click seth href "https://github.com/smartcontractkit/chainlink-testing-framework/seth"
26+
tools/citool --> lib
27+
click tools/citool href "https://github.com/smartcontractkit/chainlink-testing-framework/tools"
28+
tools/envresolve --> lib
29+
click tools/envresolve href "https://github.com/smartcontractkit/chainlink-testing-framework/tools"
30+
tools/gotestloghelper --> lib
31+
click tools/gotestloghelper href "https://github.com/smartcontractkit/chainlink-testing-framework/tools"
32+
wasp --> grafana
33+
wasp --> lib
34+
wasp --> lib/grafana
35+
click wasp href "https://github.com/smartcontractkit/chainlink-testing-framework/wasp"
36+
wasp-tests --> wasp
37+
click wasp-tests href "https://github.com/smartcontractkit/chainlink-testing-framework/wasp-tests"
38+
39+
subgraph framework-repo[framework]
40+
framework
41+
framework/examples
42+
framework/examples_cll
43+
end
44+
click framework-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/framework"
45+
46+
subgraph lib-repo[lib]
47+
lib
48+
lib/grafana
49+
end
50+
click lib-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/lib"
51+
52+
subgraph tools-repo[tools]
53+
tools/citool
54+
tools/envresolve
55+
tools/gotestloghelper
56+
end
57+
click tools-repo href "https://github.com/smartcontractkit/chainlink-testing-framework/tools"
58+
59+
classDef outline stroke-dasharray:6,fill:none;
60+
class framework-repo,lib-repo,tools-repo outline
61+
```

k8s-test-runner/go.mod

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,21 @@ require (
1919
k8s.io/client-go v0.31.2
2020
)
2121

22-
require (
23-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
24-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect
25-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
26-
github.com/google/go-cmp v0.6.0 // indirect
27-
github.com/x448/float16 v0.8.4 // indirect
28-
)
29-
3022
require (
3123
github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect
3224
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect
3325
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.21 // indirect
3426
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.21 // indirect
3527
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
28+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
3629
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
3730
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect
31+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect
3832
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect
3933
github.com/aws/smithy-go v1.22.0
4034
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4135
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
36+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4237
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
4338
github.com/go-logr/logr v1.4.2 // indirect
4439
github.com/go-openapi/jsonpointer v0.20.0 // indirect
@@ -49,6 +44,7 @@ require (
4944
github.com/gogo/protobuf v1.3.2 // indirect
5045
github.com/golang/protobuf v1.5.4 // indirect
5146
github.com/google/gnostic-models v0.6.8 // indirect
47+
github.com/google/go-cmp v0.6.0 // indirect
5248
github.com/google/gofuzz v1.2.0 // indirect
5349
github.com/imdario/mergo v0.3.16 // indirect
5450
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -63,6 +59,7 @@ require (
6359
github.com/modern-go/reflect2 v1.0.2 // indirect
6460
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6561
github.com/spf13/pflag v1.0.5 // indirect
62+
github.com/x448/float16 v0.8.4 // indirect
6663
golang.org/x/crypto v0.28.0 // indirect
6764
golang.org/x/oauth2 v0.21.0 // indirect
6865
golang.org/x/sys v0.26.0 // indirect

lib/go.mod

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ require (
5252

5353
require (
5454
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
55-
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
56-
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
57-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
58-
github.com/rs/cors v1.9.0 // indirect
59-
)
60-
61-
require (
6255
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
6356
github.com/DataDog/zstd v1.5.2 // indirect
6457
github.com/MakeNowJust/heredoc v1.0.0 // indirect
@@ -87,6 +80,7 @@ require (
8780
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8881
github.com/chai2010/gettext-go v1.0.2 // indirect
8982
github.com/cockroachdb/errors v1.11.3 // indirect
83+
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
9084
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
9185
github.com/cockroachdb/pebble v1.1.2 // indirect
9286
github.com/cockroachdb/redact v1.1.5 // indirect
@@ -105,6 +99,8 @@ require (
10599
github.com/docker/go-units v0.5.0 // indirect
106100
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
107101
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
102+
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
103+
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
108104
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
109105
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
110106
github.com/fatih/camelcase v1.0.0 // indirect
@@ -175,6 +171,7 @@ require (
175171
github.com/rivo/uniseg v0.4.4 // indirect
176172
github.com/robfig/cron/v3 v3.0.1 // indirect
177173
github.com/rogpeppe/go-internal v1.12.0 // indirect
174+
github.com/rs/cors v1.9.0 // indirect
178175
github.com/russross/blackfriday/v2 v2.1.0 // indirect
179176
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
180177
github.com/shirou/gopsutil/v3 v3.23.12 // indirect

modgraph

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ echo "## CTF modules and org dependencies
88
\`\`\`mermaid
99
flowchart LR
1010
"
11-
gomods graph | modgraph -prefix github.com/smartcontractkit/
11+
gomods graph | modgraph -prefix github.com/smartcontractkit/chainlink-testing-framework/
1212
echo "\`\`\`"

sentinel/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@ toolchain go1.23.3
77
require (
88
github.com/ethereum/go-ethereum v1.14.11
99
github.com/rs/zerolog v1.33.0
10-
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18
10+
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.20-0.20250106135623-15722ca32b64
1111
github.com/stretchr/testify v1.9.0
1212
)
1313

1414
require (
1515
dario.cat/mergo v1.0.1 // indirect
16-
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
1716
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
1817
github.com/Microsoft/go-winio v0.6.2 // indirect
1918
github.com/bits-and-blooms/bitset v1.13.0 // indirect

sentinel/go.sum

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 h1:q0rUy8C/TYNBQS1+CGKw68tLOF
2020
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1/go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc=
2121
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
2222
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
23-
github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=
2423
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
2524
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
2625
github.com/cockroachdb/errors v1.11.3 h1:5bA+k2Y6r+oz/6Z/RFlNeVCesGARKuC6YymtcDrbC/I=
@@ -198,8 +197,8 @@ github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
198197
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
199198
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
200199
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
201-
github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik=
202-
github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
200+
github.com/rs/cors v1.9.0 h1:l9HGsTsHJcvW14Nk7J9KFz8bzeAWXn3CG6bgt7LsrAE=
201+
github.com/rs/cors v1.9.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
203202
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
204203
github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
205204
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
@@ -216,8 +215,8 @@ github.com/shoenig/test v0.6.4 h1:kVTaSd7WLz5WZ2IaoM0RSzRsUD+m8wRR+5qvntpn4LU=
216215
github.com/shoenig/test v0.6.4/go.mod h1:byHiCGXqrVaflBLAMq/srcZIHynQPQgeyvkvXnjqq0k=
217216
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
218217
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
219-
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18 h1:a3xetGZh2nFO1iX5xd9OuqiCkgbWLvW6fTN6fgVubPo=
220-
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.18/go.mod h1:NwmlNKqrb02v4Sci4b5KW644nfH2BW+FrKbWwTN5r6M=
218+
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.20-0.20250106135623-15722ca32b64 h1:Ma5UCN77eK8ZF75pUGcC9AI9DTrD6HVghijVDSYbYN4=
219+
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.20-0.20250106135623-15722ca32b64/go.mod h1:ag7LEgejsVtPXaUNkcoFPpAoDkl1J8V2HSbqVUxfEtk=
221220
github.com/status-im/keycard-go v0.2.0 h1:QDLFswOQu1r5jsycloeQh3bVU8n/NatHHaZobtDnDzA=
222221
github.com/status-im/keycard-go v0.2.0/go.mod h1:wlp8ZLbsmrF6g6WjugPAx+IzoLrkdf9+mHxBEeo3Hbg=
223222
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
@@ -319,8 +318,8 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
319318
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
320319
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
321320
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
322-
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 h1:7whR9kGa5LUwFtpLm2ArCEejtnxlGeLbAyjFY8sGNFw=
323-
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157/go.mod h1:99sLkeliLXfdj2J75X3Ho+rrVCaJze0uwN7zDDkjPVU=
321+
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc h1:kVKPf/IiYSBWEWtkIn6wZXwWGCnLKcC8oWfZvXjsGnM=
322+
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc/go.mod h1:vHYtlOoi6TsQ3Uk2yxR7NI5z8uoV+3pZtR4jmHIkRig=
324323
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 h1:BwIjyKYGsK9dMCBOorzRri8MQwmi7mT9rGHsCEinZkA=
325324
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094/go.mod h1:Ue6ibwXGpU+dqIcODieyLOcgj7z8+IcskoNIgZxtrFY=
326325
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=

seth/examples_wasp/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ require (
4141
github.com/consensys/gnark-crypto v0.12.1 // indirect
4242
github.com/coreos/go-semver v0.3.0 // indirect
4343
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
44+
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
4445
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
4546
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4647
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
@@ -51,6 +52,7 @@ require (
5152
github.com/edsrzf/mmap-go v1.1.0 // indirect
5253
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
5354
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
55+
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
5456
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
5557
github.com/fatih/color v1.16.0 // indirect
5658
github.com/felixge/httpsnoop v1.0.3 // indirect

0 commit comments

Comments
 (0)