Throughout the Raiden source code, the result of a state transition is called a iteration (for example https://github.com/raiden-network/raiden/pull/4791#pullrequestreview-285494821 ). Where does this word iteration come from?
1 Answer
No particular reason, it was just the name chosen initially and it was not changed. For further discussion refer to: https://github.com/raiden-network/raiden/pull/266#discussion_r103815203
- I see. The type has been renamed to
TransitionResultbut many variable names remain the same.yhirai– yhirai2019-09-09 14:23:04 +00:00Commented Sep 9, 2019 at 14:23 - Hehe nice work digging out the conversation for that one. We should also rename the variables.Lefteris– Lefteris2019-09-09 14:46:07 +00:00Commented Sep 9, 2019 at 14:46
- Renaming to be kept track in: github.com/raiden-network/raiden/issues/4798yhirai– yhirai2019-09-09 15:30:50 +00:00Commented Sep 9, 2019 at 15:30