Skip to content
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

docs: create open channel state machine #231

Open
bmancini55 opened this issue Feb 21, 2022 · 1 comment
Open

docs: create open channel state machine #231

bmancini55 opened this issue Feb 21, 2022 · 1 comment
Assignees

Comments

@bmancini55
Copy link
Member

Create the close channel state machine using draw.io.

Can define state transitions in separate readme.

@bmancini55 bmancini55 self-assigned this Feb 21, 2022
@bmancini55 bmancini55 changed the title Create open channel state machine docs: create open channel state machine Feb 21, 2022
@bmancini55
Copy link
Member Author

Work still needing to be accomplished:

  1. Need to simplify chart and remove some duplicate paths from multiple states:

    • Pre-broadcast
      • disconnect
      • receive shutdown
    • Post broadcast
      • receive shutdown
  2. Simplify validation conditionals into paths a/b/c/etc. So receive accept_channel becomes 12.a [valid] / send funding_created 12.b [invalid] / fail

  3. Define transitions and sub-routines in READMEs

bmancini55 added a commit that referenced this issue Feb 23, 2022
- Transition labels for conditionals now are numbered the same
- Reorganized common state transitions

Related to #231
bmancini55 added a commit that referenced this issue Feb 23, 2022
- converts the actions into subroutines
- defines a series of subroutines

Related to issue #231
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

No branches or pull requests

1 participant