Commit Graph

  • ab4297e127
    lnwallet/chancloser: use block height as lock time for rbf-coop Olaoluwa Osuntokun 2024-11-21 20:05:12 -08:00
  • 540d3c0fc7
    multi: switch to lock time from sequence for coop close v2 Olaoluwa Osuntokun 2024-09-24 15:35:55 +09:00
  • 2decea86d8
    lnwallet/chancloser: add unit tests for new rbf coop close Olaoluwa Osuntokun 2024-02-28 20:29:37 -06:00
  • 6b90254fd3
    lnwallet/chancloser: create a MsgMapper for the protofsm rbf close Olaoluwa Osuntokun 2024-01-31 19:24:08 -08:00
  • e47a632745
    lnwallet/chancloser: add state transitions for new protofsm rbf closer Olaoluwa Osuntokun 2024-01-31 19:23:19 -08:00
  • f6525c9e7d
    lnwallet: add ability to specify custom sequence for co-op close tx Olaoluwa Osuntokun 2024-01-31 19:23:03 -08:00
  • 62a3db1cc2
    lnwallet/chancloser: add states for new protofsm rbf closer Olaoluwa Osuntokun 2024-01-31 19:17:38 -08:00
  • 4791fc6082
    protofsm: eliminate outer option layer in EmmittedEvent Olaoluwa Osuntokun 2024-12-06 20:39:07 +01:00
  • 3447484a66
    Merge branch '0-18-4-branch-rc2-9316' into 0-18-4-branch-rc2 Oliver Gugger 2024-12-10 22:29:38 +01:00
  • 71eb1ae57d
    docs: add release-notes for 18.4 ziggie 2024-12-10 11:41:10 +01:00
  • 4c61411802
    routing: bugfix for mc reporting of blinded paths ziggie 2024-12-09 22:18:27 +01:00
  • a1e5dfc266
    routing: add pathfinding test ziggie 2024-12-09 22:17:22 +01:00
  • c579a6bf2f
    routing: improve lasthoppaylaod size calculation ziggie 2024-12-09 22:15:21 +01:00
  • eb93eb7ee9
    routing: Use NUMS point for blinded paths ziggie 2024-12-09 22:08:43 +01:00
  • 0b90d3c3c2
    input: export NUMS key parser. ziggie 2024-12-04 08:56:59 +01:00
  • 7a3401555c
    Merge pull request #9316 from ziggie1984/fix-blindedpath-mc Oliver Gugger 2024-12-10 20:22:15 +01:00
  • 101311debb
    docs: fix typos in release-notes 19.0 ziggie 2024-12-10 11:41:28 +01:00
  • 2610663658
    docs: add release-notes for 18.4 ziggie 2024-12-10 11:41:10 +01:00
  • decfdb68ac
    routing: bugfix for mc reporting of blinded paths ziggie 2024-12-09 22:18:27 +01:00
  • 9327940ac4
    routing: add pathfinding test ziggie 2024-12-09 22:17:22 +01:00
  • 3cec72ae9c
    routing: improve lasthoppaylaod size calculation ziggie 2024-12-09 22:15:21 +01:00
  • e47024b790
    routing: Use NUMS point for blinded paths ziggie 2024-12-09 22:08:43 +01:00
  • 8c9de4d605
    Merge pull request #9345 from ziggie1984/add-copy-method fn/v2.0.3 Oliver Gugger 2024-12-10 17:25:46 +01:00
  • e8ee087cbc
    fn: add deep copy interface. ziggie 2024-12-10 14:10:33 +01:00
  • 5867f0040f
    gomod: update btcd for shutdown fix yyforyongyu 2024-11-26 22:18:04 +08:00
  • f03e242515
    chainntnfs: ensure previous test succeeded before running yyforyongyu 2024-11-26 22:13:48 +08:00
  • df30b481c6
    input: export NUMS key parser. ziggie 2024-12-04 08:56:59 +01:00
  • fb429d658b
    Merge pull request #9330 from ProofOfKeags/update/fn2 Olaoluwa Osuntokun 2024-12-09 12:56:23 +01:00
  • c9ae63a5c8
    Merge pull request #9338 from yyforyongyu/fix-invoice-htlcs-order Oliver Gugger 2024-12-09 08:52:54 +01:00
  • 7374392abe
    lnrpc: sort Invoice.HTLCs based on HtlcIndex yyforyongyu 2024-12-05 23:39:37 +08:00
  • 5659c0184d
    Merge pull request #9337 from Guayaba221/patch-1 Oliver Gugger 2024-12-06 14:10:51 +01:00
  • ac59b06f59
    Update ruby.md planetBoy 2024-12-06 13:48:22 +01:00
  • f312064bfb
    build: bump version to v0.18.4-beta.rc2 Oliver Gugger 2024-12-05 21:49:08 +01:00
  • b63ac70113
    Merge branch '0-18-4-branch-rc2-9333' into 0-18-4-branch-rc2 Oliver Gugger 2024-12-05 21:47:45 +01:00
  • 72b4a1cb34
    multi: thread through and use AuxTrafficShaper Oliver Gugger 2024-12-04 12:03:55 +01:00
  • 662049681d
    htlcswitch: thread through packet's inbound wire records Oliver Gugger 2024-12-04 12:02:24 +01:00
  • 699e2b74f6
    multi: move routing.TlvTrafficShaper => htlcswitch.AuxTrafficShaper Oliver Gugger 2024-12-03 13:23:01 +01:00
  • f5ad1ee438
    Merge branch '0-18-4-branch-rc2-9324' into 0-18-4-branch-rc2 Oliver Gugger 2024-12-05 21:41:27 +01:00
  • ae227ce2c6
    docs: add release-notes ziggie 2024-11-13 17:01:29 +01:00
  • 7e228f22a8
    contractcourt: refactor start up of arbitrators ziggie 2024-12-03 15:42:14 +01:00
  • 366e48bced
    Merge pull request #9333 from guggero/aux-traffic-shaper-refactor Olaoluwa Osuntokun 2024-12-05 21:04:11 +01:00
  • 8d7f0853c7
    Merge pull request #9324 from ziggie1984/non-blocking-startup-chan-arbitrator Olaoluwa Osuntokun 2024-12-05 18:28:20 +01:00
  • 0004e31997
    docs: add release-notes ziggie 2024-11-13 17:01:29 +01:00
  • 17bc8827c5
    contractcourt: refactor start up of arbitrators ziggie 2024-12-03 15:42:14 +01:00
  • 86b3be71fe
    multi: thread through and use AuxTrafficShaper Oliver Gugger 2024-12-04 12:03:55 +01:00
  • a2e78c3984
    htlcswitch: thread through packet's inbound wire records Oliver Gugger 2024-12-04 12:02:24 +01:00
  • 117c6bc781
    multi: move routing.TlvTrafficShaper => htlcswitch.AuxTrafficShaper Oliver Gugger 2024-12-03 13:23:01 +01:00
  • ed2989ae33
    multi: update to fn v2 Keagan McClelland 2024-12-03 15:51:05 -07:00
  • fa309c9a0e
    Merge pull request #9329 from gijswijs/docs-skip-ci Oliver Gugger 2024-12-04 16:02:02 +01:00
  • e30e43e644
    Merge pull request #9331 from yyforyongyu/fix-lll Oliver Gugger 2024-12-04 08:48:21 +01:00
  • d108e14c5d
    multi: rename lll to ll and remove unused nolint yyforyongyu 2024-12-04 07:20:59 +08:00
  • 48fba10562
    Merge pull request #9257 from starius/estimatefeerate-regtest2 Oliver Gugger 2024-12-03 18:56:50 +01:00
  • 42a1d5e22b
    docs: clarify skipping the CI checks Gijs van Dam 2024-09-23 14:17:54 +02:00
  • ff2a1a4bbb
    Merge pull request #9318 from guggero/cross-compile-fix Olaoluwa Osuntokun 2024-12-03 04:47:03 -06:00
  • f4d5d4ed8a
    Merge pull request #9305 from ProofOfKeags/update/tlv-fn2 tlv/v1.3.0 Oliver Gugger 2024-12-03 09:12:14 +01:00
  • 0c9b65578f
    Merge pull request #9328 from guggero/golang-min-version Oliver Gugger 2024-12-02 11:22:57 +01:00
  • 0474b4ff20
    Merge pull request #9314 from ellemouton/slog1 Oliver Gugger 2024-12-02 09:53:31 +01:00
  • 2fdfa26268
    docs: update Golang minimum version in docs/INSTALL.md Oliver Gugger 2024-12-02 09:49:25 +01:00
  • 7692ced5f5
    multi: update comment on changing Go version Oliver Gugger 2024-12-02 09:48:26 +01:00
  • afbb9aa41c
    docs: add release note entry Elle Mouton 2024-11-27 10:19:14 +02:00
  • 8862ce99d5
    lnd: use errors.Is for error comparison Elle Mouton 2024-11-27 10:15:30 +02:00
  • ed4279b6f3
    lnd: update Main logs to use structured logging Elle Mouton 2024-11-27 10:15:07 +02:00
  • 32fbea2f85
    lnd: use structured logs in mkErr helper Elle Mouton 2024-11-27 10:12:11 +02:00
  • 755ad49440
    build: Append commit hash to the main LND context Elle Mouton 2024-11-27 10:03:10 +02:00
  • efe08b836e
    docs: add structured logging docs in code formatting rules doc Elle Mouton 2024-11-27 09:55:17 +02:00
  • a04f8dfd4f
    lnd: pass ctx to rest proxy Elle Mouton 2024-11-21 20:06:40 +02:00
  • c5d849e044
    .golangci: Replace lll with custom ll Elle Mouton 2024-11-29 11:27:03 +02:00
  • ab7aae0708
    multi: rename nolint:lll to nolint:ll Elle Mouton 2024-11-29 11:16:13 +02:00
  • 88f5369066
    tools+.: add custom linter configuration file Elle Mouton 2024-11-29 11:12:00 +02:00
  • bd55b2795b
    tools/linters: ignore log lines Elle Mouton 2024-11-29 11:08:19 +02:00
  • f6aff58a6d
    Merge pull request #9322 from hieblmi/fix-estimate-route-fee Oliver Gugger 2024-11-29 11:21:25 +01:00
  • 440cdb3172
    docs: update release notes Slyghtning 2024-11-29 10:23:10 +01:00
  • 85d89a5b41
    cmd: fix default timeout for estimateroutefee Slyghtning 2024-11-29 10:20:03 +01:00
  • 9637a8132e
    tools/linters: convert to LinterPlugin implementation Elle Mouton 2024-11-29 11:01:27 +02:00
  • acbcb771af
    tools/linters: Add copied golangci-lint lll linter code Elle Mouton 2024-11-29 10:39:32 +02:00
  • f2d9868906
    Merge pull request #9287 from Abhinav-Bansal751/master Oliver Gugger 2024-11-29 09:30:07 +01:00
  • 15c2161adf
    docs: update release notes elle-graphSourceAbstraction Elle Mouton 2024-11-04 11:11:59 +02:00
  • 791ac91990
    remove context.TODOs from tests Elle Mouton 2024-11-11 11:46:08 +02:00
  • c5cc6f1392
    routing: remove context.TODOs Elle Mouton 2024-11-11 11:15:46 +02:00
  • a28102ecd6
    netann: remove context.TODO Elle Mouton 2024-11-11 10:58:48 +02:00
  • 75b1069a08
    blindedpath: remove a context.TODO Elle Mouton 2024-11-13 10:25:57 +02:00
  • dcfffd6bda
    invoicesrpc: remove a context.TODO Elle Mouton 2024-11-13 10:16:15 +02:00
  • 2192bf4155
    lnd+chanbackup: thread contexts through Elle Mouton 2024-11-13 10:12:27 +02:00
  • f36fbd0e45
    graph+lnd: add BetweennessCentrality to GraphSource interface Elle Mouton 2024-11-12 09:14:12 +02:00
  • 80070618a7
    graph+lnd: add NetworkStats to GraphSource interface Elle Mouton 2024-11-12 09:03:52 +02:00
  • 372883ab81
    lnd+graph: add GraphBootstrapper to the GraphSource interface Elle Mouton 2024-11-12 08:49:34 +02:00
  • 0f33d41c55
    discovery: pass contexts to NetworkPeerBootstrapper methods Elle Mouton 2024-11-12 08:41:24 +02:00
  • 28415f5ef2
    graph+lnd: add various calls to GraphSource Elle Mouton 2024-11-12 08:24:32 +02:00
  • bfe6262b29
    graph+channeldb: add AddrSource interface to GraphSource Elle Mouton 2024-11-12 08:11:46 +02:00
  • 237151d9df
    netann+lnd: add netann.ChannelGraph to the GraphSource interface Elle Mouton 2024-11-11 16:48:58 +02:00
  • 6f3d45f5d9
    invoicesrpc: remove invoicerpc server's access to ChannelGraph pointer Elle Mouton 2024-11-11 16:43:38 +02:00
  • 9854bad720
    graph: add contexts to the ReadOnlyGraph interface Elle Mouton 2024-11-11 16:31:50 +02:00
  • aa2480464b
    graph: add ReadOnlyGraph interface to GraphSource interface Elle Mouton 2024-11-11 16:24:46 +02:00
  • 6c008ff8fb
    lnd+graph: add GraphSource interface and implementation Elle Mouton 2024-11-11 16:18:02 +02:00
  • 755065b6ab
    graph: rename directory from graphsession to session Elle Mouton 2024-11-13 09:19:29 +02:00
  • 9d389ad5f2
    graph: let FetchNodeFeatures take an optional read tx Elle Mouton 2024-11-08 15:49:45 +02:00
  • 488fa3e68a
    graph: remove unused ForEachNode method Elle Mouton 2024-11-08 15:41:35 +02:00
  • 506586a37e
    Merge pull request #9236 from ellemouton/moveGraphDBCode Oliver Gugger 2024-11-28 13:47:16 +01:00
  • 54dbaa60c9
    docs: add release notes entry for 9236 Elle Mouton 2024-11-01 14:01:51 +02:00
  • 439a6c7d6c
    multi: rename chan DB Open method to OpenForTesting Elle Mouton 2024-11-26 12:31:38 +02:00