T
T
@shayanb can you dig at each of those issues raised, figure out if they're really concerns or false positives, and then issue a PR when you've fixed all of them?...
[another option](https://github.com/pdaian/hackthiscontract/blob/debug/tests/test_easyweb3.py) for unit testing would be to use geth --dev and web3.py as I do here just connect to a localhost rpc provided by geth --dev and then use...
proof fuzzing?
Well, according to the [solidity documentation](http://solidity.readthedocs.io/en/v0.4.24/control-structures.html), "Catching exceptions is not yet possible." so maybe that influences this decision, personally I think reverting is saner, but if the EVM doesn't support...
We/the group should discuss this, I don't understand the cases in which this happens
I still have hope that we can get merged back into upstream in some fashion. I don't have a strong feeling one way or another on this PR. I don't...
I'm fine with it, as long as its clear to everyone that its buggy, maybe add a note in the readme about it and add it to the popup code...
Do we have any documentation whatsoever on the redphone protocol? Is there a chance its just vanilla XMPP + ZRTP like jitsi can do? I saw your post on the...
This is a good idea and should be implemented. Especially with the fact that libtextsecure-java's sha512 hash differs during the build process for this fork in general, it will make...
heads up to anyone planning on doing this - on API 19 and less, the command is `adb shell dumpsys batteryinfo` not `adb shell dumpsys batterystats`. ATC looks interesting as...