Alex Beregszaszi

Results 642 comments of Alex Beregszaszi

Shadowing makes no sense considering inaccessible functions (i.e. private), so in essence allowing this makes sense. However it definitely opens up the possibility for crafting/hiding confusing code, given contracts can...

> What error message does Truffle emit on a Panic(uint256) error? Hm, without looking, I hoped this would be based on examining the exact returndata. But it seems that ethereumjs/ganache...

I'd strongly suggest a wrapper around https://github.com/ethereum/solidity/tree/develop/libsolc (it makes sense with #25) if you really want to go ahead with an unsupported method at the moment - which is binding...

@kirushik sorry didn't see this ping :( Nothing should go wrong really and that API is meant to be stable (but of course no guarantees on that!), however since we...

@wanderer @fanatid comments (and improvements) welcome

Checked against more tests and found that on certain cases it leaves a trailing `.` Need to check why.

Looks nice! Sadly it uses bignumber.js and I want to remove any bignumber dependency, see https://github.com/ethereumjs/ethereumjs-units/issues/3

You can also try circleci if that is easier to work with (it is in many cases).

> another CI won't help with broken project. If you refer to #37 then please note this project was compiled several times, last 7 months ago, without issues. If the...