-
Notifications
You must be signed in to change notification settings - Fork 216
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 check_supplements assert error #72
base: master
Are you sure you want to change the base?
Conversation
Thank you for fixing this! Hope this can be merged soon! |
👍 |
@YadominJinta Thank you for your work.
|
I'm going to work on it I'll get back to you |
@EasonC13 if you're using powershell, try $env:WEB3_PROVIDER_URI="https://eth.llamarpc.com"
panoramix 0x49091eeaf9A713daBcD0B96D4C12749B218A52a0 I just fixed the shelve db problem, but this decompiler still have a lot of compatible problems with Windows, so I suggest using WSL if you need it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DioX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OdiX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DioX
shelve.open
may create db with extension, on Windows, it createsabi_db.shelve.dat
, andabi_path().is_file()
will always beFalse
.Refer: https://docs.python.org/3/library/shelve.html#shelve.open
Fix #61