-
Notifications
You must be signed in to change notification settings - Fork 906
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
Signet update (stolen from PR #4068) #4078
Conversation
…s as testnet. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This lets us distinguish testnet from signet invoices, since they have the same prefix. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Code ACK. Compile errors (macbook on Catalina):
May be unrelated -- I also see a number of other errors that seem to be ignored (e.g. |
Confirm exactly same error on Macbook Pro with macOS Catalina |
@rustyrussell could you please cherry-pick (squeez-in) b5764fc from my tree? |
Oh, and I should add a Changelog-Fixed: |
Changelog-Fixed: Protocol: `signet` is now compatible with the final bitcoin-core version
34e53ec
to
5ac88ce
Compare
|
This is fixed in wally master commit ElementsProject/libwally-core@16fb5cc if you want to update, or alternately you can remove |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK 5ac88ce
Tested ACK 5ac88ce |
I've tested what I could (funded a node), but don't know any peers I can connect to (jsarenik's node was gone by the time I tried it). |
@kallewoof My node is up and I can leave it up as long as we agree. Otherwise it runs daily. |
Tested ACK 5ac88ce (OK, apparently my home network doesn't support IPv6 right now. Anyway,) @jsarenik graciously gave me an IPv4 address, and that worked. I've funded a channel with his node, sent him several payments, and also used keysend a few times. He can't use it on me cause I'm behind a NAT atm. The only issue I see is the incessant |
@kallewoof try mine: I have also established channel with it + did funding and payments (from my notebook signet c-lightning). Everything working well (before the latest changes & bitcoin core update; with docker images I referenced above). |
@dr-orlovsky I get
after about a minute of waiting. |
Tested ACK my node is at |
@kallewoof strange. I think I need to upgate docker container with a new build from this version. @carnhofdaki I am getting orlovsky@pandora:~$ sightning-cli connect 02bcf115239d5c01b02d8f238bf736ffb23e0ef8ba73164b0fb3b82b83577190d4@dhouqtpq6sxrx4oopkawqp65ntpidwzgepv5g7azlbnl4m3owpwbriid.onion:1247
lightning-cli: Connecting to 'lightning-rpc': Connection refused |
I should be available (sporadically) at -- I think. |
@kallewoof even though I can
All this running on node
And I will rather not mention this node's randomly generated alias here. Keeping it for some fun. @kallewoof couldn't the problem with receiving be related to recent macOS issues? #3226 |
@kallewoof I think that should not be related. On the node where you opened a channel yesterday I see your node like this (trough {
"id": "02823458ef60b73cef29eb3071d8f8062a452342014e66cadf9a35750352e5fa92",
"connected": true,
"netaddr": [
"[2a0b:f4c2::1]:61893"
],
"features": "02aaa2",
"channels": [
{
"state": "CHANNELD_NORMAL",
"scratch_txid": "69a8f7952efaa592eac8230b57f5c6f302c0291c17f61809bfb1b73e79a6c2e2",
"owner": "channeld",
"short_channel_id": "4498x1x0",
"direction": 1,
"channel_id": "66eaf9ab8efd313a4a589fa66ddc28223b82de34ca3b2607be623c2600ebe4fe",
"funding_txid": "fee4eb00263c62be07263bca34de823b2228dc6da69f584a3a31fd8eabf9ea66",
"close_to_addr": "tb1qm2rqg8fftkf862yl5rqh0td08v360540jz04uk",
"close_to": "0014da86041d295d927d289fa0c177adaf3b23a7d2af",
"private": false,
"features": [
"option_static_remotekey"
],
"funding_allocation_msat": {
"02823458ef60b73cef29eb3071d8f8062a452342014e66cadf9a35750352e5fa92": 16777215000,
"03544abbc36ef2633fcfbc4ab3b038ca91b38fa475b760c2c76c1cb0425d15c890": 0
},
"funding_msat": {
"02823458ef60b73cef29eb3071d8f8062a452342014e66cadf9a35750352e5fa92": "16777215000msat",
"03544abbc36ef2633fcfbc4ab3b038ca91b38fa475b760c2c76c1cb0425d15c890": "0msat"
},
"msatoshi_to_us": 10000201,
"to_us_msat": "10000201msat",
"msatoshi_to_us_min": 0,
"min_to_us_msat": "0msat",
"msatoshi_to_us_max": 10000201,
"max_to_us_msat": "10000201msat",
"msatoshi_total": 16777215000,
"total_msat": "16777215000msat",
"dust_limit_satoshis": 546,
"dust_limit_msat": "546000msat",
"max_htlc_value_in_flight_msat": 18446744073709552000,
"max_total_htlc_in_msat": "18446744073709551615msat",
"their_channel_reserve_satoshis": 167772,
"their_reserve_msat": "167772000msat",
"our_channel_reserve_satoshis": 167772,
"our_reserve_msat": "167772000msat",
"spendable_msatoshi": 0,
"spendable_msat": "0msat",
"receivable_msatoshi": 4294967295,
"receivable_msat": "4294967295msat",
"htlc_minimum_msat": 0,
"minimum_htlc_in_msat": "0msat",
"their_to_self_delay": 6,
"our_to_self_delay": 6,
"max_accepted_htlcs": 483,
"status": [
"CHANNELD_NORMAL:Reconnected, and reestablished.",
"CHANNELD_NORMAL:Funding transaction locked. Channel announced."
],
"in_payments_offered": 3,
"in_msatoshi_offered": 10000201,
"in_offered_msat": "10000201msat",
"in_payments_fulfilled": 3,
"in_msatoshi_fulfilled": 10000201,
"in_fulfilled_msat": "10000201msat",
"out_payments_offered": 0,
"out_msatoshi_offered": 0,
"out_offered_msat": "0msat",
"out_payments_fulfilled": 0,
"out_msatoshi_fulfilled": 0,
"out_fulfilled_msat": "0msat",
"htlcs": []
}
]
}, |
@jsarenik channel funded. So yes, prev build was just not working with the new one And yes, c-lightning fails to estimate fees on signet (I assume that's ok?) |
Yeah, this is the case for bitcoin core as well, and applies to regtest as well. |
No description provided.