-
Notifications
You must be signed in to change notification settings - Fork 839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database metadata refactor #6555
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67ff612 - Browse repository at this point
Copy the full SHA 67ff612View commit details
Commits on Jan 25, 2024
-
Merge branch 'main' into database-metadata-refactor
# Conflicts: # besu/src/test/java/org/hyperledger/besu/cli/subcommands/storage/TrieLogHelperTest.java # besu/src/test/java/org/hyperledger/besu/controller/MergeBesuControllerBuilderTest.java # besu/src/test/java/org/hyperledger/besu/controller/QbftBesuControllerBuilderTest.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/storage/StorageProvider.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/storage/keyvalue/KeyValueSegmentIdentifier.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/storage/keyvalue/KeyValueStorageProvider.java # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/trie/bonsai/storage/BonsaiWorldStateKeyValueStorage.java # ethereum/core/src/test-support/java/org/hyperledger/besu/ethereum/core/InMemoryKeyValueStorageProvider.java # ethereum/core/src/test/java/org/hyperledger/besu/ethereum/trie/bonsai/AbstractIsolationTests.java # ethereum/eth/src/jmh/java/org/hyperledger/besu/ethereum/eth/sync/worldstate/WorldStateDownloaderBenchmark.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/fastsync/worldstate/FastWorldDownloadStateTest.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/fastsync/worldstate/PersistDataStepTest.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/PersistDataStepTest.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/SnapWorldDownloadStateTest.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/TaskGenerator.java # ethereum/eth/src/test/java/org/hyperledger/besu/ethereum/eth/sync/snapsync/request/heal/StorageTrieNodeHealingRequestTest.java
Configuration menu - View commit details
-
Copy full SHA for cf48919 - Browse repository at this point
Copy the full SHA cf48919View commit details -
Configuration menu - View commit details
-
Copy full SHA for a59c233 - Browse repository at this point
Copy the full SHA a59c233View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 748bb47 - Browse repository at this point
Copy the full SHA 748bb47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf7802 - Browse repository at this point
Copy the full SHA 8cf7802View commit details
Commits on Jan 31, 2024
-
Merge branch 'main' into database-metadata-refactor
# Conflicts: # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/storage/keyvalue/KeyValueSegmentIdentifier.java
Configuration menu - View commit details
-
Copy full SHA for 9e03168 - Browse repository at this point
Copy the full SHA 9e03168View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1f9cb - Browse repository at this point
Copy the full SHA fd1f9cbView commit details -
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Configuration menu - View commit details
-
Copy full SHA for 7bd6974 - Browse repository at this point
Copy the full SHA 7bd6974View commit details
Commits on Feb 7, 2024
-
Merge branch 'main' into database-metadata-refactor
# Conflicts: # ethereum/core/src/main/java/org/hyperledger/besu/ethereum/chain/GenesisState.java # ethereum/core/src/test-support/java/org/hyperledger/besu/ethereum/core/InMemoryKeyValueStorageProvider.java # ethereum/core/src/test/java/org/hyperledger/besu/ethereum/chain/GenesisStateTest.java # ethereum/core/src/test/java/org/hyperledger/besu/ethereum/trie/bonsai/AbstractIsolationTests.java # plugin-api/src/main/java/org/hyperledger/besu/plugin/services/storage/DataStorageFormat.java # plugins/rocksdb/src/main/java/org/hyperledger/besu/plugin/services/storage/rocksdb/RocksDBKeyValueStorageFactory.java # plugins/rocksdb/src/test/java/org/hyperledger/besu/plugin/services/storage/rocksdb/RocksDBKeyValueStorageFactoryTest.java
Configuration menu - View commit details
-
Copy full SHA for b16dec5 - Browse repository at this point
Copy the full SHA b16dec5View commit details -
Detect and handle db upgrades and downgrades
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Configuration menu - View commit details
-
Copy full SHA for 02fa76a - Browse repository at this point
Copy the full SHA 02fa76aView commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 43ee50e - Browse repository at this point
Copy the full SHA 43ee50eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7220c48 - Browse repository at this point
Copy the full SHA 7220c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 384d657 - Browse repository at this point
Copy the full SHA 384d657View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5199229 - Browse repository at this point
Copy the full SHA 5199229View commit details -
Add revert-metadata subcommand
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Configuration menu - View commit details
-
Copy full SHA for ed160b6 - Browse repository at this point
Copy the full SHA ed160b6View commit details -
Json pretty print and exclude empty optionals
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Configuration menu - View commit details
-
Copy full SHA for 8fae465 - Browse repository at this point
Copy the full SHA 8fae465View commit details
Commits on Feb 15, 2024
-
Co-authored-by: Gabriel Fukushima <gabrielfukushima@gmail.com> Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Configuration menu - View commit details
-
Copy full SHA for 6996199 - Browse repository at this point
Copy the full SHA 6996199View commit details -
Merge branch 'main' into database-metadata-refactor
# Conflicts: # CHANGELOG.md
Configuration menu - View commit details
-
Copy full SHA for d49c779 - Browse repository at this point
Copy the full SHA d49c779View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1af60b7 - Browse repository at this point
Copy the full SHA 1af60b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e435881 - Browse repository at this point
Copy the full SHA e435881View commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab14197 - Browse repository at this point
Copy the full SHA ab14197View commit details -
Apply suggestion from code review
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
Configuration menu - View commit details
-
Copy full SHA for 0ab6291 - Browse repository at this point
Copy the full SHA 0ab6291View commit details
Commits on Feb 21, 2024
-
Merge branch 'main' into database-metadata-refactor
# Conflicts: # besu/src/main/java/org/hyperledger/besu/cli/BesuCommand.java # plugin-api/build.gradle # plugin-api/src/main/java/org/hyperledger/besu/plugin/services/BesuConfiguration.java
Configuration menu - View commit details
-
Copy full SHA for b5c53ed - Browse repository at this point
Copy the full SHA b5c53edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a7c613 - Browse repository at this point
Copy the full SHA 2a7c613View commit details
Commits on Feb 26, 2024
-
Merge branch 'main' into database-metadata-refactor
# Conflicts: # CHANGELOG.md # plugin-api/build.gradle
Configuration menu - View commit details
-
Copy full SHA for 1ee1e28 - Browse repository at this point
Copy the full SHA 1ee1e28View commit details