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 Nov 6, 2020. It is now read-only.
We are using the last develop branch of ethereum/tests. The idea is to fix it to a specific commit because now this approach has three problems
It can break the builds any time
Is not possible to have a reproducible build&test, this makes checking for regressions more complex
Currently geth, that is the filler of the tests, is using another branch, so even not geth is using develop to test the tests generated with retesteth.
At this moment current OE tests need to be improved (draft PR https://github.com/openethereum/openethereum/pull/11597)
postState
is not verified in BlockchainTests, implemented in openethereum/openethereum@ff6c415stRevertTests
v7
. Implemented in openethereum/openethereum@8bfba81We are using the last develop branch of ethereum/tests. The idea is to fix it to a specific commit because now this approach has three problemsIt can break the builds any timeIs not possible to have a reproducible build&test, this makes checking for regressions more complexCurrently geth, that is the filler of the tests, is using another branch, so even not geth is usingdevelop
to test the tests generated with retesteth.The text was updated successfully, but these errors were encountered: