Commit graph

  • 9912c2583d
    graph/db: move cache write for UpdateEdgePolicy Elle Mouton 2025-02-17 13:15:49 -03:00
  • 64d7705700
    graph/db: move cache write for MarkEdgeZombie Elle Mouton 2025-02-25 11:31:03 +02:00
  • 4dcc354b50
    graph/db: move FilterKnownChanIDs zombie logic up one layer Elle Mouton 2025-02-19 06:24:17 -03:00
  • 095c4b9a55
    Update LICENSE Maxim Evtush 2025-02-26 15:06:20 +01:00
  • aafbc989ce
    Merge pull request #9551 from ellemouton/graph15 Elle 2025-02-26 15:47:51 +02:00
  • e3d9fcb5ac
    Merge pull request #9549 from yyforyongyu/fix-bitcond-test Oliver Gugger 2025-02-26 07:23:30 -06:00
  • f2f47438ec
    graph/db: move cache writes for Prune methods Elle Mouton 2025-02-17 12:58:51 -03:00
  • 16e3ee216f
    graph/db: move cache update out of pruneGraphNodes Elle Mouton 2025-02-17 12:41:57 -03:00
  • a5145b48a3
    graph/db: move some cache writes to ChannelGraph. Elle Mouton 2025-02-17 12:34:53 -03:00
  • cfa4341740
    routing: fix flake in TestFilteredChainView/bitcoind_polling yyforyongyu 2025-02-26 03:39:05 +08:00
  • 56fa3aae34
    routing/chainview: refactor TestFilteredChainView yyforyongyu 2025-02-25 22:12:25 +08:00
  • 4bfcfea2ee
    lntest+chainntnfs: make sure bitcoind node is synced yyforyongyu 2025-02-25 21:48:13 +08:00
  • 99d49dec6a
    multi: change NewBitcoindBackend to take a miner as its param yyforyongyu 2025-02-25 21:33:16 +08:00
  • c725ba9f25
    docs: update release notes re flake fix yyforyongyu 2025-02-25 16:54:56 +08:00
  • 1618d2c789
    chainntnfs+lntest: fix sync to miner block flake yyforyongyu 2025-02-25 16:48:25 +08:00
  • 4b66cf9e42
    graph/db: refactor delChannelEdgeUnsafe to return edge info Elle Mouton 2025-02-17 12:31:30 -03:00
  • a3953875f9
    Merge pull request #9550 from ellemouton/graph14 Elle 2025-02-26 13:50:03 +02:00
  • 3b97467107
    graph/db: move various cache write calls to ChannelGraph Elle Mouton 2025-02-18 14:48:46 -03:00
  • 23330ebe68
    graph/db: move cache read checks to ChannelGraph. Elle Mouton 2025-02-18 14:27:00 -03:00
  • c0dde0e640 peer: update chooseDeliveryScript to gen script if needed Olaoluwa Osuntokun 2025-02-25 18:55:06 -08:00
  • db2f6699f3 docs/release-notes: add rbf coop close section Olaoluwa Osuntokun 2025-02-11 17:33:34 -08:00
  • c065d31829 multi: extract new DeriveHeightHint() function, use for new rbf closer Olaoluwa Osuntokun 2025-02-10 19:05:52 -08:00
  • 3f05836f2e itest: add new RBF coop close itest Olaoluwa Osuntokun 2025-02-07 18:26:52 -08:00
  • 911a0d8670 multi: enable RBF co-op bumps after reconnection Olaoluwa Osuntokun 2025-02-07 18:25:49 -08:00
  • 99215a737c peer: update rbf close client logic w/ error and iteration awareness Olaoluwa Osuntokun 2025-02-07 18:25:07 -08:00
  • 64fb8b8e11 lnwallet: implement special case for OP_RETURN in rbf-coop Olaoluwa Osuntokun 2025-02-07 18:22:15 -08:00
  • 867d372582 protofsm: update state machine w/ new spec flow Olaoluwa Osuntokun 2025-02-07 18:21:06 -08:00
  • e9f2088b73 lnwire: update closing_complete and closing_sig to latest spec draft Olaoluwa Osuntokun 2025-02-07 18:15:36 -08:00
  • 362bf3f81d peer: properly thread through context for msgmux and protofsm Olaoluwa Osuntokun 2025-02-07 18:12:37 -08:00
  • 3fd2ce43c1 lnwallet/chancloser: enforce pubkey binding for msg mapper Olaoluwa Osuntokun 2025-02-07 18:10:45 -08:00
  • 3af6f72be8 protofsm+lnwallet: update to use new msgmux.PeerMsg struct Olaoluwa Osuntokun 2025-02-07 18:09:38 -08:00
  • 91a2f6e8d1 multi: thread thru RPC caller context from CloseChannel Olaoluwa Osuntokun 2025-02-10 18:34:34 -08:00
  • 9734d44dad input: add new ScriptIsOpReturn helper func Olaoluwa Osuntokun 2025-02-10 18:34:03 -08:00
  • 988dd69612 lntest+itest: extend CloseChannelAssertPending Olaoluwa Osuntokun 2024-03-07 20:16:26 -08:00
  • b1a91d2027 lntest: fix error message in WaitForChannelCloseEvent Olaoluwa Osuntokun 2024-03-07 20:15:29 -08:00
  • 4aadffcc25 lnd: register protofsm logger Olaoluwa Osuntokun 2024-03-07 20:15:06 -08:00
  • 3f20ac3e95 peer+rpc: set new rbf coop close rbf update fields Olaoluwa Osuntokun 2024-03-07 20:14:52 -08:00
  • 1db36406a8 lnrpc: add fee rate and local close bool to PendingUpdate Olaoluwa Osuntokun 2024-03-07 20:14:19 -08:00
  • c62b6f07e3 peer: attempt to unregister endpoint before registering Olaoluwa Osuntokun 2024-03-07 20:13:23 -08:00
  • f1bf48c93d peer: make activeChanCloses a SyncMap Olaoluwa Osuntokun 2024-03-07 20:12:21 -08:00
  • 47044d567e lnwallet/chancloser: ignore spurious channel flushed events Olaoluwa Osuntokun 2024-03-07 20:10:27 -08:00
  • e6987b10a9 lnwallet/chancloser: add fee rate to ClosePending Olaoluwa Osuntokun 2024-03-07 20:08:13 -08:00
  • 0949171e12 protofsm: don't return error on broadcast fail Olaoluwa Osuntokun 2024-03-07 20:05:49 -08:00
  • 5d4d2db35b itest: update async coop close itests to also use new rbf flow Olaoluwa Osuntokun 2024-03-05 00:20:33 -06:00
  • e36ac917b3 server: thread through new NoRbfCoopClose option Olaoluwa Osuntokun 2024-03-05 00:19:19 -06:00
  • ee60824b47 lncfg: add new protocol option - RbfCoopClose Olaoluwa Osuntokun 2024-03-05 00:18:34 -06:00
  • bbfbc38ca8 feature: add new NoRbfCoopClose option Olaoluwa Osuntokun 2024-03-05 00:18:17 -06:00
  • 995fb32f90 peer: conditionally create rbf coop close fsm based on feature bits Olaoluwa Osuntokun 2024-03-05 00:15:46 -06:00
  • d7b2a18932 peer: conditionally create new RBF chan closer Olaoluwa Osuntokun 2024-01-31 19:51:37 -08:00
  • 45bd9cb1d6 peer: create ErrorReporter implementation for rbf-fsm Olaoluwa Osuntokun 2024-03-05 00:08:11 -06:00
  • c896826146 peer: add new composite chanCloserFsm type Olaoluwa Osuntokun 2024-01-31 19:48:15 -08:00
  • c8b0092665 peer: add initial awareness of new rbf coop closer Olaoluwa Osuntokun 2024-01-31 19:27:03 -08:00
  • 4b36565e56 peer: make a DaemonAdapter impl for lnd Olaoluwa Osuntokun 2024-01-31 19:25:43 -08:00
  • 8b8e600177 peer: add an implementation of chancloser.ChanObserver Olaoluwa Osuntokun 2024-01-31 19:25:13 -08:00
  • f87bb047d3 protofsm: add String() method to ProtocolState Olaoluwa Osuntokun 2025-02-07 18:17:27 -08:00
  • ab3d935a82 htlcswitch: change LinkDirection to be a type alias Olaoluwa Osuntokun 2024-01-31 19:09:29 -08:00
  • cfd991ed40 peer: move existing chan closer init logic to new method Olaoluwa Osuntokun 2024-01-30 18:01:20 -08:00
  • 0f290eb491 feature: set optional bit for rbf-coop close by default Olaoluwa Osuntokun 2024-01-30 17:58:43 -08:00
  • 5064ee4798 lnwire: add feature bits for new rbf coop close Olaoluwa Osuntokun 2024-01-30 17:58:10 -08:00
  • d919ca1a80
    Merge 36c713bbe3 into 5d3680a6f6 Johan T. Halseth 2025-02-25 13:34:16 +00:00
  • 175301628f
    lntest/unittest: make sure miner is connected to bitcoind yyforyongyu 2025-02-25 16:45:36 +08:00
  • 245ea85894
    lntest/unittest: assert bitcoind is shut down yyforyongyu 2025-02-25 16:44:18 +08:00
  • 7666d62a43
    lntest/unittest: update config for miner and bitcoind yyforyongyu 2025-02-25 16:38:06 +08:00
  • fa8527af09
    Makefile+scripts: add unit test flake hunter yyforyongyu 2025-02-24 18:47:44 +08:00
  • 83ed7dfcfd
    Merge pull request #9545 from ellemouton/graph13 Elle 2025-02-25 11:12:25 +02:00
  • 523cdaa3c8
    graph/db: let ChannelGraph init the graphCache Elle Mouton 2025-02-18 14:23:03 -03:00
  • 707b2641e8
    multi: add ChannelGraph Config struct Elle Mouton 2025-02-18 13:48:11 -03:00
  • 3912d5eec4
    graph/db: rename Options to KVStoreOptions Elle Mouton 2025-02-18 13:39:43 -03:00
  • 5d3680a6f6
    Merge pull request #9484 from Abdulkbk/refactor-makedir Oliver Gugger 2025-02-25 01:00:45 -06:00
  • b8c5e85821
    Merge pull request #8900 from guggero/go-cc Oliver Gugger 2025-02-25 00:59:14 -06:00
  • fca9fae2d8
    Merge pull request #9433 from hieblmi/estimate-route-fee-fix Yong 2025-02-25 13:58:43 +08:00
  • 0b78ea05fe
    macaroons: ip range constraint Slyghtning 2025-02-24 13:09:21 +01:00
  • f867954a68
    docs: update release notes Slyghtning 2025-01-22 16:58:40 +01:00
  • 6399d77c18
    routerrpc: fix estimateroutefee for public route hints Slyghtning 2025-01-22 16:04:33 +01:00
  • 8924d3bced
    Merge pull request #9533 from ellemouton/graph12 Elle 2025-02-24 04:14:44 -03:00
  • ad021a290d
    Makefile: add GOCC variable Oliver Gugger 2024-07-08 15:34:47 +02:00
  • 4eca3b90fe
    multi: fix payment failure overwrite ziggie 2025-02-22 11:40:56 +01:00
  • 2cf7597f92
    graph/db: move Topology client management to ChannelGraph Elle Mouton 2025-02-19 08:48:30 -03:00
  • 51dc0c4aa9
    graph/db: populate the graph cache in Start instead of during construction Elle Mouton 2025-02-19 07:58:22 -03:00
  • 78f1081557
    multi: add Start and Stop methods for ChannelGraph Elle Mouton 2025-02-19 07:51:54 -03:00
  • 8c22c63755
    graph/db: completely remove cache from KVStore Elle Mouton 2025-02-18 15:06:33 -03:00
  • 9341fde227
    graph/db: move cache write for UpdateEdgePolicy Elle Mouton 2025-02-17 13:15:49 -03:00
  • 74a5d10bb2
    graph/db: move cache write for MarkEdgeZombie Elle Mouton 2025-02-19 06:26:57 -03:00
  • 96eac79aa1
    graph/db: move FilterKnownChanIDs zombie logic up one layer Elle Mouton 2025-02-19 06:24:17 -03:00
  • 36d0d4d155
    graph/db: move cache writes for PruneGraph Elle Mouton 2025-02-17 12:58:51 -03:00
  • f3e89a1e83
    graph/db: move cache update out of pruneGraphNodes Elle Mouton 2025-02-17 12:41:57 -03:00
  • e9d8e4ab09
    graph/db: move more cache writes to ChannelGraph. Elle Mouton 2025-02-17 12:34:53 -03:00
  • 2b475b2442
    graph/db: refactor delChannelEdgeUnsafe to return edge info Elle Mouton 2025-02-17 12:31:30 -03:00
  • 310494be43
    graph/db: move various cache write calls to ChannelGraph Elle Mouton 2025-02-18 14:48:46 -03:00
  • 8b0b75c421
    graph/db: move cache read checks to ChannelGraph. Elle Mouton 2025-02-18 14:27:00 -03:00
  • 49517904eb
    graph/db: let ChannelGraph init the graphCache Elle Mouton 2025-02-18 14:23:03 -03:00
  • 12cc8c41c1
    multi: add ChannelGraph Config struct Elle Mouton 2025-02-18 13:48:11 -03:00
  • 136290bfa4
    graph/db: rename Options to KVStoreOptions Elle Mouton 2025-02-18 13:39:43 -03:00
  • d2ec455c0e
    graph/db: fix linter issues of old code Elle Mouton 2025-02-19 07:03:20 -03:00
  • 586dc8f36a
    graph/db: rename ChannelGraph and introduce the new ChannelGraph layer Elle Mouton 2025-02-18 13:19:50 -03:00
  • 8332ba62be
    graph/db: rename graph.go file Elle Mouton 2025-02-18 13:10:07 -03:00
  • 5fe900d18d
    Merge pull request #9534 from ellemouton/graph13 Oliver Gugger 2025-02-21 08:38:35 -06:00
  • c89b616e7d
    graph: refactor Builder network message handling Elle Mouton 2025-02-20 10:40:15 -03:00
  • 1227eb1cce
    Merge pull request #9491 from ziggie1984/closechannel-rpc Oliver Gugger 2025-02-21 05:05:53 -06:00
  • 27440e8957
    Merge pull request #9535 from guggero/remove-caching Olaoluwa Osuntokun 2025-02-20 16:57:55 -08:00