Skip to content

Commit

Permalink
Upgrade RocksDB from version 7.6.0 to 7.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net>
  • Loading branch information
ahamlat committed Nov 10, 2022
1 parent fe0b628 commit 1b23337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Additions and Improvements
- Explain and improve price validation for London and local transactions during block proposal selection [#4602](https://github.com/hyperledger/besu/pull/4602)
- Support for ephemeral testnet Shandong. EIPs are still in flux, besu does not fully sync yet, and the network is subject to restarts. [#//FIXME](https://github.com/hyperledger/besu/pull///FIXME)
- Upgrade RocksDB version from 7.6.0 to 7.7.3

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ dependencyManagement {
dependency 'org.openjdk.jmh:jmh-core:1.34'
dependency 'org.openjdk.jmh:jmh-generator-annprocess:1.34'

dependency 'org.rocksdb:rocksdbjni:7.6.0'
dependency 'org.rocksdb:rocksdbjni:7.7.3'

dependency 'org.slf4j:slf4j-api:1.7.36'

Expand Down

0 comments on commit 1b23337

Please sign in to comment.