Augusto Hack

Results 91 comments of Augusto Hack

> Then why do E and R' grow together? They are changed by different computers separated by a network in between. Edit: By "together", do you mean atomically?

> What's hard about this? I see no conflicting information. One of the messages will be invalid, and then we have to reprocess the queue of messages. The whole point...

The token network does not save all data in storage but publish it with events, for a node to recover the network state it must fetch all events since the...

Here is a third approach. We can keep the storage optimizations, but remove the need for the node to poll for all the events since the smart contract was deployed....

IMO we should just have new deploys and have the clients do cross network transfers.

> Do you mean it looks identical? iow has no extra opcodes? yes

> We do similar stuff (structs with a single member) to get compiler time type-checking in C. Yep, same idea

> Did you only check for the code above or did you also check with code that actually uses the ChannelId? I did not check with our current code. >...

So the fix would be to add a `ChannelRemoved` event?

The idea is that functions should have a constant gas usage, instead of a variable gas usage. Because the former is easy to reason about, estimate the gas, and check...