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

Refactor TLCs related fields in channel state #47

Closed
contrun opened this issue Jun 7, 2024 · 1 comment
Closed

Refactor TLCs related fields in channel state #47

contrun opened this issue Jun 7, 2024 · 1 comment

Comments

@contrun
Copy link
Collaborator

contrun commented Jun 7, 2024

Currently the following two issues #30 #31 require us to save TLCs with more information to the channel state. It seems that it would be better if we can save TLC to a single field tlcs instead of pending_offering_tlcs, pending_received_tlcs and to_be_committed_tlcs. But we need also need to save the commitment number when this TLC is added and the commitment number this TLC is removed.

This issue potentially depends on #43 and #44 .

@contrun
Copy link
Collaborator Author

contrun commented Jun 19, 2024

Done in #72.

@contrun contrun closed this as completed Jun 19, 2024
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