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

fix rpc: handle EntryPointNotFound error correctly #2555

Merged
merged 6 commits into from
Feb 27, 2025

Conversation

rianhughes
Copy link
Contributor

@rianhughes rianhughes commented Feb 25, 2025

closes: #2392

relevant changes are in vm.go and lib.rs. The changes in execution.rs seem to be purely formatting

Copy link

codecov bot commented Feb 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.75%. Comparing base (7b51d3a) to head (499bf40).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2555      +/-   ##
==========================================
+ Coverage   73.72%   73.75%   +0.03%     
==========================================
  Files         137      137              
  Lines       16675    16675              
==========================================
+ Hits        12293    12299       +6     
+ Misses       3525     3518       -7     
- Partials      857      858       +1     

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

@rodrigo-pino rodrigo-pino added High priority Needs to be solved this week or the next Bug Something isn't working or security issue labels Feb 25, 2025
@rianhughes rianhughes enabled auto-merge (squash) February 27, 2025 14:56
@rianhughes rianhughes merged commit 331bda6 into main Feb 27, 2025
13 checks passed
@rianhughes rianhughes deleted the rianhughes/fix-entrypoint-not-found branch February 27, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working or security issue High priority Needs to be solved this week or the next
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPC08 - add Support for ENTRYPOINT_NOT_FOUND Error in starknet_call
4 participants