aaronbuchwald
aaronbuchwald
As a first pass, we should migrate from starting an entire network to the approach outlined in this ticket to make running e2e tests of the VM behavior (where consensus/networking...
We have migrated all of the e2e precompile tests to run on a single node network as in #358 and simplified the code to construct a network from a given...
Could you expand on exactly what you mean by separating it? It would be pretty easy to move the data to its own database it would just require a migration...
Hey @tactical-retreat , thanks for creating this issue. The long term plan is to utilize the validator set to provide a source of randomness for any VM to use, which...
Ah I see, I misunderstood. This would be fine to put in `ChainDataDir`. If you are going to use it, you should assign it a clear name, so that it...
Hmm the layout of state variables in Solidity is dependent on the order in which those variables are declared in the contract. It would be really cool to take a...
Should this be supported from the ProposerVM?
Could we switch from using a special case error to returning a boolean to indicate backfill should stop? Other than that, I think this is the right approach. We should...
Another similar failure: https://github.com/ava-labs/subnet-evm/actions/runs/6163368453/job/16726764328#step:10:248
The idea here was to build this into a utility that could be run from the command line, so ideally this would integrate really nicely if we get the interface...