Commit graph

  • 5b93ab6a8f
    Update release-notes-0.18.5.md and release-notes-0.19.0.md Suheb 2025-02-11 21:35:39 -08:00
  • 1400bbe6df
    docs: add release-notes ziggie 2025-02-12 16:35:28 +01:00
  • 6d0842de88
    lnd: add max fee rate check to closechannel rpc ziggie 2025-02-09 12:29:55 +01:00
  • bb5ea0b1f0
    multi: coop close with active HTLCs on the channel ziggie 2025-02-09 12:28:09 +01:00
  • 319a0ee470
    Merge pull request #9493 from ziggie1984/lncli-no-replacement Oliver Gugger 2025-02-13 09:52:52 -06:00
  • 5dd45660cd
    sweep: fix error logging yyforyongyu 2025-02-13 12:36:57 +08:00
  • a099261726
    sweep: refactor IsOurTx to not return an error yyforyongyu 2025-02-12 20:04:40 +08:00
  • 618edabd30
    docs: add release notes yyforyongyu 2025-01-26 10:55:15 +08:00
  • 6130317ee0
    itest: split up force close tests yyforyongyu 2025-01-24 17:04:29 +08:00
  • d64c3aee7f
    sweep: make sure recovered inputs are retried yyforyongyu 2025-01-24 11:14:12 +08:00
  • e8a37e1414
    sweep: signal tx in markInputFatal yyforyongyu 2025-01-24 19:28:08 +08:00
  • 81987f050d
    sweep: handle missing inputs during fee bumping yyforyongyu 2025-02-12 21:36:25 +08:00
  • 0f6fbc9a3b
    sweep: refactor handleInitialTxError and createAndCheckTx yyforyongyu 2025-02-12 19:42:23 +08:00
  • 0dae88acc2
    sweep: add createUnknownSpentBumpResult yyforyongyu 2025-02-12 19:10:25 +08:00
  • 7ae76de726
    sweep: add method handleReplacementTxError yyforyongyu 2025-02-12 18:22:55 +08:00
  • 5a358d0f69
    sweep: retry sweeping inputs upon TxUnknownSpend yyforyongyu 2025-01-24 06:05:19 +08:00
  • 7f8cbea518
    sweep: start tracking inputs spent by unknown tx yyforyongyu 2025-01-24 05:49:19 +08:00
  • e5eb3a9d63
    itest: add fee replacement test yyforyongyu 2025-01-19 00:36:23 +08:00
  • 53f84ed430
    sweep: rename methods for clarity yyforyongyu 2025-01-24 04:56:36 +08:00
  • 8a78127876
    sweep: remove dead code and add better logging yyforyongyu 2025-01-24 04:50:08 +08:00
  • 59164959a3
    sweep: handle unknown spent in processRecords yyforyongyu 2025-01-24 04:45:10 +08:00
  • 26b461b8dc
    sweep: add a new event TxUnknownSpend yyforyongyu 2025-01-24 03:17:42 +08:00
  • 12e4a2b558
    sweep: add method getSpentInputs yyforyongyu 2025-01-24 08:35:40 +08:00
  • 2ec972032e
    Merge pull request #9517 from yyforyongyu/fix-coverage Oliver Gugger 2025-02-13 09:11:57 -06:00
  • 2b0c25e31d
    workflows: skip coverage error in job finish yyforyongyu 2025-02-13 22:05:38 +08:00
  • ad10e21218
    docs: add release-notes ziggie 2025-02-12 16:35:28 +01:00
  • 25d32a1bd2
    lnd: add max fee rate check to closechannel rpc ziggie 2025-02-09 12:29:55 +01:00
  • 6f5a96ee87
    multi: coop close with active HTLCs on the channel ziggie 2025-02-09 12:28:09 +01:00
  • 5e45f4726d
    docs: add release notes Oliver Gugger 2025-02-11 19:59:01 +01:00
  • 42781f77cb
    lnrpc+rpcserver: add custom channel data for closed channels Oliver Gugger 2025-02-11 19:56:25 +01:00
  • d5ac05ce87
    Merge pull request #9501 from yyforyongyu/getinfo-blockheight Oliver Gugger 2025-02-13 04:17:45 -06:00
  • da43541c63
    invoicesrpc: remove direct access to ChannelGraph pointer Elle Mouton 2025-02-13 11:32:32 +02:00
  • f39a004662
    Revert "graph: refactor Builder network message handling" Elle Mouton 2025-02-13 11:19:07 +02:00
  • 9c2c95d46f
    Merge pull request #9478 from ellemouton/graph3 Yong 2025-02-13 15:00:14 +08:00
  • 3562767b23
    lncli: only add additional info to specific cmds. ziggie 2025-02-10 09:39:50 +01:00
  • 83bc0b94b8
    docs: add release-notes ziggie 2025-02-12 16:35:28 +01:00
  • 34322f306f
    lnd: add max fee rate check to closechannel rpc ziggie 2025-02-09 12:29:55 +01:00
  • 666635617b
    lncli: trigger coop close for channels with active htlcs ziggie 2025-02-09 12:28:09 +01:00
  • e5db0d6314
    graph+discovery: move funding tx validation to gossiper Elle Mouton 2025-02-12 15:00:46 +02:00
  • 39bb23ea5e
    discovery: lock the channelMtx before making the funding script Elle Mouton 2025-02-12 13:59:09 +02:00
  • 693b3991ee
    Merge pull request #9508 from ellemouton/ignoreSendCoverageFail Oliver Gugger 2025-02-12 05:23:29 -06:00
  • 7853e36488
    graph+discovery: calculate funding tx script in gossiper Elle Mouton 2025-02-11 14:39:30 +02:00
  • 8a07bb0950
    discovery: prepare tests for preparing the mock chain Elle Mouton 2025-02-07 15:55:18 +02:00
  • 22e391f055
    discovery: add AssumeChannelValid config option Elle Mouton 2025-01-30 13:49:04 +02:00
  • 00f5fd9b7f
    graph: add IsZombieEdge method Elle Mouton 2025-01-30 13:47:37 +02:00
  • 870c865763
    graph: export addZombieEdge and rename to MarkZombieEdge Elle Mouton 2025-02-05 10:51:53 +02:00
  • a67df6815c
    .github: ignore Send coverage errors Elle Mouton 2025-02-12 11:46:44 +02:00
  • 4dbbd837c0
    Merge pull request #9496 from ellemouton/graph4 Oliver Gugger 2025-02-12 03:36:32 -06:00
  • 7b294311bc
    Merge pull request #9150 from yyforyongyu/fix-stuck-payment Olaoluwa Osuntokun 2025-02-11 18:02:02 -08:00
  • 759dc2066e
    docs: update release notes yyforyongyu 2025-02-11 15:04:29 +08:00
  • 59759f861f
    rpcserver: check blockbeatDispatcher when deciding isSynced yyforyongyu 2025-02-11 14:55:37 +08:00
  • 89c4a8dfd7
    chainio: add method CurrentHeight yyforyongyu 2025-02-11 14:24:20 +08:00
  • 9b42a2aef0
    docs/release-notes: add rbf coop close section Olaoluwa Osuntokun 2025-02-11 17:33:34 -08:00
  • 5b35cdb149 multi: extract new DeriveHeightHint() function, use for new rbf closer Olaoluwa Osuntokun 2025-02-10 19:05:52 -08:00
  • c4c2cacdbc itest: add new RBF coop close itest Olaoluwa Osuntokun 2025-02-07 18:26:52 -08:00
  • 7bb332ff47 multi: enable RBF co-op bumps after reconnection Olaoluwa Osuntokun 2025-02-07 18:25:49 -08:00
  • d3085e45b4 peer: update rbf close client logic w/ error and iteration awareness Olaoluwa Osuntokun 2025-02-07 18:25:07 -08:00
  • 76caab0cf3 lnwallet: implement special case for OP_RETURN in rbf-coop Olaoluwa Osuntokun 2025-02-07 18:22:15 -08:00
  • faffa794b8 protofsm: update state machine w/ new spec flow Olaoluwa Osuntokun 2025-02-07 18:21:06 -08:00
  • ff8b4c6a79 lnwire: update closing_complete and closing_sig to latest spec draft Olaoluwa Osuntokun 2025-02-07 18:15:36 -08:00
  • b4fa7c6065 peer: properly thread through context for msgmux and protofsm Olaoluwa Osuntokun 2025-02-07 18:12:37 -08:00
  • 4d72d962c1 lnwallet/chancloser: enforce pubkey binding for msg mapper Olaoluwa Osuntokun 2025-02-07 18:10:45 -08:00
  • f260a467b8 protofsm+lnwallet: update to use new msgmux.PeerMsg struct Olaoluwa Osuntokun 2025-02-07 18:09:38 -08:00
  • af3c488374 multi: thread thru RPC caller context from CloseChannel Olaoluwa Osuntokun 2025-02-10 18:34:34 -08:00
  • 04bfe382f0 input: add new ScriptIsOpReturn helper func Olaoluwa Osuntokun 2025-02-10 18:34:03 -08:00
  • cd279defcb lntest+itest: extend CloseChannelAssertPending Olaoluwa Osuntokun 2024-03-07 20:16:26 -08:00
  • 7c761ce7e8 lntest: fix error message in WaitForChannelCloseEvent Olaoluwa Osuntokun 2024-03-07 20:15:29 -08:00
  • 135b1d186f lnd: register protofsm logger Olaoluwa Osuntokun 2024-03-07 20:15:06 -08:00
  • 4d254466d2 peer+rpc: set new rbf coop close rbf update fields Olaoluwa Osuntokun 2024-03-07 20:14:52 -08:00
  • 94f3d32f8a lnrpc: add fee rate and local close bool to PendingUpdate Olaoluwa Osuntokun 2024-03-07 20:14:19 -08:00
  • c628dffdaa peer: attempt to unregister endpoint before registering Olaoluwa Osuntokun 2024-03-07 20:13:23 -08:00
  • c56adb4205 peer: make activeChanCloses a SyncMap Olaoluwa Osuntokun 2024-03-07 20:12:21 -08:00
  • 4828286b09 lnwallet/chancloser: ignore spurious channel flushed events Olaoluwa Osuntokun 2024-03-07 20:10:27 -08:00
  • 5ed43d4ab9 lnwallet/chancloser: add fee rate to ClosePending Olaoluwa Osuntokun 2024-03-07 20:08:13 -08:00
  • 54b75aacf3 protofsm: don't return error on broadcast fail Olaoluwa Osuntokun 2024-03-07 20:05:49 -08:00
  • 2b95e6ac12 itest: update async coop close itests to also use new rbf flow Olaoluwa Osuntokun 2024-03-05 00:20:33 -06:00
  • 82956e2bed server: thread through new NoRbfCoopClose option Olaoluwa Osuntokun 2024-03-05 00:19:19 -06:00
  • 7be9ffab9e lncfg: add new protocol option - RbfCoopClose Olaoluwa Osuntokun 2024-03-05 00:18:34 -06:00
  • 6b1a24a94b feature: add new NoRbfCoopClose option Olaoluwa Osuntokun 2024-03-05 00:18:17 -06:00
  • 04447d2d23 peer: conditionally create rbf coop close fsm based on feature bits Olaoluwa Osuntokun 2024-03-05 00:15:46 -06:00
  • bfc09b44b5 peer: conditionally create new RBF chan closer Olaoluwa Osuntokun 2024-01-31 19:51:37 -08:00
  • 0c66cb1ac9 peer: create ErrorReporter implementation for rbf-fsm Olaoluwa Osuntokun 2024-03-05 00:08:11 -06:00
  • e220ade866 peer: add new composite chanCloserFsm type Olaoluwa Osuntokun 2024-01-31 19:48:15 -08:00
  • 97da2eccd8 peer: add initial awareness of new rbf coop closer Olaoluwa Osuntokun 2024-01-31 19:27:03 -08:00
  • 9a97aadd1f peer: make a DaemonAdapter impl for lnd Olaoluwa Osuntokun 2024-01-31 19:25:43 -08:00
  • 5b4a2b940d peer: add an implementation of chancloser.ChanObserver Olaoluwa Osuntokun 2024-01-31 19:25:13 -08:00
  • 2be8078abc protofsm: add String() method to ProtocolState Olaoluwa Osuntokun 2025-02-07 18:17:27 -08:00
  • 3059ea6e7d htlcswitch: change LinkDirection to be a type alias Olaoluwa Osuntokun 2024-01-31 19:09:29 -08:00
  • 234eb82fb3 peer: move existing chan closer init logic to new method Olaoluwa Osuntokun 2024-01-30 18:01:20 -08:00
  • 7c5e2f633d feature: set optional bit for rbf-coop close by default Olaoluwa Osuntokun 2024-01-30 17:58:43 -08:00
  • bc0b1886d5 lnwire: add feature bits for new rbf coop close Olaoluwa Osuntokun 2024-01-30 17:58:10 -08:00
  • 4ccf4fc24c
    Merge pull request #9503 from lightningnetwork/0-18-5-branch-final v0.18.5-beta 0-18-5-branch Olaoluwa Osuntokun 2025-02-11 12:52:46 -08:00
  • 51f83a2fe4
    Merge e490347256 into fbc668ca53 Oliver Gugger 2025-02-11 19:31:24 +00:00
  • e490347256
    docs: add release notes Oliver Gugger 2025-02-11 17:39:33 +01:00
  • 716db8b7d3
    htlcswitch+routing: return IsHandled from AuxBandwidth Oliver Gugger 2025-02-11 17:16:06 +01:00
  • 5b3d3ffab6
    release: bump version to v0.18.5 Olaoluwa Osuntokun 2025-02-11 10:15:23 -08:00
  • 66b8ddf848
    Merge 0eec1e8cbd into fbc668ca53 Alex Akselrod 2025-02-11 17:41:38 +00:00
  • 8d61f560c3
    Merge 1ec1b8e9e7 into fbc668ca53 Alex Bosworth 2025-02-11 17:40:27 +00:00
  • e137ef207b
    Merge 1d2a0483f5 into fbc668ca53 dstadulis 2025-02-11 17:38:40 +00:00
  • 36701b79d5
    Merge 5b5324feea into fbc668ca53 Harsha 2025-02-11 17:38:12 +00:00