We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because there is an issue related to Mixhash on Ropsten:
rust-ethereum/ethash#4
So the current Mixhash verification is disabled in Ropsten: #145
On mainnet it is only tested in unit tests, we may need to run a integration tests for relay_header calls.
relay_header
The text was updated successfully, but these errors were encountered:
core/ethash
Let's do a test on Crab Testnet.
That is, for crab testnet, there is no token bridge required for now (no ring backing like mainet etc)
But there are 1% of the RING tokens (20M RING) for backing all the cRINGs on Crab.
We can enable 100 cRING -> 1 RING redeem protocol for testing this issue
Sorry, something went wrong.
Related rust-ethereum/ethash#8
freehere107
yakio
Successfully merging a pull request may close this issue.
Because there is an issue related to Mixhash on Ropsten:
rust-ethereum/ethash#4
So the current Mixhash verification is disabled in Ropsten: #145
On mainnet it is only tested in unit tests, we may need to run a integration tests for
relay_header
calls.The text was updated successfully, but these errors were encountered: