-
Notifications
You must be signed in to change notification settings - Fork 20.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop suddenly fails to import test blockchain #788
Comments
@Gustav-Simonsson tests need to be updated |
@obscuren what exactly is wrong with the tests? should It worked fine before with and without the new On the RPC side i need those values to be at least |
This is fixed in: #779 |
Thanks god! 🙇 |
Merged |
) * cmd/swarm: add implicit subcommand help (fix ethereum#786) * cmd/swarm: moved implicit help to a recursive func
) * cmd/swarm: add implicit subcommand help (fix ethereum#786) * cmd/swarm: moved implicit help to a recursive func
) * cmd/swarm: add implicit subcommand help (fix ethereum#786) * cmd/swarm: moved implicit help to a recursive func
…#788) * add istanbul_getProposer rpc method and remove a few others * add back snapshot call
Importing the test blockchain fails now. It seems to hang because the block test have
0x00
as 0 values for numbers (which i requested, before it was0x
) see: https://github.com/ethereum/tests/blob/develop/BlockTests/bcRPC_API_Test.json#L29It run the last days even with the new
0x00
values, now it fails:The text was updated successfully, but these errors were encountered: