We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is a synchronization point that pushes new blocks into a database. It calls fuel-block-executor
fuel-block-executor
It basically needs to have functionality specified by its channels: https://github.com/FuelLabs/fuel-core/wiki/Interfaces-between-fuel-client-modules#blockimporter-channels
It needs to define the trait for the database similar to Relayer and VM.
It talks to fuel-sync, fuel-core-bft and fuel-txpool
fuel-sync
fuel-core-bft
fuel-txpool
The text was updated successfully, but these errors were encountered:
Fixed with #883 #884 #886 #882
Sorry, something went wrong.
No branches or pull requests
It is a synchronization point that pushes new blocks into a database.
It calls
fuel-block-executor
It basically needs to have functionality specified by its channels: https://github.com/FuelLabs/fuel-core/wiki/Interfaces-between-fuel-client-modules#blockimporter-channels
It needs to define the trait for the database similar to Relayer and VM.
It talks to
fuel-sync
,fuel-core-bft
andfuel-txpool
The text was updated successfully, but these errors were encountered: