|
@ -271,8 +271,8 @@ class LightningDTests(BaseLightningDTests): |
|
|
|
|
|
|
|
|
assert ret['id'] == l2.info['id'] |
|
|
assert ret['id'] == l2.info['id'] |
|
|
|
|
|
|
|
|
l1.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l1.daemon.wait_for_log('Handing back peer .* to master') |
|
|
l2.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l2.daemon.wait_for_log('Handing back peer .* to master') |
|
|
return l1, l2 |
|
|
return l1, l2 |
|
|
|
|
|
|
|
|
# Waits until l1 notices funds |
|
|
# Waits until l1 notices funds |
|
@ -1148,8 +1148,8 @@ class LightningDTests(BaseLightningDTests): |
|
|
|
|
|
|
|
|
assert ret['id'] == l2.info['id'] |
|
|
assert ret['id'] == l2.info['id'] |
|
|
|
|
|
|
|
|
l1.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l1.daemon.wait_for_log('Handing back peer .* to master') |
|
|
l2.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l2.daemon.wait_for_log('Handing back peer .* to master') |
|
|
|
|
|
|
|
|
self.give_funds(l1, 10**6 + 1000000) |
|
|
self.give_funds(l1, 10**6 + 1000000) |
|
|
self.assertRaises(ValueError, l1.rpc.fundchannel, l2.info['id'], 10**6) |
|
|
self.assertRaises(ValueError, l1.rpc.fundchannel, l2.info['id'], 10**6) |
|
@ -2434,7 +2434,7 @@ class LightningDTests(BaseLightningDTests): |
|
|
|
|
|
|
|
|
assert ret['id'] == l3.info['id'] |
|
|
assert ret['id'] == l3.info['id'] |
|
|
|
|
|
|
|
|
l3.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l3.daemon.wait_for_log('Handing back peer .* to master') |
|
|
self.fund_channel(l1, l2, 10**6) |
|
|
self.fund_channel(l1, l2, 10**6) |
|
|
self.fund_channel(l2, l3, 10**6) |
|
|
self.fund_channel(l2, l3, 10**6) |
|
|
|
|
|
|
|
@ -2529,14 +2529,14 @@ class LightningDTests(BaseLightningDTests): |
|
|
ret = l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port']) |
|
|
ret = l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port']) |
|
|
assert ret['id'] == l2.info['id'] |
|
|
assert ret['id'] == l2.info['id'] |
|
|
|
|
|
|
|
|
l1.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l1.daemon.wait_for_log('Handing back peer .* to master') |
|
|
l2.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l2.daemon.wait_for_log('Handing back peer .* to master') |
|
|
|
|
|
|
|
|
ret = l2.rpc.connect(l3.info['id'], 'localhost', l3.info['port']) |
|
|
ret = l2.rpc.connect(l3.info['id'], 'localhost', l3.info['port']) |
|
|
assert ret['id'] == l3.info['id'] |
|
|
assert ret['id'] == l3.info['id'] |
|
|
|
|
|
|
|
|
l2.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l2.daemon.wait_for_log('Handing back peer .* to master') |
|
|
l3.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l3.daemon.wait_for_log('Handing back peer .* to master') |
|
|
|
|
|
|
|
|
c1 = self.fund_channel(l1, l2, 10**6) |
|
|
c1 = self.fund_channel(l1, l2, 10**6) |
|
|
c2 = self.fund_channel(l2, l3, 10**6) |
|
|
c2 = self.fund_channel(l2, l3, 10**6) |
|
@ -2633,14 +2633,14 @@ class LightningDTests(BaseLightningDTests): |
|
|
ret = l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port']) |
|
|
ret = l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port']) |
|
|
assert ret['id'] == l2.info['id'] |
|
|
assert ret['id'] == l2.info['id'] |
|
|
|
|
|
|
|
|
l1.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l1.daemon.wait_for_log('Handing back peer .* to master') |
|
|
l2.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l2.daemon.wait_for_log('Handing back peer .* to master') |
|
|
|
|
|
|
|
|
ret = l2.rpc.connect(l3.info['id'], 'localhost', l3.info['port']) |
|
|
ret = l2.rpc.connect(l3.info['id'], 'localhost', l3.info['port']) |
|
|
assert ret['id'] == l3.info['id'] |
|
|
assert ret['id'] == l3.info['id'] |
|
|
|
|
|
|
|
|
l2.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l2.daemon.wait_for_log('Handing back peer .* to master') |
|
|
l3.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l3.daemon.wait_for_log('Handing back peer .* to master') |
|
|
|
|
|
|
|
|
c1 = self.fund_channel(l1, l2, 10**6) |
|
|
c1 = self.fund_channel(l1, l2, 10**6) |
|
|
c2 = self.fund_channel(l2, l3, 10**6) |
|
|
c2 = self.fund_channel(l2, l3, 10**6) |
|
@ -4056,8 +4056,8 @@ class LightningDTests(BaseLightningDTests): |
|
|
ret = l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port']) |
|
|
ret = l1.rpc.connect(l2.info['id'], 'localhost', l2.info['port']) |
|
|
assert ret['id'] == l2.info['id'] |
|
|
assert ret['id'] == l2.info['id'] |
|
|
|
|
|
|
|
|
l1.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l1.daemon.wait_for_log('Handing back peer .* to master') |
|
|
l2.daemon.wait_for_log('WIRE_GOSSIPCTL_HAND_BACK_PEER') |
|
|
l2.daemon.wait_for_log('Handing back peer .* to master') |
|
|
self.fund_channel(l1, l2, 10**6) |
|
|
self.fund_channel(l1, l2, 10**6) |
|
|
|
|
|
|
|
|
l1.rpc.close(l2.info['id']) |
|
|
l1.rpc.close(l2.info['id']) |
|
|