Brandon Kite

Results 113 issues of Brandon Kite

Update our CD environment to support running multiple fuel-core nodes connected to each other via fuel-p2p. General Requirements: - At least two or more nodes deployed in K8S - Each...

Currently, blocks are produced instantly when transactions are submitted. In order to support multi-tx blocks, we need a configuration mechanism to enable/disable different block production triggers on startup. e.g. `fuel-core...

enhancement

Now that we're treating serde primarily as a way to prettily serialize our types in logs and in json based apis, we need a more efficient serializer for the database....

fuel-database

To abstract the boilerplate of oneshot channels, we should have helper fns that wrap sending and waiting for their response. ref: https://github.com/FuelLabs/fuel-core/pull/407#discussion_r902883414

fuel-txpool

surf is bloated with an unmaintained dependency graph containing many security warnings. We should replace it with a lighter-weight solution such as reqwest or hyper. It should also use rustls...

Troubleshooting CI failures during publish is difficult, as there is no way to test publishing without actually make a real publish. We should have a custom action that allows us...

In order to prevent build issues sneaking up on us during crate publishing, we should update our CI to build each workspace member in isolation instead of as a unified...

While using the eth pubsub apis for pending events provides useful ux for users tracking deposits or withdrawals, or for validators to track pending block commitments, they should be considered...

fuel-relayer

ref: https://github.com/FuelLabs/fuel-core/pull/380/files#r888454336

related: https://github.com/FuelLabs/fuel-tx/issues/138