[TS] Update auto-generated bindings to LDK-C-Bindings 0.0.123.1
[ldk-java] / src / main / java / org / ldk / batteries /
2024-05-16 Matt CoralloMerge pull request #161 from TheBlueMatt/main v0.0.123.0
2024-05-13 Matt Corallo[Java] Update CMC and Human peer test to LDK 0.0.123
2024-05-13 Matt CoralloAvoid manual memory management in NioPeerHandler
2024-01-29 Matt CoralloMerge pull request #146 from TheBlueMatt/main
2024-01-29 Matt Corallo[Java] Update batteries and tests to LDK 0.0.121
2023-10-30 Matt CoralloMerge pull request #141 from TheBlueMatt/main v0.0.118.0
2023-10-30 Matt Corallo[Java] Build an `OnionMessenger` in CMC, connect ChanMa...
2023-10-10 Matt CoralloMerge pull request #139 from TheBlueMatt/main
2023-10-06 Matt Corallo[Java] Update batteries and tests to LDK 0.0.117
2023-07-31 Matt CoralloMerge pull request #135 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt Corallo[Java] Update test and manual constructor to 0.0.116 API
2023-06-05 Matt CoralloMerge pull request #134 from TheBlueMatt/main v0.0.115.1
2023-06-01 Matt Corallo[Java] Correctly set `gossip_sync` in `ChannelManagerCo...
2023-06-01 Matt Corallo[Java] Fix P2P graph sync when enabled in ChannelManage...
2023-05-25 Matt CoralloMerge pull request #133 from keyuebao/keyue/issue-132
2023-05-25 Keyue Bao[Java] Update ChannelManagerConstructor
2023-03-10 Matt CoralloMerge pull request #126 from TheBlueMatt/main
2023-03-09 Matt Corallo[Java] Allow the user to hook route-finding when using CMC
2023-03-08 Matt Corallo[Java] Expose the ProbabilisticScorer from the CMC...
2023-03-08 Matt Corallo[Java] Update batteries to latest upstream (0.0.114...
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2022-11-08 Matt CoralloOnly set up `NioPeerHandler` after chain sync completes
2022-10-28 Matt CoralloMerge pull request #120 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt Corallo[Java] Update ChannelManagerConstructor to latest upstr...
2022-10-03 Matt CoralloMerge pull request #119 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt Corallo[Java] Update ChannelManagerConstructor and tests to...
2022-06-29 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.108.0
2022-06-29 Matt Corallo[Java] Update batteries and tests to 0.0.108
2022-05-26 Matt CoralloMerge pull request #100 from TheBlueMatt/main
2022-05-26 Matt CoralloAdd note about garbage collection of the chan man const...
2022-04-15 Matt CoralloMerge pull request #94 from TheBlueMatt/main
2022-04-14 Matt Corallo[Java] Update LDK batteries to latest upstream API
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt Corallo[Java] Update tests + batteries to latest upstream API
2022-02-02 Matt CoralloMerge pull request #82 from TheBlueMatt/main
2022-02-02 Matt Corallo[Java] Close all sockets cleanly on `NioPeerHandler...
2022-02-02 Matt Corallo[Java] More carefully ensure sockets are closed in...
2022-01-18 Matt Corallo[Java] Stop processing net before we stop the backgroun...
2022-01-07 Matt CoralloMerge pull request #72 from TheBlueMatt/main
2022-01-05 Matt CoralloUpdate tests and batteries to new result API
2021-12-21 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.104.0
2021-12-21 Matt CoralloUpdate tests and batteries for new 0.0.104 API, fix...
2021-12-21 Matt CoralloWork around Java's insane lack of finalization guarantees
2021-12-05 Matt Corallothrow InvalidSerializedDataException on duplicate Chann...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-01 Matt CoralloUse new is_ok functions for Result checks in hand-writt...
2021-11-25 Matt CoralloAllow users to specify a `UserConfig` when de-ser'ing...
2021-11-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2021-11-04 Matt CoralloAdd support for InvoicePayer to ChannelManagerConstruct...
2021-11-04 Matt CoralloFix race condition in NioPeerHandler on `socket_disconn...
2021-10-10 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.101.3
2021-10-10 Matt CoralloAggressively avoid object creation during message read...
2021-10-10 Matt Corallo[NioPeerHandler] Un-set Read interest when we fail...
2021-09-28 Matt CoralloMerge pull request #47 from TheBlueMatt/main
2021-09-28 Matt CoralloEnsure listening sockets are closed to work around...
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
2021-09-27 Matt CoralloUpdate batteries to new Tuple-mapping API
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-25 Matt CoralloUpdate batteries and tests to latest upstream API
2021-09-24 Matt CoralloRename ChannelManagerConstructor.ChannelManagerPersiste...
2021-09-04 Matt CoralloDrop dup PeerManager tiemr_tick_occurred calls from...
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloAdd a simple wrapper for `disconnect_by_node_id` in...
2021-08-09 Matt CoralloUse findbugs for Nullable annotations instead of jetbrains
2021-07-10 Matt CoralloMerge pull request #29 from TheBlueMatt/main
2021-07-09 Matt CoralloDrop disconnect_socket blocking in NioPeerHandler for... v0.0.99.0
2021-06-16 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-06-16 Matt CoralloDo not rely on assertions being enabled in ChannelManag...
2021-06-12 Matt CoralloMerge pull request #21 from TheBlueMatt/main
2021-06-12 Matt CoralloAvoid use of covariant return type change fns fixing... v0.0.98.1
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-08 Matt CoralloUpdate tests and Constructor to new APIs
2021-06-08 Matt CoralloExpand and update ChannelManagerConstructor+tests for...
2021-06-08 Matt CoralloSlightly reduce race conditions in NioPeerHandler
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
2021-04-16 Matt CoralloUpdate tests for latest upstream API, sadly disabling...
2021-03-31 Matt CoralloMerge pull request #16 from TheBlueMatt/2021-03-backgro...
2021-03-31 Matt CoralloAdapt ChannelManagerConstructor to persist ChannelManag...
2021-03-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-21 Matt CoralloWork around buggy Android nio implementation in batteries
2021-03-18 Matt CoralloMerge pull request #10 from galderz/t_compilation_error
2021-03-18 Galder ZamarreñoUpdate API usages after bindings update
2021-03-12 Arik SosmanMerge pull request #7 from TheBlueMatt/2021-03-tweaks
2021-03-10 Matt CoralloAdd a timeout to NioPeerHandler.connect 2021-03-tweaks
2021-03-10 Matt CoralloAdd comment noting duplicate load_outputs_to_watch...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloUse the new ChannelMonitor util functions and test...
2021-03-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
2021-03-06 Matt CoralloUpdate tests to latest upstream
2021-03-05 Arik SosmanMerge pull request #4 from TheBlueMatt/2021-03-init...
2021-03-05 Matt CoralloAdd deserialization/init helper class that overtorment... 2021-03-init-util
2021-02-02 Matt CoralloSmall tweaks to NioPeerHandler
2021-02-01 Matt CoralloAdd NioPeerHandler and associated test