Benedict Chan

Results 8 comments of Benedict Chan

Daily limit of 100 but only allowing 99.99999 can be confusing for the user, who will want to send 100. I am in favor with @alexvandesande to always require multiple...

Thanks, I just addressed those concerns. However the bulk of this code does more heavy lifting so would appreciate a review of the new methods.

@vbuterin currently solidity does not support an array of bytes (signatures). It's actually rather easy to cal/use this method now, and I would rather not add additional complexity on the...

you are right and i have made the change as you suggested!

I would add also that good interfaces to get previous logs (by event type) do not exist as far as I looked. This puts a burden of storing state on...

ok, addressed your comments. this diff uses uints, but I do have another with some var usage. thanks for your input though.

@vbuterin I feel that @chriseth has made a good point on the DELEGATECALL. We use solc --clone over here and so far are very pleased with the result, huge amount...