mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
- Replaced RocksTx with RocksDBWriteMode in EitherWriter to support both transaction and batch writes. - Updated constructors and methods to utilize RocksDBWriteMode, enhancing write flexibility. - Added batch handling capabilities in RocksDBProvider, allowing manual commit of batch operations. - Improved documentation for clarity on usage and commit behavior.