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

Replace Goerli2 network with Sepolia in the test TestEvents #1791

Merged

Conversation

stefanalfbo
Copy link
Contributor

@stefanalfbo stefanalfbo commented Apr 3, 2024

This PR is fixing the issue #1790, includes making a copy of the necessary testdata used from the goerli2 directory to a new sepolia directory.

Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.04%. Comparing base (619fffd) to head (e65be28).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1791      +/-   ##
==========================================
+ Coverage   74.92%   75.04%   +0.12%     
==========================================
  Files          96       96              
  Lines        8183     8183              
==========================================
+ Hits         6131     6141      +10     
+ Misses       1523     1517       -6     
+ Partials      529      525       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rianhughes
Copy link
Contributor

rianhughes commented Apr 4, 2024

The test data should come from the Sepolia network, not the Goerli network. See PR #1793 for more details

Copy link
Contributor

@rianhughes rianhughes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. A nice follow on issue would be to update TestEvents in blockchain_test.go

@stefanalfbo
Copy link
Contributor Author

Thank you, yes hopefully it will be pretty straight forward to update the TestEvents function in blockchain_test.go now.

@pnowosie
Copy link
Contributor

@stefanalfbo Great work, thank you for contributing to juno! ❤️

Please note that previous PR (#1768) has spread rpc handlers tests into several file.
Kindly request to rebase your work onto current main and push again.

Thank you 🙏

@pnowosie pnowosie self-requested a review April 25, 2024 11:41
@stefanalfbo stefanalfbo force-pushed the chore/1790-TestEvents-Remove-Goerli branch from 256d322 to 5f00ba6 Compare April 25, 2024 19:43
@stefanalfbo
Copy link
Contributor Author

Thanks @pnowosie, it should now be rebased on main.

@pnowosie pnowosie force-pushed the chore/1790-TestEvents-Remove-Goerli branch from 5f00ba6 to 4f66d54 Compare April 26, 2024 11:26
This includes making a copy of the necessary testdata used from the goerli2 directory to a new sepolia directory
@pnowosie pnowosie force-pushed the chore/1790-TestEvents-Remove-Goerli branch from 4f66d54 to e65be28 Compare May 7, 2024 11:29
@pnowosie pnowosie merged commit a923c90 into NethermindEth:main May 8, 2024
10 checks passed
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.

3 participants