Brandon Vrooman
Brandon Vrooman
On going research document: https://hackmd.io/@bvrooman/merklized_data_on_disk
> The areas we can use ephemeral trees would be the following block header fields: > > * Transactions Root (BMT) > * Output Messages Root (BMT) According to the...
It appears that we are reintroducing the concept of a prefilled test database in the form of `DummyDb` in fuel-core-interfaces/src/db/helpers.rs. We removed all instances of `DummyDb` in unit tests and...
I think it's likely sufficient to use a `u32` for this purpose. The maximum value for a `u32` is in the realm of 4.3 billion, which should be more than...
Blocked on ongoing P2P upgrades
Locally, I added a test to the `back_pressure_tests` suite, and added some print statements to output the state each time we get block headers, get transactions, or execute a block....
I'm starting an RFC to dive deeper into possible proposals, including some existing research. See the [living document here](https://www.notion.so/fuellabs/Fee-Assets-1b18797257aa410386ac8e209906f38a). This document is still immature and sparse, but I expect to...
To make things a bit easier to review, is it possible/feasible to separate out the nonfunctional formatting changes into a separate PR?
The advantages of a refactor here sound promising: - We can achieve better, more granular testability of tasks if we can isolate them in unit tests by removing direct dependencies...
There are some outstanding issues that I will address presently. But the PR is ready for a first round of reviews. I will do a new VM release with required...