Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update starknet to 0.7.0 and fix contract error entrypoint not f…
…ound (#163) ## Description Currently, `starknet-rs` is changing some low provider stuff. But also, it's slow to have PR merged. For this concern, this PR fixes the contract identification by providing a separate branch that implement the correct behavior for `starknet-rs` when a contract error occurs. We can now effectively detect `EntrypointNotFound` contract error. ## What type of PR is this? (check all applicable) - [X] 🐛 Bug Fix (`fix:`) ## Related Tickets & Documents <!-- Please use this format to link related issues: Fixes #<issue_number> More info: https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword --> ## Added tests? - [X] 👍 yes
- Loading branch information