Open pirapira opened 5 years ago
The TokenNetworkRegistry version to go through is this: https://github.com/raiden-network/raiden-contracts/blob/7c1f1da47ae1b02c00f6388bb7be341c3fed3160/raiden_contracts/data/source/raiden/TokenNetworkRegistry.sol
Does the client ever call the constructor of TokenNetworkRegistry? Asked https://ethereum.stackexchange.com/questions/74800/does-the-raiden-client-ever-deploy-tokennetworkregistry.
createERC20TokenNetwork()
has a modifier canCreateTokenNetwork
.
Is this accounted in the proxy? No https://github.com/raiden-network/raiden/issues/4795
Suspended till I understand the norm. https://github.com/raiden-network/raiden/issues/4828
Also stuck on https://github.com/raiden-network/raiden/issues/4829
Also stuck on https://github.com/raiden-network/raiden/issues/4830
createERC20TokenNetwork()
calls the constructor of TokenNetwork
. The constructor has
I've unassigned myself because I have some bottleneck work in the smart contracts.
Now that we have revert error messages, I would prefer to rely on the errors from the contract call in most cases rather then relying on correctly duplicating the logic.
This is a part of #4763.