reth icon indicating copy to clipboard operation
reth copied to clipboard

fix: Make DatabaseTrieWitness stateful

Open cy00r opened this issue 7 months ago • 0 comments
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

cy00r avatar Apr 20 '25 18:04 cy00r