@@ -41,18 +41,18 @@ default = []
4141# lightning-liquidity = { version = "0.2.0", features = ["std"] }
4242# lightning-macros = { version = "0.2.0" }
4343
44- # Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.2.0/
45- lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " , features = [" std" ] }
46- lightning-types = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " }
47- lightning-invoice = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " , features = [" std" ] }
48- lightning-net-tokio = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " }
49- lightning-persister = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " , features = [" tokio" ] }
50- lightning-background-processor = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " }
51- lightning-rapid-gossip-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " }
52- lightning-block-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " , features = [" rest-client" , " rpc-client" , " tokio" ] }
53- lightning-transaction-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
54- lightning-liquidity = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " , features = [" std" ] }
55- lightning-macros = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " }
44+ # Branch: https://github.com/moneydevkit/rust-lightning/tree/austin_mdk-608_reprocess-pending-htlcs
45+ lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " , features = [" std" ] }
46+ lightning-types = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " }
47+ lightning-invoice = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " , features = [" std" ] }
48+ lightning-net-tokio = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " }
49+ lightning-persister = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " , features = [" tokio" ] }
50+ lightning-background-processor = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " }
51+ lightning-rapid-gossip-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " }
52+ lightning-block-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " , features = [" rest-client" , " rpc-client" , " tokio" ] }
53+ lightning-transaction-sync = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
54+ lightning-liquidity = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " , features = [" std" ] }
55+ lightning-macros = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " }
5656
5757# lightning = { path = "../rust-lightning/lightning", features = ["std"] }
5858# lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -100,8 +100,8 @@ winapi = { version = "0.3", features = ["winbase"] }
100100
101101[dev-dependencies ]
102102# lightning = { version = "0.2.0", features = ["std", "_test_utils"] }
103- # Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.2.0/
104- lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " 736d3a87bf8f7220a2b2e2e0274bce94d1ae0e2a " , features = [" std" , " _test_utils" ] }
103+ # Branch: https://github.com/moneydevkit/rust-lightning/commits/austin_mdk-608_reprocess-pending-htlcs
104+ lightning = { git = " https://github.com/moneydevkit/rust-lightning" , rev = " b7d6a4783aed387ef5abbc9c745a9ff9a72efdcd " , features = [" std" , " _test_utils" ] }
105105# lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
106106proptest = " 1.0.0"
107107regex = " 1.5.6"
0 commit comments