File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 5050
5151*  [ Improved user experience] ( https://github.com/lightningnetwork/lnd/pull/9454 ) 
5252 by returning a custom error code when HTLC carries incorrect custom records.
53+ 
54+ *  [ Make input validation stricter] ( https://github.com/lightningnetwork/lnd/pull/9470 ) 
55+   when using the ` BumpFee ` , ` BumpCloseFee(deprecated) `  and ` BumpForceCloseFee `  
56+   RPCs. For the ` BumpFee `  RPC the new param ` deadline_delta `  is introduced. For
57+   the ` BumpForceCloseFee `  RPC the param ` conf_target `  was added. The conf_target
58+   changed in its meaning for all the RPCs which had it before. Now it is used
59+   for estimating the starting fee rate instead of being treated as the deadline,
60+   and it cannot be set together with ` StartingFeeRate ` . Moreover if the user now
61+   specifies the ` deadline_delta `  param, the budget value has to be set as well.
5362
5463## Tooling and Documentation  
5564
Original file line number Diff line number Diff line change 6464*  [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9322 )  that caused
6565    estimateroutefee to ignore the default payment timeout.
6666
67+ *  [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/9474 )  where LND would
68+   fail to persist (and hence, propagate) node announcements containing address 
69+   types (such as a DNS hostname) unknown to LND.
70+ 
6771# New Features  
6872
6973*  [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 )  for 
@@ -239,6 +243,9 @@ The underlying functionality between those two options remain the same.
239243*  [ Golang was updated to
240244  ` v1.22.11 ` ] ( https://github.com/lightningnetwork/lnd/pull/9462 ) . 
241245
246+ *  Various refactors to simplify the 
247+   ` graph.Builder `  [ 1] ( https://github.com/lightningnetwork/lnd/pull/9476 ) .
248+ 
242249## Breaking Changes  
243250## Performance Improvements  
244251
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments