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

L1 migration #2259

Closed
wants to merge 39 commits into from
Closed

L1 migration #2259

wants to merge 39 commits into from

Conversation

kirugan
Copy link
Contributor

@kirugan kirugan commented Nov 8, 2024

No description provided.

IronGauntlets and others added 9 commits November 7, 2024 19:53
The user chooses not to provide eth node therefore they are expected to
understand the consequences. Also, there is already an error message is
someone tries to request `starknet_getMessageStatus` without providing
an eth-node.
Since it is only used in one place there is no need to have a variable
for it.
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

Attention: Patch coverage is 73.16017% with 62 lines in your changes missing coverage. Please review.

Project coverage is 75.25%. Comparing base (ef7e174) to head (3eed12f).
Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
rpc/l1.go 72.72% 12 Missing and 6 partials ⚠️
migration/migration.go 84.04% 10 Missing and 5 partials ⚠️
blockchain/blockchain.go 75.60% 7 Missing and 3 partials ⚠️
l1/eth_subscriber.go 10.00% 9 Missing ⚠️
node/node.go 0.00% 3 Missing ⚠️
rpc/handlers.go 75.00% 2 Missing and 1 partial ⚠️
l1/l1.go 0.00% 2 Missing ⚠️
rpc/transaction.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2259      +/-   ##
==========================================
- Coverage   75.40%   75.25%   -0.16%     
==========================================
  Files         106      107       +1     
  Lines       11237    11443     +206     
==========================================
+ Hits         8473     8611     +138     
- Misses       2128     2179      +51     
- Partials      636      653      +17     

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

Base automatically changed from rianhughes/rpc8-getMessageStatus2 to main November 19, 2024 12:15
@kirugan
Copy link
Contributor Author

kirugan commented Nov 26, 2024

This PR was an idea how we can improve L1 migration, but unfortunately speed up wasn't significant

@kirugan kirugan closed this Nov 26, 2024
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