Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion go.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,20 @@ flowchart LR
chainlink-ccip --> chainlink-common
chainlink-ccip --> chainlink-protos/rmn/v1.6/go
click chainlink-ccip href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/ccv/chains/evm
click chainlink-ccip/ccv/chains/evm href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/chains/solana --> chainlink-ccip
chainlink-ccip/chains/solana --> chainlink-ccip/chains/solana/gobindings
click chainlink-ccip/chains/solana href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/chains/solana/gobindings
click chainlink-ccip/chains/solana/gobindings href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/deployment
click chainlink-ccip/deployment href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccv --> chainlink-ccip/ccv/chains/evm
chainlink-ccv --> chainlink-evm
chainlink-ccv --> chainlink-protos/chainlink-ccv/committee-verifier
chainlink-ccv --> chainlink-protos/chainlink-ccv/message-discovery
click chainlink-ccv href "https://github.com/smartcontractkit/chainlink-ccv"
chainlink-common --> chain-selectors
chainlink-common --> chainlink-common/pkg/chipingress
chainlink-common --> chainlink-protos/billing/go
Expand Down Expand Up @@ -147,6 +154,7 @@ flowchart LR
chainlink-deployments-framework --> chainlink-tron/relayer
chainlink-deployments-framework --> mcms
click chainlink-deployments-framework href "https://github.com/smartcontractkit/chainlink-deployments-framework"
chainlink-evm --> chainlink-common/keystore
chainlink-evm --> chainlink-evm/gethwrappers
chainlink-evm --> chainlink-framework/capabilities
chainlink-evm --> chainlink-framework/chains
Expand All @@ -167,6 +175,12 @@ flowchart LR
click chainlink-framework/multinode href "https://github.com/smartcontractkit/chainlink-framework"
chainlink-protos/billing/go --> chainlink-protos/workflows/go
click chainlink-protos/billing/go href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/chainlink-ccv/committee-verifier --> chainlink-protos/chainlink-ccv/verifier
click chainlink-protos/chainlink-ccv/committee-verifier href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/chainlink-ccv/message-discovery --> chainlink-protos/chainlink-ccv/verifier
click chainlink-protos/chainlink-ccv/message-discovery href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/chainlink-ccv/verifier
click chainlink-protos/chainlink-ccv/verifier href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/cre/go
click chainlink-protos/cre/go href "https://github.com/smartcontractkit/chainlink-protos"
chainlink-protos/job-distributor
Expand Down Expand Up @@ -217,6 +231,7 @@ flowchart LR
chainlink-testing-framework/wasp
click chainlink-testing-framework/wasp href "https://github.com/smartcontractkit/chainlink-testing-framework"
chainlink-ton --> chainlink-ccip
chainlink-ton --> chainlink-framework/metrics
click chainlink-ton href "https://github.com/smartcontractkit/chainlink-ton"
chainlink-ton/deployment
click chainlink-ton/deployment href "https://github.com/smartcontractkit/chainlink-ton"
Expand All @@ -237,8 +252,8 @@ flowchart LR
chainlink/integration-tests --> chainlink/deployment
click chainlink/integration-tests href "https://github.com/smartcontractkit/chainlink"
chainlink/v2 --> chainlink-automation
chainlink/v2 --> chainlink-ccv
chainlink/v2 --> chainlink-data-streams
chainlink/v2 --> chainlink-evm
chainlink/v2 --> chainlink-feeds
chainlink/v2 --> chainlink-protos/orchestrator
chainlink/v2 --> chainlink-solana
Expand Down Expand Up @@ -291,6 +306,7 @@ flowchart LR

subgraph chainlink-ccip-repo[chainlink-ccip]
chainlink-ccip
chainlink-ccip/ccv/chains/evm
chainlink-ccip/chains/solana
chainlink-ccip/chains/solana/gobindings
chainlink-ccip/deployment
Expand Down Expand Up @@ -322,6 +338,9 @@ flowchart LR

subgraph chainlink-protos-repo[chainlink-protos]
chainlink-protos/billing/go
chainlink-protos/chainlink-ccv/committee-verifier
chainlink-protos/chainlink-ccv/message-discovery
chainlink-protos/chainlink-ccv/verifier
chainlink-protos/cre/go
chainlink-protos/job-distributor
chainlink-protos/linking-service/go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require (
github.com/gagliardetto/gofuzz v1.2.2
github.com/gagliardetto/solana-go v1.13.0
github.com/gagliardetto/treeout v0.1.4
github.com/gagliardetto/utilz v0.1.3
github.com/go-viper/mapstructure/v2 v2.4.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-plugin v1.7.0
Expand Down Expand Up @@ -75,6 +74,7 @@ require (
github.com/fsnotify/fsnotify v1.8.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/gagliardetto/utilz v0.1.3 // indirect
github.com/go-json-experiment/json v0.0.0-20250223041408-d3c622f1b874 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
Expand Down
Loading
Loading