Federico

Results 10 issues of Federico

It will be usefull to add a requirements.txt with the needed dependencies to run this project

Just a "cosmetical" thing: When searching for an addres, the result page "hide" the address behind the "search" text. As you can see on screenshot, the address looks "cutted", but...

It will be great to add more complex examples of calls to contracts, ie calls to a ERC20 token. This will be helpful to newcomers to the lib to use...

Hi! Taking an example ERC20 contract with the following definition: ```javascript function balanceOf(address _owner) constant returns (uint balance) { return balances[_owner]; } ``` Executing a call() to the contract with...

Hi I want to make tests to my webapp but i cannot find to mock or have a dummy db connection to run the tests. Thanks

Hi I want to know if python-logstash has SSL support, because i cannot find any way to define custom certificate. Thanks

Today i've cloned the latests version of the repo and tests are failing Running **_python test.py**_ output: ``` python ..Transaction-style signing and verification tests . ====================================================================== FAIL: test_all (__main__.TestStartingAddressAndScriptGenerationConsistency) ----------------------------------------------------------------------...

Hi! Looks like this lib is getting outdated and out of maitenance Which is the newest fork? We should join forces and have a good fork and have it updated

Hi According to http://www.useragentstring.com/ i'm using "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0" , which is correct: i'm using "distribution" firefox (i didnt recompiled or anything strange, just instaled...

Looks like this is unmaintained, right?