You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.
This library is currently completely untested, there is just a stub test file in the tests folder allowing for the basic CI setup, which is already running.
While most of the module functionality is tested in the different EthereumJS repositories like ethereumjs-blockchain, ethereumjs-block or ethereumjs-devp2p, there have to be integration tests testing the interplay of the different modules in the client context as well as the CL entrypoints of the client.
This can probably be closed since I finished writing all the unit tests that get us to over 90% coverage in #70. I would still like to see some integration tests done to make sure components are working together correctly. I've created a new issue for this: #73 so we can close down this one.
Description
This library is currently completely untested, there is just a stub test file in the
tests
folder allowing for the basic CI setup, which is already running.While most of the module functionality is tested in the different
EthereumJS
repositories likeethereumjs-blockchain
,ethereumjs-block
orethereumjs-devp2p
, there have to be integration tests testing the interplay of the different modules in the client context as well as the CL entrypoints of the client.Possible Implementation
Some ideas for tests, partly taken from
py-EVM
:Reference Implementations / Links
The text was updated successfully, but these errors were encountered: