Closed christianbrb closed 5 years ago
@czepluch How do I do that in a scenario?
@palango the nodes
option in the scenario files takes all the same arguments as the raiden node itself, so you should be able to set it there if I understand this issue correctly.
So:
nodes:
mode: managed
count: 2
raiden_version: local
default_options:
gas-price: fast
environment-type: development
enable-monitoring: true
YOUR_ARGUMENT_HERE: 0
@czepluch @ulope Is it possible to give two arguments? In my example (for the flat fees) I need something like:
flat-fee: 0x62083c80353Df771426D209eF578619EE68D5C7A 100
@palango I don't get any complaints from the SP when running like that just now, but can't verify if it actually works as intended yet.
Alright. I take that back. It doesn't seem to work with multiple arguments right now.
I got this while trying:
Error: Invalid value for "--flat-fee": Address must be EIP55 checksummed
Yeah, same here.
But according to .stdout
it seems to have tried to start Raiden with the correct arguments.
ok,
that leads to the following:
Original Issue
Once mediation fee default is implemented #4731 then change EVERY scenario to default fee 0 of token network address: "0x62083c80353Df771426D209eF578619EE68D5C7A"
Analysis from https://github.com/raiden-network/raiden/issues/4890#issuecomment-534161673
Solution