You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows us to add additional arguments for hash salts and signatures
that allow settling on behalf of other users.
I kept compatibility with the existing signature and introduced a new
settle function using structs. Is this a good idea? Also a better name
than `settleChannel2` would be nice.
Closesraiden-network#1129
This allows us to add additional arguments for hash salts and signatures
that allow settling on behalf of other users.
I kept compatibility with the existing signature and introduced a new
settle function using structs. Is this a good idea? Also a better name
than `settleChannel2` would be nice.
Closes#1129
We need four new arguments in the settlement function
but currently, this causes too deep stack.
This issue keeps track of using V2 ABI of Solidity so the stack depth constraint can be releaved.
The text was updated successfully, but these errors were encountered: