jacobkaufmann / evangelion

a prototype ethereum block builder
Apache License 2.0
84 stars 10 forks source link

enhance bundle pool #57

Open jacobkaufmann opened 1 year ago

jacobkaufmann commented 1 year ago

the existing bundle pool is quite naive, and there is plenty of room to make it more sophisticated. it's unclear whether we should have a trait for the bundle pool in the same way that reth has a trait for its transaction pool. to start, I think it will be okay to have a single concrete implementation, perhaps with one or more generic type parameters.