malik

Results 24 issues of malik

wanted to handle a reuslt func and i was thinking should there be an error file to handle custom errors

help wanted
good first issue

closes #10220 closes https://github.com/paradigmxyz/reth/issues/10221

A-observability

this pr closes #9948

C-enhancement
A-rpc

right now the math.rs uses the std::ops which does not check for overflow and does not allow a wide range of numeric type num_traits should fix all this

enhancement
needs-triage

closes #10104

C-enhancement
D-complex

Implemented test for `StateFactory`, closes #10322

C-test

### Describe the feature ref: https://github.com/paradigmxyz/reth/issues/12842#issuecomment-2497636181 ref: #12842 The main reason this consumes so much storage or allocation I should say is because it's way too cache unoptimized, the whole...

C-enhancement
S-needs-triage

optimizes the `CursorSubNode` implementation and should increase performance when searching Trie I think this coulde be made constant and further increase in performance if we use de bruijin sequence(https://en.wikipedia.org/wiki/De_Bruijn_sequence) for...

should close #11795

C-bug
A-rpc

ref: #12412

C-perf
A-tx-pool