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: plugins/rocksdb/src/main/java/org/hyperledger/besu/plugin/services/storage/rocksdb/RocksDBKeyValuePrivacyStorageFactory.java
+8-6
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,7 @@ public class RocksDBKeyValuePrivacyStorageFactory implements PrivacyKeyValueStor
Copy file name to clipboardexpand all lines: plugins/rocksdb/src/main/java/org/hyperledger/besu/plugin/services/storage/rocksdb/RocksDBKeyValueStorageFactory.java
+9-9
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,7 @@ public class RocksDBKeyValueStorageFactory implements KeyValueStorageFactory {
Copy file name to clipboardexpand all lines: plugins/rocksdb/src/main/java/org/hyperledger/besu/plugin/services/storage/rocksdb/configuration/BaseVersionedStorageFormat.java
+2-8
Original file line number
Diff line number
Diff line change
@@ -63,14 +63,8 @@ public enum BaseVersionedStorageFormat implements VersionedStorageFormat {
Copy file name to clipboardexpand all lines: plugins/rocksdb/src/main/java/org/hyperledger/besu/plugin/services/storage/rocksdb/configuration/DatabaseMetadata.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ public static DatabaseMetadata defaultForNewDb(final BesuConfiguration besuConfi
Copy file name to clipboardexpand all lines: plugins/rocksdb/src/main/java/org/hyperledger/besu/plugin/services/storage/rocksdb/configuration/PrivacyVersionedStorageFormat.java
+3-9
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public enum PrivacyVersionedStorageFormat implements VersionedStorageFormat {
32
32
* Current Forest version, with receipts using compaction, in order to make Receipts use less disk
Copy file name to clipboardexpand all lines: plugins/rocksdb/src/test/java/org/hyperledger/besu/plugin/services/storage/rocksdb/RocksDBKeyValuePrivacyStorageFactoryTest.java
+6-7
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ public void shouldDetectVersion1MetadataIfPresent() throws Exception {
Copy file name to clipboardexpand all lines: plugins/rocksdb/src/test/java/org/hyperledger/besu/plugin/services/storage/rocksdb/RocksDBKeyValueStorageFactoryTest.java
+6-7
Original file line number
Diff line number
Diff line change
@@ -76,8 +76,8 @@ public void shouldCreateCorrectMetadataFileForLatestVersionForNewDb(
76
76
// Side effect is creation of the Metadata version file
0 commit comments