jacobkaufmann / evangelion

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

refactor: remove build fn w/ oneshot argument #27

Closed jacobkaufmann closed 1 year ago

jacobkaufmann commented 1 year ago

remove Job::build function with oneshot::Sender argument, and use the task::JoinHandle from the spawned payload build task to manage pending payloads.