We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After discussion at the retreat we want to get rid of the configurable settle timeouts at channel creation.
This issue tracks the removal of this option and dependent cleanups.
settle_timeout
TokenNetwork.openChannel
TokenNetwork.openChannelWithDeposit
_settlement_timeout_min
_settlement_timeout_max
TokenNetwork
TokenNetworkRegistry
The text was updated successfully, but these errors were encountered:
netcriptus
Successfully merging a pull request may close this issue.
After discussion at the retreat we want to get rid of the configurable settle timeouts at channel creation.
This issue tracks the removal of this option and dependent cleanups.
settle_timeout
parameter inTokenNetwork.openChannel
andTokenNetwork.openChannelWithDeposit
(https://github.com/raiden-network/raiden-contracts/blob/master/raiden_contracts/data/source/raiden/TokenNetwork.sol#L265)_settlement_timeout_min
and_settlement_timeout_max
parameters inTokenNetwork
constructor (https://github.com/raiden-network/raiden-contracts/blob/master/raiden_contracts/data/source/raiden/TokenNetwork.sol#L220)_settlement_timeout_min
and_settlement_timeout_max
parameters inTokenNetworkRegistry
constructor (https://github.com/raiden-network/raiden-contracts/blob/master/raiden_contracts/data/source/raiden/TokenNetworkRegistry.sol#L41)The text was updated successfully, but these errors were encountered: