Add python integration test for spontaneous keysend payments#923
Add python integration test for spontaneous keysend payments#923heyolaniran wants to merge 2 commits into
Conversation
|
👋 Thanks for assigning @tnull as a reviewer! |
|
🔔 1st Reminder Hey @tnull! This PR has been waiting for your review. |
tnull
left a comment
There was a problem hiding this comment.
CI is currently not available, so we'll need to wait a bit. One comment for now
0a308cb to
8056689
Compare
|
🔔 1st Reminder Hey @tnull! This PR has been waiting for your review. |
this commits add some helpers like : - setup_two_nodes, fund_nodes, open_channel_and_wait_ready, stop_and_cleanup - find_two_free_ports to randomize port attributions and avoid collisions - switch the test_channel_full_cycle to the new helpers
feat : introduces test_spontaneous_payment method which : - setup two nodes and arbitrary send a 2.5 msat keysend with a custom tlv record
8056689 to
3c9be11
Compare
|
🔔 1st Reminder Hey @tnull! This PR has been waiting for your review. |
Hello @tnull x @enigbe x @Camillarhi This commit adds the test_spontaneous_payment method which :
Motivation
The python bindings has not coverage for
send_with_custom_tlvsRun the new test