You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: block-node/app/src/testFixtures/java/org/hiero/block/node/app/fixtures/plugintest/SimpleInMemoryHistoricalBlockFacility.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -147,8 +147,14 @@ public void clearTemporaryAvailableBlocks() {
147
147
148
148
/**
149
149
* {@inheritDoc}
150
-
*
151
150
* <p>
151
+
* If a temporary override is set using
152
+
* {@link #setTemporaryAvailableBlocks(SimpleBlockRangeSet)}, then that
153
+
* override will be returned until cleared with
154
+
* {@link #clearTemporaryAvailableBlocks()}. Any updates to the available
155
+
* blocks in the facility will not affect the temporary override. They will
156
+
* be reflected however in the original available blocks set (accessible
Copy file name to clipboardExpand all lines: block-node/block-providers/files.historic/src/main/java/org/hiero/block/node/blocks/files/historic/BlocksFilesHistoricPlugin.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -197,9 +197,9 @@ public BlockRangeSet availableBlocks() {
0 commit comments