Skip to content
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

added test to fetch genesis by hash #209

Merged
merged 3 commits into from
Feb 3, 2021
Merged

Conversation

joelamouche
Copy link
Contributor

@joelamouche joelamouche commented Jan 26, 2021

What does it do?

Reproduces test to fetch genesis block by hash as per noticed in polkadot-evm/frontier#78
closes #194

Test fails...

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

Checklist

  • Does it require a purge of the network?
  • You bumped the runtime version if there are breaking changes in the runtime ?
  • Does it require changes in documentation/tutorials ?

@JoshOrndorff
Copy link
Contributor

Do I understand correctly that this test is correct, and it fails because the node does not yet handle fetching the genesis block by hash?

If so I think we should .skip the test and merge this PR. Then this won't sit open getting stale while we wait for polkadot-evm/frontier#279

@joelamouche
Copy link
Contributor Author

Do I understand correctly that this test is correct, and it fails because the node does not yet handle fetching the genesis block by hash?

yes correct

If so I think we should .skip the test and merge this PR.

Sure sounds good, as long as we don't forget about it

@joelamouche joelamouche merged commit 7890e51 into master Feb 3, 2021
@joelamouche joelamouche deleted the antoine-test-genesis-block branch February 3, 2021 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test for the genesis block
2 participants