File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 124124
125125*  LND updates channel.backup file at shutdown time.
126126
127+ *  A new subsystem ` chainio `  is
128+   [ introduced] ( https://github.com/lightningnetwork/lnd/pull/9315 )  to make sure
129+   the subsystems are in sync with their current best block. Previously, when
130+   resolving a force close channel, the sweeping of HTLCs may be delayed for one
131+   or two blocks due to block heights not in sync in the relevant subsystems
132+   (` ChainArbitrator ` , ` UtxoSweeper `  and ` TxPublisher ` ), causing a slight
133+   inaccuracy when deciding the sweeping feerate and urgency. With ` chainio ` ,
134+   this is now fixed as these subsystems now share the same view on the best
135+   block. Check
136+   [ here] ( https://github.com/lightningnetwork/lnd/blob/master/chainio/README.md ) 
137+   to learn more.
138+ 
127139## RPC Updates  
128140
129141*  Some RPCs that previously just returned an empty response message now at least
@@ -209,6 +221,10 @@ The underlying functionality between those two options remain the same.
209221  estimator provided by bitcoind or btcd in regtest and simnet modes instead of
210222  static fee estimator if feeurl is not provided.
211223
224+ *  The integration tests CI have been optimized to run faster and all flakes are
225+   now documented and
226+   [ fixed] ( https://github.com/lightningnetwork/lnd/pull/9368 ) .
227+ 
212228## Database  
213229
214230*  [ Migrate the mission control 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments