Merge branch 'maint-0.4.7' into release-0.4.7

This commit is contained in:
David Goulet
2023-01-11 09:03:29 -05:00
2 changed files with 18 additions and 6 deletions
+8
View File
@@ -0,0 +1,8 @@
o Major bugfixes (relay):
- When opening a channel because of a circuit request that did not
include an Ed25519 identity, record the Ed25519 identity that we
actually received, so that we can use the channel for other circuit
requests that _do_ list an Ed25519 identity.
(Previously we had code to record this identity, but a logic bug
caused it to be disabled.) Fixes bug 40563; bugfix on 0.3.0.1-alpha.
Patch from "cypherpunks".