Skip to content

Refactor funding_created to wrapper error handling function #154

New issue

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

Closed

Conversation

ariard
Copy link

@ariard ariard commented Sep 6, 2018

And filling the error actions along the way (though it's under #153 case)
(side-note: do you prefer one big PR for handle_MSG refactor or split in many as it is?)

@ariard ariard changed the title Funding created refactor Refactor funding_created to wrapper error handling function Sep 6, 2018
Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Squashed + merged (with the TODO removed).

I dont really care about one-big-PR-vs-many-smaller-PRs, whatever's easier for you, but if its one huge chunk would have to make sure we can iterate fast and get it merged so we avoid tons of rebase issues.

I would prefer, however, that there aren't intermediate commits that don't build/pass tests if only as it can make git bisect harder.

(chan.remove(), funding_msg, monitor_update)
},
Err(e) => {
//TODO: Possibly remove the channel depending on e.action
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This TODO can go away.

TheBlueMatt added a commit that referenced this pull request Sep 6, 2018
Refactor handle_funding_created to wrapper error handling function
@TheBlueMatt TheBlueMatt closed this Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants