Viet
Viet
Hi, thanks for providing such a great theme! The globe rotation option is quite fun. However it causes lots of CPU usage on my side. It happens on both Firefox...
Thanks for create such an amazing theme Hugo-Geo. I just started using Hugo today and really like your theme. I found that it could be improved for social media integration...
## Docs have broken links Follow the link: https://arctic.readthedocs.io/en/latest/ ### Video * [2015 All Your Base : Building a time series database: 10^12 rows and counting](https://vimeo.com/album/3660528/video/145842301) => Private * [2014...
Scope: * Test cases * pip dependencies * Support for various Python versions * Pylint * Style guide
Currently Oyente supports only Python 2.7 which is being phased out soon. Time to upgrade. Most of changes are simply adding parentheses to `print x => print(x)`. The process is...
The link: https://oyente.melon.fund/#version=soljson-v0.4.23+commit.124ca40d.js I consistently get the error: `Solidity compilation failed` Also the UI is a bit malformed (see the top-right menu). @luongnt95
The file and some files have quite a few global variables: https://github.com/melonproject/oyente/blob/3fc108ca550aa5270ea5368fdb685b94f0e17450/oyente/symExec.py Global variables introduce unnecessary complexity and signal poor design/security. This can be solved by proper OOP encapsulation and...
@luongnt95 I want to generate test data like in https://github.com/melonproject/oyente/tree/master/oyente/test_evm/test_data with input being Solidity files. I'm quite curious how to generate those JSON files.
Using Pytest & Tox for automated testing will make CI/CD much easier and code safer. Happy to help with this one, but I need some help to familiarize with Oyente...
Oyente is limited to analysing OP codes but they are not human friendly. I would suggest to add a DB of vulnerable Solidity contracts. If you are OK, I will...