Skip to content
Open
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
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ lint-fix: gomods ## Run golangci-lint with --fix for all modules

.PHONY: modgraph
modgraph:
go install github.com/jmank88/modgraph@v0.1.2
go install github.com/jmank88/modgraph@v0.1.4
./tools/bin/modgraph > go.md

.PHONY: test-short
Expand Down
23 changes: 7 additions & 16 deletions go.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@ flowchart LR
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/evm
chainlink-ccip/chains/evm --> ccip-contract-examples/chains/evm
chainlink-ccip/chains/evm --> chainlink-ccv
chainlink-ccip/chains/evm --> chainlink-ccv/deployment
click chainlink-ccip/chains/evm href "https://github.com/smartcontractkit/chainlink-ccip"
chainlink-ccip/chains/solana --> chainlink-ccip/chains/solana/gobindings
chainlink-ccip/chains/solana --> chainlink-common
Expand Down Expand Up @@ -374,7 +376,9 @@ flowchart LR
chainlink-data-streams --> chainlink-common/keystore
chainlink-data-streams --> chainlink-evm/gethwrappers
click chainlink-data-streams href "https://github.com/smartcontractkit/chainlink-data-streams"
chainlink-deployments-framework
chainlink-deployments-framework --> ccip-owner-contracts
chainlink-deployments-framework --> chainlink-protos/op-catalog
chainlink-deployments-framework --> chainlink-ton/deployment
click chainlink-deployments-framework href "https://github.com/smartcontractkit/chainlink-deployments-framework"
chainlink-evm --> chainlink-common/keystore
chainlink-evm --> chainlink-evm/gethwrappers
Expand Down Expand Up @@ -440,17 +444,11 @@ flowchart LR
chainlink-solana --> chainlink-framework/multinode
click chainlink-solana href "https://github.com/smartcontractkit/chainlink-solana"
chainlink-solana/contracts --> chainlink-deployments-framework
chainlink-solana/contracts --> chainlink-solana
chainlink-solana/contracts --> chainlink-testing-framework/framework
chainlink-solana/contracts --> chainlink-tron/relayer
click chainlink-solana/contracts href "https://github.com/smartcontractkit/chainlink-solana"
chainlink-sui --> chainlink-aptos
chainlink-sui --> chainlink-ccip
click chainlink-sui href "https://github.com/smartcontractkit/chainlink-sui"
chainlink-sui/deployment --> chainlink-ccip/deployment
chainlink-sui/deployment --> chainlink-protos/job-distributor
chainlink-sui/deployment --> chainlink-tron/relayer
chainlink-sui/deployment --> mcms
chainlink-sui/deployment
click chainlink-sui/deployment href "https://github.com/smartcontractkit/chainlink-sui"
chainlink-testing-framework/framework --> chainlink-testing-framework/wasp
click chainlink-testing-framework/framework href "https://github.com/smartcontractkit/chainlink-testing-framework"
Expand Down Expand Up @@ -484,7 +482,6 @@ flowchart LR
chainlink-ton/deployment --> chainlink-ccip/chains/evm
chainlink-ton/deployment --> chainlink-ccip/deployment
chainlink-ton/deployment --> chainlink-protos/job-distributor
chainlink-ton/deployment --> chainlink-tron/relayer
chainlink-ton/deployment --> mcms
click chainlink-ton/deployment href "https://github.com/smartcontractkit/chainlink-ton"
chainlink-tron/relayer --> chainlink-common
Expand All @@ -502,7 +499,6 @@ flowchart LR
chainlink/core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based --> cre-sdk-go/capabilities/networking/http
chainlink/core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based --> cre-sdk-go/capabilities/scheduler/cron
click chainlink/core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based href "https://github.com/smartcontractkit/chainlink"
chainlink/deployment --> ccip-contract-examples/chains/evm
chainlink/deployment --> chainlink-solana/contracts
chainlink/deployment --> chainlink-sui/deployment
chainlink/deployment --> chainlink/v2
Expand Down Expand Up @@ -586,7 +582,6 @@ flowchart LR
click chainlink/system-tests/tests/smoke/cre/vaultsecret href "https://github.com/smartcontractkit/chainlink"
chainlink/v2 --> chainlink-automation
chainlink/v2 --> chainlink-ccip/chains/evm
chainlink/v2 --> chainlink-ccv
chainlink/v2 --> chainlink-data-streams
chainlink/v2 --> chainlink-evm/contracts/cre/gobindings
chainlink/v2 --> chainlink-feeds
Expand All @@ -599,10 +594,6 @@ flowchart LR
chainlink/v2 --> quarantine
chainlink/v2 --> tdh2/go/ocr2/decryptionplugin
click chainlink/v2 href "https://github.com/smartcontractkit/chainlink"
cld-changesets --> ccip-owner-contracts
cld-changesets --> chainlink-evm
cld-changesets --> chainlink-protos/op-catalog
cld-changesets --> chainlink-ton/deployment
cld-changesets --> quarantine
click cld-changesets href "https://github.com/smartcontractkit/cld-changesets"
cre-sdk-go --> chainlink-protos/cre/go
Expand Down
Loading