Skip to content

Commit 4a9ab3a

Browse files
committed
PLEX-2096 generate solana capability server
1 parent 666e7c5 commit 4a9ab3a

File tree

14 files changed

+3847
-19
lines changed

14 files changed

+3847
-19
lines changed

go.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ flowchart LR
88
chainlink-common --> chainlink-common/pkg/chipingress
99
chainlink-common --> chainlink-common/pkg/values
1010
chainlink-common --> chainlink-protos/billing/go
11-
chainlink-common --> chainlink-protos/cre/go
1211
chainlink-common --> chainlink-protos/linking-service/go
1312
chainlink-common --> chainlink-protos/storage-service
1413
chainlink-common --> freeport
@@ -17,12 +16,16 @@ flowchart LR
1716
click chainlink-common href "https://github.com/smartcontractkit/chainlink-common"
1817
chainlink-common/keystore --> chainlink-common
1918
click chainlink-common/keystore href "https://github.com/smartcontractkit/chainlink-common"
20-
chainlink-common/pkg/chipingress
19+
chainlink-common/observability-lib --> chainlink-protos/cre/go
20+
click chainlink-common/observability-lib href "https://github.com/smartcontractkit/chainlink-common"
21+
chainlink-common/pkg/chipingress --> chainlink-protos/cre/go
2122
click chainlink-common/pkg/chipingress href "https://github.com/smartcontractkit/chainlink-common"
2223
chainlink-common/pkg/monitoring --> chainlink-common
2324
click chainlink-common/pkg/monitoring href "https://github.com/smartcontractkit/chainlink-common"
24-
chainlink-common/pkg/values
25+
chainlink-common/pkg/values --> chainlink-protos/cre/go
2526
click chainlink-common/pkg/values href "https://github.com/smartcontractkit/chainlink-common"
27+
chainlink-common/pkg/workflows/sdk/v2/pb --> chainlink-protos/cre/go
28+
click chainlink-common/pkg/workflows/sdk/v2/pb href "https://github.com/smartcontractkit/chainlink-common"
2629
chainlink-protos/billing/go --> chainlink-protos/workflows/go
2730
click chainlink-protos/billing/go href "https://github.com/smartcontractkit/chainlink-protos"
2831
chainlink-protos/cre/go
@@ -43,9 +46,11 @@ flowchart LR
4346
subgraph chainlink-common-repo[chainlink-common]
4447
chainlink-common
4548
chainlink-common/keystore
49+
chainlink-common/observability-lib
4650
chainlink-common/pkg/chipingress
4751
chainlink-common/pkg/monitoring
4852
chainlink-common/pkg/values
53+
chainlink-common/pkg/workflows/sdk/v2/pb
4954
end
5055
click chainlink-common-repo href "https://github.com/smartcontractkit/chainlink-common"
5156

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/smartcontractkit/chain-selectors v1.0.67
4040
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10
4141
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4
42-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251021010742-3f8d3dba17d8
42+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9
4343
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b
4444
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0
4545
github.com/smartcontractkit/chainlink-protos/workflows/go v0.0.0-20251020004840-4638e4262066

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9
330330
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
331331
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4 h1:GCzrxDWn3b7jFfEA+WiYRi8CKoegsayiDoJBCjYkneE=
332332
github.com/smartcontractkit/chainlink-protos/billing/go v0.0.0-20251024234028-0988426d98f4/go.mod h1:HHGeDUpAsPa0pmOx7wrByCitjQ0mbUxf0R9v+g67uCA=
333-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251021010742-3f8d3dba17d8 h1:hPeEwcvRVtwhyNXH45qbzqmscqlbygu94cROwbjyzNQ=
334-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251021010742-3f8d3dba17d8/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
333+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9 h1:QRWXJusIj/IRY5Pl3JclNvDre0cZPd/5NbILwc4RV2M=
334+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
335335
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b h1:QuI6SmQFK/zyUlVWEf0GMkiUYBPY4lssn26nKSd/bOM=
336336
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b/go.mod h1:qSTSwX3cBP3FKQwQacdjArqv0g6QnukjV4XuzO6UyoY=
337337
github.com/smartcontractkit/chainlink-protos/storage-service v0.3.0 h1:B7itmjy+CMJ26elVw/cAJqqhBQ3Xa/mBYWK0/rQ5MuI=

keystore/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
github.com/shopspring/decimal v1.4.0 // indirect
8686
github.com/smartcontractkit/chain-selectors v1.0.67 // indirect
8787
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 // indirect
88-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251021010742-3f8d3dba17d8 // indirect
88+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9 // indirect
8989
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b // indirect
9090
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e // indirect
9191
github.com/spf13/pflag v1.0.6 // indirect

keystore/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ github.com/smartcontractkit/chainlink-common v0.9.6-0.20251107154219-ec6d8370ebb
285285
github.com/smartcontractkit/chainlink-common v0.9.6-0.20251107154219-ec6d8370ebbf/go.mod h1:AgiJcndCiWnUOVmCBX/K3PdST/fvrY1uCqSF65j960w=
286286
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10 h1:FJAFgXS9oqASnkS03RE1HQwYQQxrO4l46O5JSzxqLgg=
287287
github.com/smartcontractkit/chainlink-common/pkg/chipingress v0.0.10/go.mod h1:oiDa54M0FwxevWwyAX773lwdWvFYYlYHHQV1LQ5HpWY=
288-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251021010742-3f8d3dba17d8 h1:hPeEwcvRVtwhyNXH45qbzqmscqlbygu94cROwbjyzNQ=
289-
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251021010742-3f8d3dba17d8/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
288+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9 h1:QRWXJusIj/IRY5Pl3JclNvDre0cZPd/5NbILwc4RV2M=
289+
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20251124151448-0448aefdaab9/go.mod h1:jUC52kZzEnWF9tddHh85zolKybmLpbQ1oNA4FjOHt1Q=
290290
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b h1:QuI6SmQFK/zyUlVWEf0GMkiUYBPY4lssn26nKSd/bOM=
291291
github.com/smartcontractkit/chainlink-protos/linking-service/go v0.0.0-20251002192024-d2ad9222409b/go.mod h1:qSTSwX3cBP3FKQwQacdjArqv0g6QnukjV4XuzO6UyoY=
292292
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e h1:Hv9Mww35LrufCdM9wtS9yVi/rEWGI1UnjHbcKKU0nVY=

observability-lib/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/smartcontractkit/chainlink-common/observability-lib
22

3-
go 1.24.2
3+
go 1.24.5
44

5-
toolchain go1.24.4
5+
toolchain go1.24.10
66

77
require (
88
github.com/go-resty/resty/v2 v2.15.3

0 commit comments

Comments
 (0)