Skip to content

Commit 429906c

Browse files
authored
chore: 19404 Delete FCQueue and related code (#22518)
Signed-off-by: Ivan Malygin <[email protected]>
1 parent 0d4f919 commit 429906c

File tree

53 files changed

+18
-6098
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+18
-6098
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
/platform-sdk/swirlds-common/ @hiero-ledger/hiero-consensus-node-consensus-codeowners @hiero-ledger/hiero-consensus-node-foundation-codeowners
7272
/platform-sdk/swirlds-component-framework/ @hiero-ledger/hiero-consensus-node-consensus-codeowners
7373
/platform-sdk/swirlds-config-*/ @hiero-ledger/hiero-consensus-node-foundation-codeowners
74-
/platform-sdk/swirlds-fcqueue/ @hiero-ledger/hiero-consensus-node-foundation-codeowners
7574
/platform-sdk/swirlds-logging/ @hiero-ledger/hiero-consensus-node-foundation-codeowners
7675
/platform-sdk/swirlds-logging-*/ @hiero-ledger/hiero-consensus-node-foundation-codeowners
7776
/platform-sdk/swirlds-merkle/ @hiero-ledger/hiero-consensus-node-foundation-codeowners

.github/workflows/support/citr/log4j2.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,6 @@
192192
<!-- Beta Mirror -->
193193
<MarkerFilter marker="BETA_MIRROR_NODE" onMatch="ACCEPT" onMismatch="NEUTRAL"/>
194194

195-
<!-- FCMap -->
196-
<MarkerFilter marker="FCM_COPY" onMatch="DENY" onMismatch="NEUTRAL"/>
197-
<MarkerFilter marker="FCM_COPY_FROM" onMatch="DENY" onMismatch="NEUTRAL"/>
198-
<MarkerFilter marker="FCM_COPY_TO" onMatch="DENY" onMismatch="NEUTRAL"/>
199-
<MarkerFilter marker="FCM_DEMO" onMatch="DENY" onMismatch="NEUTRAL"/>
200-
<MarkerFilter marker="FCM_COPY_FROM_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
201-
<MarkerFilter marker="FCM_COPY_TO_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
202-
<MarkerFilter marker="FC_SERIALIZATION" onMatch="DENY" onMismatch="NEUTRAL"/>
203-
204195
<!-- Merkle Trees & Hashing -->
205196
<MarkerFilter marker="MERKLE_FORCE_FLUSH" onMatch="DENY" onMismatch="NEUTRAL"/>
206197
<MarkerFilter marker="MERKLE_HASHING" onMatch="DENY" onMismatch="NEUTRAL"/>

hedera-node/config.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ app, HederaNode.jar
1616
# app, StatsSigningDemo.jar, 1, 3000, 0, 100, -1, 15000, 5000
1717
# app, StatsRandomDemo.jar, 0, 3000, 0, 100, -1, 250000, 5000, 1, 100, 1024
1818
# app, StatsSeqDemo.jar, 1, 3000, 1000, 100, 16, -1
19-
# app, FCMapStatsDemo.jar, signed, syncDelay, transPerEventMax, transPerSecToCreate
20-
# app, FCMapStatsDemo.jar, 0, 0, -1, 250
2119
# app, DatabaseDemo.jar
2220
# app, PlatformTestingDemo.jar, FCM1KFreeze.json
2321
# ** END REMOVE FROM SDK RELEASES **

hedera-node/configuration/compose/log4j2.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,6 @@
190190
<!-- Beta Mirror -->
191191
<MarkerFilter marker="BETA_MIRROR_NODE" onMatch="ACCEPT" onMismatch="NEUTRAL"/>
192192

193-
<!-- FCMap -->
194-
<MarkerFilter marker="FCM_COPY" onMatch="DENY" onMismatch="NEUTRAL"/>
195-
<MarkerFilter marker="FCM_COPY_FROM" onMatch="DENY" onMismatch="NEUTRAL"/>
196-
<MarkerFilter marker="FCM_COPY_TO" onMatch="DENY" onMismatch="NEUTRAL"/>
197-
<MarkerFilter marker="FCM_DEMO" onMatch="DENY" onMismatch="NEUTRAL"/>
198-
<MarkerFilter marker="FCM_COPY_FROM_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
199-
<MarkerFilter marker="FCM_COPY_TO_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
200-
<MarkerFilter marker="FC_SERIALIZATION" onMatch="DENY" onMismatch="NEUTRAL"/>
201-
202193
<!-- Merkle Trees & Hashing -->
203194
<MarkerFilter marker="MERKLE_FORCE_FLUSH" onMatch="DENY" onMismatch="NEUTRAL"/>
204195
<MarkerFilter marker="MERKLE_HASHING" onMatch="DENY" onMismatch="NEUTRAL"/>

hedera-node/configuration/dev/log4j2.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,6 @@
198198
<!-- Beta Mirror -->
199199
<MarkerFilter marker="BETA_MIRROR_NODE" onMatch="ACCEPT" onMismatch="NEUTRAL"/>
200200

201-
<!-- FCMap -->
202-
<MarkerFilter marker="FCM_COPY" onMatch="DENY" onMismatch="NEUTRAL"/>
203-
<MarkerFilter marker="FCM_COPY_FROM" onMatch="DENY" onMismatch="NEUTRAL"/>
204-
<MarkerFilter marker="FCM_COPY_TO" onMatch="DENY" onMismatch="NEUTRAL"/>
205-
<MarkerFilter marker="FCM_DEMO" onMatch="DENY" onMismatch="NEUTRAL"/>
206-
<MarkerFilter marker="FCM_COPY_FROM_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
207-
<MarkerFilter marker="FCM_COPY_TO_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
208-
<MarkerFilter marker="FC_SERIALIZATION" onMatch="DENY" onMismatch="NEUTRAL"/>
209-
210201
<!-- Merkle Trees & Hashing -->
211202
<MarkerFilter marker="MERKLE_FORCE_FLUSH" onMatch="DENY" onMismatch="NEUTRAL"/>
212203
<MarkerFilter marker="MERKLE_HASHING" onMatch="DENY" onMismatch="NEUTRAL"/>

hedera-node/configuration/mainnet/log4j2.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,6 @@
198198
<!-- Beta Mirror -->
199199
<MarkerFilter marker="BETA_MIRROR_NODE" onMatch="ACCEPT" onMismatch="NEUTRAL"/>
200200

201-
<!-- FCMap -->
202-
<MarkerFilter marker="FCM_COPY" onMatch="DENY" onMismatch="NEUTRAL"/>
203-
<MarkerFilter marker="FCM_COPY_FROM" onMatch="DENY" onMismatch="NEUTRAL"/>
204-
<MarkerFilter marker="FCM_COPY_TO" onMatch="DENY" onMismatch="NEUTRAL"/>
205-
<MarkerFilter marker="FCM_DEMO" onMatch="DENY" onMismatch="NEUTRAL"/>
206-
<MarkerFilter marker="FCM_COPY_FROM_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
207-
<MarkerFilter marker="FCM_COPY_TO_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
208-
<MarkerFilter marker="FC_SERIALIZATION" onMatch="DENY" onMismatch="NEUTRAL"/>
209-
210201
<!-- Merkle Trees & Hashing -->
211202
<MarkerFilter marker="MERKLE_FORCE_FLUSH" onMatch="DENY" onMismatch="NEUTRAL"/>
212203
<MarkerFilter marker="MERKLE_HASHING" onMatch="DENY" onMismatch="NEUTRAL"/>

hedera-node/configuration/preprod/log4j2.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,6 @@
198198
<!-- Beta Mirror -->
199199
<MarkerFilter marker="BETA_MIRROR_NODE" onMatch="ACCEPT" onMismatch="NEUTRAL"/>
200200

201-
<!-- FCMap -->
202-
<MarkerFilter marker="FCM_COPY" onMatch="DENY" onMismatch="NEUTRAL"/>
203-
<MarkerFilter marker="FCM_COPY_FROM" onMatch="DENY" onMismatch="NEUTRAL"/>
204-
<MarkerFilter marker="FCM_COPY_TO" onMatch="DENY" onMismatch="NEUTRAL"/>
205-
<MarkerFilter marker="FCM_DEMO" onMatch="DENY" onMismatch="NEUTRAL"/>
206-
<MarkerFilter marker="FCM_COPY_FROM_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
207-
<MarkerFilter marker="FCM_COPY_TO_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
208-
<MarkerFilter marker="FC_SERIALIZATION" onMatch="DENY" onMismatch="NEUTRAL"/>
209-
210201
<!-- Merkle Trees & Hashing -->
211202
<MarkerFilter marker="MERKLE_FORCE_FLUSH" onMatch="DENY" onMismatch="NEUTRAL"/>
212203
<MarkerFilter marker="MERKLE_HASHING" onMatch="DENY" onMismatch="NEUTRAL"/>

hedera-node/configuration/previewnet/log4j2.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,6 @@
198198
<!-- Beta Mirror -->
199199
<MarkerFilter marker="BETA_MIRROR_NODE" onMatch="ACCEPT" onMismatch="NEUTRAL"/>
200200

201-
<!-- FCMap -->
202-
<MarkerFilter marker="FCM_COPY" onMatch="DENY" onMismatch="NEUTRAL"/>
203-
<MarkerFilter marker="FCM_COPY_FROM" onMatch="DENY" onMismatch="NEUTRAL"/>
204-
<MarkerFilter marker="FCM_COPY_TO" onMatch="DENY" onMismatch="NEUTRAL"/>
205-
<MarkerFilter marker="FCM_DEMO" onMatch="DENY" onMismatch="NEUTRAL"/>
206-
<MarkerFilter marker="FCM_COPY_FROM_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
207-
<MarkerFilter marker="FCM_COPY_TO_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
208-
<MarkerFilter marker="FC_SERIALIZATION" onMatch="DENY" onMismatch="NEUTRAL"/>
209-
210201
<!-- Merkle Trees & Hashing -->
211202
<MarkerFilter marker="MERKLE_FORCE_FLUSH" onMatch="DENY" onMismatch="NEUTRAL"/>
212203
<MarkerFilter marker="MERKLE_HASHING" onMatch="DENY" onMismatch="NEUTRAL"/>

hedera-node/configuration/testnet/log4j2.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,6 @@
198198
<!-- Beta Mirror -->
199199
<MarkerFilter marker="BETA_MIRROR_NODE" onMatch="ACCEPT" onMismatch="NEUTRAL"/>
200200

201-
<!-- FCMap -->
202-
<MarkerFilter marker="FCM_COPY" onMatch="DENY" onMismatch="NEUTRAL"/>
203-
<MarkerFilter marker="FCM_COPY_FROM" onMatch="DENY" onMismatch="NEUTRAL"/>
204-
<MarkerFilter marker="FCM_COPY_TO" onMatch="DENY" onMismatch="NEUTRAL"/>
205-
<MarkerFilter marker="FCM_DEMO" onMatch="DENY" onMismatch="NEUTRAL"/>
206-
<MarkerFilter marker="FCM_COPY_FROM_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
207-
<MarkerFilter marker="FCM_COPY_TO_DIFF" onMatch="DENY" onMismatch="NEUTRAL"/>
208-
<MarkerFilter marker="FC_SERIALIZATION" onMatch="DENY" onMismatch="NEUTRAL"/>
209-
210201
<!-- Merkle Trees & Hashing -->
211202
<MarkerFilter marker="MERKLE_FORCE_FLUSH" onMatch="DENY" onMismatch="NEUTRAL"/>
212203
<MarkerFilter marker="MERKLE_HASHING" onMatch="DENY" onMismatch="NEUTRAL"/>
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
32
bootstrap.throttleDefsJson.resource=throttles-dev.json
43
ledger.id=0x03
54
staking.periodMins=1
65
scheduling.whitelist=ConsensusSubmitMessage,CryptoTransfer,TokenMint,TokenBurn,CryptoApproveAllowance,CryptoUpdate
7-
# Uncomment a line below to test HAPI operations via workflows
8-
# Initial Service workflow schemas require on-disk storage, so all these need to be true if enabling workflows
9-
records.useConsolidatedFcq=true
106
cache.warmThreads=30
117
contracts.maxNumWithHapiSigsAccess=0
128
tokens.balancesInQueries.enabled=true

0 commit comments

Comments
 (0)