raiden-network / spec

Spec of the Raiden Network protocol
8 stars 19 forks source link

TokenNetwork ChannelSettled event - add the transferred amounts as arguments? #70

Closed loredanacirstea closed 6 years ago

loredanacirstea commented 6 years ago

tl;dr I want to add the transferred amounts in the ChannelSettled event.

Now:

event ChannelSettled(uint256 channel_identifier);

Should we have:

event ChannelSettled(uint256 channel_identifier, uint256 participant1_amount, uint256 participant2_amount);

PROs for having the values in the event:

CONs:

LefterisJP commented 6 years ago

@loredanacirstea I think this is a good idea.