You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It calls fuel-block-executor to create next block and fuel-txpool to get a list of transactions.
It is called by fuel-core-bft to create the new pending block.
Database trait for producer needs to be made similar to Relayer and VM.
It calls
fuel-block-executor
to create next block andfuel-txpool
to get a list of transactions.It is called by
fuel-core-bft
to create the new pending block.Database trait for producer needs to be made similar to Relayer and VM.
It needs to have this functionality: https://github.com/FuelLabs/fuel-core/wiki/Interfaces-between-fuel-client-modules#blockproducer-channels
The text was updated successfully, but these errors were encountered: