reth
reth copied to clipboard
fix: Make DatabaseTrieWitness stateful
trafficstars
- Refactored DatabaseTrieWitness trait to be stateful, removing the associated TX type and lifetime parameters.
- Simplified methods to use &self instead of taking &'a TX for every method Closes #15481