-
Notifications
You must be signed in to change notification settings - Fork 14
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
Could not find node error #16
Comments
Did some looking into this. I get some weird results when debugging the analysis, like things dont make sense. The bytecode wants to jump to PCs that aren't jumpdests. Can i ask how you compiled this? I'd like to dig in further. When i use either of these i get expected output.
Version: 0.8.26+commit.8a97fa7a.Darwin.appleclang |
I believe I just ran |
ok sounds good will check it out |
ah on second look I can recognize that this is the deploy code rather than the runtime. The jumps on the runtime portion aren't intended to make sense in the deploy code, so they panic. I could probably catch those and still output a graph. That would also help with factories and stuff they have contract code that is ready to deploy but not intended to run in the same context |
6080604052348015600f57600080fd5b5060b580601d6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c8063f42e8cdd14602d575b600080fd5b603c60383660046058565b603e565b005b60005b60ff811015605457816054576001016041565b5050565b600060208284031215606957600080fd5b81358015158114607857600080fd5b939250505056fea2646970667358221220a206d90c473b6930258d5789495c41b79941b5334c47a76b6e618d3571716d5164736f6c634300081c0033
The text was updated successfully, but these errors were encountered: