rakita
rakita
https://eips.ethereum.org/EIPS/eip-1985
`secp256k1-sys v0.4.1` fails to build on windows system while on linux it passes. It seems that `cc` lib that builds cpp inside rust requires [ar](https://linux.die.net/man/1/ar) to create static lib and...
This seems like a great way to compare all evm's by opcode: https://github.com/imapp-pl/gas-cost-estimator additionaly we could add testing benchmark of our own so that we have faster build/test iteration when...
related to this: https://github.com/bluealloy/revm/issues/7
Currently, we have nothing. Add something so that we can execute statetest, or just plain binary/input commands.
Because we are all generic for specs binary size can be reduced with features
This is low priority task and consists of removing fuel-relayer `H160` config field and cli options and replacing them with native `Bytes20` alternatives. `Bytes20` will be introduces in `fuel-types` version...
For ability to fast index and reexecute block in past we need to add few things to present db columns and add some new ones for indexing for contract storage....
It calls `fuel-block-executor` to create next block and `fuel-txpool` to get a list of transactions. It is called by `fuel-core-bft` to create the new pending block. Database trait for producer...