Skip to content

Commit 1a16e80

Browse files
committed
lint: update circular dependencies allowlist
1 parent 3f2ebca commit 1a16e80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/lint/lint-circular-dependencies.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@
4444
"core_io -> evo/mnhftx -> llmq/signing -> net_processing -> masternode/active/context -> governance/signing -> governance/object -> core_io",
4545
"evo/assetlocktx -> llmq/commitment -> validation -> txmempool -> evo/assetlocktx",
4646
"evo/chainhelper -> evo/specialtxman -> validation -> evo/chainhelper",
47-
"evo/deterministicmns -> index/txindex -> validation -> evo/deterministicmns",
48-
"evo/deterministicmns -> index/txindex -> validation -> txmempool -> evo/deterministicmns",
47+
"evo/deterministicmns -> validation -> evo/deterministicmns",
48+
"evo/deterministicmns -> validation -> txmempool -> evo/deterministicmns",
4949
"evo/netinfo -> evo/providertx -> evo/netinfo",
50+
"evo/netinfo -> evo/providertx -> validation -> txmempool -> evo/netinfo",
51+
"evo/providertx -> validation -> txmempool -> evo/providertx",
5052
"evo/smldiff -> llmq/blockprocessor -> llmq/utils -> llmq/snapshot -> evo/smldiff",
5153
"evo/specialtxman -> validation -> evo/specialtxman",
5254
"governance/classes -> governance/object -> governance/governance -> governance/classes",

0 commit comments

Comments
 (0)