Paweł Bylica
Paweł Bylica
@gumb0 Do you maybe have some spare time to take it over?
@gumb0 Can you make the example how the trace looks like now? Maybe reuse the example from the description. Do you want me to take it over and make the...
I'm guessing it's virtual STOP that is not physically in the code. So the tracer try to read out of code's bounds. This probably should be handled in the tracer....
Updated, please check the description. cc @holiman @karalabe.
The tracing API in EVMC has some flaws and will have to redesigned. But the amount of data transferred from the VM is good.
It's a matter of converting hex to binary. There exist different variants of this in Aleth. I suspect that in this case in pads the first byte with zero. E.g....
Ad your planned changes for `BlockQueue`, maybe it should be changed into a generic `Validator` (or `Verifier`) that is capable of verifying different types of items...
@gumb0 if you have some free time, can you take a look on this?
Ok, thanks very much for checking. These were evmone unit tests so they were testing evmone implementation limits. I think it would be good to modify the test by limiting...
> It seems that not enough return data is more important, so maybe this could be changed in evmone? The order of check is not specified and I expected such...