weixin_39546520 2020-11-30 12:59
浏览 0

rationalize computed values

This is proving to be a fair bit of work. On the pattern of #835, let's use a meta-ticket to track the multiple PRs it will take to get this done.

Early work was in #4045.

screen shot 2016-06-16 at 12 19 18 pm


digraph G {
    "is_funded" -> "route.error" [dir=back]
    "funded payment instruction" -> "is_funded" [dir=back]
    "funded payment instruction" -> "amount" [dir=back]
    "giving" -> "funded payment instruction" [dir=back]
    "ngiving_to" -> "funded payment instruction" [dir=back]
    "receiving" -> "funded payment instruction" [dir=back]
    "nreceiving_from" -> "funded payment instruction" [dir=back]
    "distributing" -> "receiving" [dir=back]
    "taking" -> "receiving" [dir=back]
    "taking" -> "ownership" [dir=back]
    "ntaking_from" -> "ownership" [dir=back]
}

http://webgraphviz.com/

PRs

  • [ ] is_funded

该提问来源于开源项目:gratipay/gratipay.com

  • 写回答

5条回答 默认 最新

  • weixin_39546520 2020-11-30 12:59
    关注

    Basically we want to start at the bottom and work our way up.

    评论

报告相同问题?