Merge branch 'maint-0.4.8'

This commit is contained in:
David Goulet
2024-04-15 15:11:30 -04:00
8 changed files with 67 additions and 22 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (conflux):
- Make sure we don't process a closed circuit when packaging data. This lead
to a non fatal BUG() spamming logs. Fixes bug 40908; bugfix on
0.4.8.1-alpha.
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (conflux):
- Avoid a potential hard assert (crash) when sending a cell on a Conflux
set. Fixes bug 40921; bugfix on 0.4.8.1-alpha.