fuel-block-committer
fuel-block-committer copied to clipboard
A standalone service that commits Fuel block data to L1 / DA
Currently, the fuel-block-committer has an error related to ethers-rs and socket connection that makes the process crash. We should investigate if we can solve this issue by changing the lib...
Define a mechanism for allowing fuel-core to query gas cost and other relevant information to adjust block building time, size, and general gas cost.
With the addition of committing data, we need to ensure we can optimally calculate gas costs to post the data to L1, to avoid commits be queue for too long.
In the case of the db being deleted, we should query the static view-only methods of the fuel state contract to determine the latest block committed before we try and...
Not everyone wants to use NodePort. If you have nodes only in private networks, those will need to be exposed through a load balancer. Better give the option to the...
The committer was bumped to use `fuel-core` `0.24.1` but the sdk was not ready. Two integration tests were commented out as a result. Their behavior is covered by the e2e...
Right now the block committer accepts only one provider but it should accepts a list of providers in case of outage of the provider to fallback into the secondaries providers...
closes: #91 Used [localstack](https://www.localstack.cloud/) to host a (AWS compliant) KMS service locally in the e2e tests. Since you cannot get the private keys out of the KMS, in the e2e...