-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Get Aleth working with retesteth #5779
Comments
@winsvega your input would be useful here |
I tried running state tests with retesteth in "alethIPCDebug" mode - that is, when retesteth connects to already running client via IPC socket. It required changes in some configs ethereum/tests#656 |
Another fix in configs needed: ethereum/tests#659 And another issue in aleth affecting running tests around precompiles #5819 |
Another fix in configs needed: ethereum/tests#660 |
Another fix in configs needed to fix CHAINID test failure ethereum/tests#661 |
With the fixes to configs above the only errors left are caused by ethereum/retesteth#60 I have tried so far only running the state tests and only in IPC-attach mode. There are still many things more we could try:
|
This commands should run without errors: -t BlockchainTests could throw some errors. the blockchain test generation works only for ValidBlocks. TransitionTests does not work on geth. Might be configuration issue. |
@gumb0 Reported that Aleth doesn't work with retesteth and that this needs to be investigated and fixed.
The text was updated successfully, but these errors were encountered: