ldk-java
2023-04-27 Matt CoralloExplicitly use bitcoinj 0.17 since I already did it v0.0.115.0
2023-04-26 Matt CoralloUpdate CI refernces to 0.0.115
2023-04-26 Matt Corallo[TS] Update auto-generated bindings to LDK 0.0.115
2023-04-26 Matt Corallo[TS] Support arrays of strings for LDK 0.0.115
2023-04-26 Matt Corallo[Java] Update tests to LDK 0.0.115
2023-04-26 Matt Corallo[Java] Update auto-generated bindings to 0.0.115
2023-04-26 Matt Corallo[Java] Don't use `wait` as a method name as its reserved
2023-04-26 Matt Corallo[Java] Handle array-of-strings for 0.0.115
2023-04-26 Matt CoralloAdd handling for new LDK types in 0.0.115
2023-04-05 Matt Corallo[TS] log when an exception is thrown inside of a trait...
2023-03-19 Matt Corallo[Python] Add python bindings hooks
2023-03-19 Matt CoralloMerge pull request #127 from TheBlueMatt/main v0.0.114.1
2023-03-17 Matt Corallo[TS] Update auto-generated bindings
2023-03-17 Matt CoralloAdd missing export of `UtilMethods`
2023-03-17 Matt Corallo[TS] Throw a reasonable error if two `NodeLDKNet`s...
2023-03-17 Matt CoralloRevert "Use yesterday's rustc on OSX as the release...
2023-03-10 Matt CoralloMerge pull request #126 from TheBlueMatt/main
2023-03-09 Matt CoralloUse yesterday's rustc on OSX as the release binaries...
2023-03-09 Matt CoralloWork around rustc regression in 1.68 on android
2023-03-09 Matt CoralloExport more CCs in an attempt to get OSX builds determi...
2023-03-09 Matt CoralloWork around actions brokenness
2023-03-09 Matt CoralloUpdate OSX CI build to LLVM 15.0.7 (matching release...
2023-03-09 Matt CoralloUpdate CI branches to LDK 0.0.114
2023-03-09 Matt Corallo[TS] Update auto-generated TS bindings
2023-03-09 Matt Corallo[Java] Update auto-generated Java bindings
2023-03-09 Matt Corallo[TS] Slightly improve logging in TS trait calls that...
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] Expose the finalizer of traits, as some traits...
2023-03-08 Matt Corallo[Java] Update tests to latest (0.0.114) LDK API, rm...
2023-03-08 Matt Corallo[Java] Update batteries to latest upstream (0.0.114...
2023-03-08 Matt Corallo[TS] Update tests to latest upstream (0.0.114) LDK API
2023-03-08 Matt CoralloSupport traits with supertraits of supertraits
2023-03-08 Matt CoralloSupport (fixed-length) arrays of 16-bit integers
2023-03-08 Matt CoralloEnsure enums generate a ref in owning structs
2023-01-18 Matt Corallo[TS] Remove unused variable in generator
2023-01-17 Matt CoralloPass fewer link-only args to compilation clang
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2023-01-14 Matt Corallo[TS] Update CI libicu package
2023-01-14 Matt CoralloFix WASM CI build due to Actions being trash
2023-01-14 Matt CoralloFix OSX CI to *actually* use upstream clang
2023-01-13 Matt Corallo[C#,Java] Fix building on OSX due to bug in latest...
2023-01-12 Matt Corallo[OSX] Update LLVM/clang to 15.0.3 (the latest x86_64...
2023-01-11 Matt CoralloUpdate CI references to 0.0.113
2023-01-11 Matt Corallo[C#] Check in initial auto-generated C# bindings
2023-01-11 Matt Corallo[C#] Add initial hooks, the C# code compiles, the C...
2023-01-11 Matt Corallo[Java] Update tests to 0.0.113 API
2023-01-11 Matt Corallo[TS] Update tests to 0.0.113 API
2023-01-11 Matt Corallo[TS] Update auto-generated TS bindings to 0.0.113
2023-01-11 Matt Corallo[Java] Update auto-generated Java bindings for 0.0.113
2023-01-11 Matt CoralloAdd some additional writing hooks which C# needs
2023-01-11 Matt Corallo[Java] Use util method where possible
2023-01-11 Matt Corallo[Java] Drop unused util methods
2023-01-11 Matt Corallo[TS] Support one more call function
2023-01-11 Matt CoralloNew manual U5 (from u5) and Witness types
2023-01-11 Matt CoralloAdd support for U128, passed as [u8; 16] but with human...
2022-12-27 Matt CoralloPass array type, not subty to primitive_arr_*_hu for...
2022-12-26 Matt CoralloRemove args_known and fix `(void)` parsing (duh, its...
2022-11-18 Matt CoralloMerge pull request #123 from tnull/patch-1
2022-11-18 Elias RohrerUpdate bindings branch to v0.0.112.
2022-11-08 Matt CoralloOnly set up `NioPeerHandler` after chain sync completes
2022-10-29 Matt Corallo[Java] Always log the LDK versions on startup
2022-10-28 Matt CoralloMerge pull request #120 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt CoralloUpdate CI references to 0.0.112
2022-10-28 Matt Corallo[TS] Update auto-generated TS bindings
2022-10-28 Matt Corallo[Java] Update auto-generated Java bindings
2022-10-28 Matt Corallo[TS] Be more aggressive with type checks
2022-10-28 Matt Corallo[TS] Apparently `console.log` doesn't actually throw...
2022-10-28 Matt Corallo[TS] Update TS Tests to latest upstream API and test OMs
2022-10-28 Matt Corallo[Java] Update Java Tests to latest upstream API
2022-10-28 Matt Corallo[Java] Update ChannelManagerConstructor to latest upstr...
2022-10-28 Matt Corallo[TS] Handle nullable arrays and objects in more cases
2022-10-28 Matt Corallo[Java] Handle nullable arrays
2022-10-28 Matt CoralloHandle optionally-null multi-dimentional arrays with...
2022-10-27 Matt Corallo[TS] Fix calling trait methods which return a simple...
2022-10-27 Matt Corallo[Java] Fix calling trait methods which return simple...
2022-10-06 Matt Corallo[TS] Test ChannelManager future notify completion
2022-10-06 Matt Corallo[TS] Update auto-generated bindings (with RGS)
2022-10-06 Matt Corallo[TS] Correct encodeUint64Array array view length
2022-10-03 Matt CoralloMerge pull request #119 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt Corallo[TS] Update auto-generated TS bindings
2022-10-03 Matt Corallo[Java] Update auto-generated Java files
2022-10-03 Matt Corallo[TS] Test OnionMessenger in TypeScript tests
2022-10-03 Matt Corallo[Java] Update ChannelManagerConstructor and tests to...
2022-10-03 Matt Corallo[TS] Update typescript tests to latest upstream API
2022-10-03 Matt CoralloUpdate CI references to 0.0.111
2022-10-03 Matt Corallo[TS] Fix generation for traits that have supertraits
2022-10-03 Matt Corallo[TS] Correct TS call semantics for some function types
2022-10-03 Matt CoralloAllow trait methods to return NULL-able objects
2022-10-03 Matt CoralloAdd support for mapping LDKBigEndianScalar manually...
2022-09-03 Matt CoralloMerge pull request #117 from TheBlueMatt/2022-08-fix-npe v0.0.110.3
2022-09-03 Matt Corallo[TS] Update auto-generated file
2022-09-03 Matt Corallo[Java] Update auto-generated Java structs
2022-09-03 Matt Corallo[TS+Java] Ensure we don't try to add a reference from...
2022-08-15 Matt CoralloMerge pull request #116 from TheBlueMatt/main
2022-08-15 Matt CoralloHandle socket errors (the same as socket closure)
2022-08-13 Matt CoralloMerge pull request #115 from TheBlueMatt/main v0.0.110.2
2022-08-13 Matt Corallo[TS] Update auto-generated TypeScript bindings
2022-08-13 Matt Corallo[Java] Update auto-generated Java bindings
2022-08-13 Matt CoralloAdd test for gossip data fetching
next