feat: channel events#193
Conversation
|
👋 Thanks for assigning @benthecarman as a reviewer! |
Anyitechs
left a comment
There was a problem hiding this comment.
Thank you for looking into this. Please fix CI if this is ready for review (The proto files are now out of date and needs to be updated, and the changes introduced needs to be formatted too)
|
🔔 1st Reminder Hey @benthecarman! This PR has been waiting for your review. |
|
🔔 2nd Reminder Hey @benthecarman! This PR has been waiting for your review. |
|
something weird happened when you merged main, can you just rebase your commit on main? |
a4765ad to
d7981f0
Compare
|
commit structure is still weird here. should just be the one for the feature |
d7981f0 to
744f68f
Compare
| let mut ready_channel_ids: HashSet<String> = event_node | ||
| .list_channels() | ||
| .into_iter() | ||
| .map(|channel| channel.channel_id.0.to_lower_hex_string()) |
There was a problem hiding this comment.
This list includes pending channels, need to filter by .is_channel_ready.
Also why use the string here, why not just the ChannelId type to be more safe
fixes #134