ldk-java
2024-03-20 Matt Corallo[Java] Upgrade Android deterministic build to Debian... main
2024-03-13 Matt Corallo[Java] Update auto-generated bindings
2024-03-13 Matt CoralloAlso don't pass `--target` to clang on *-androideabi
2024-03-13 Matt CoralloMerge pull request #154 from TheBlueMatt/main
2024-03-13 Matt CoralloFix typo introduced in 2dc5209c398ec23e5ce4f2a287bb55c3...
2024-03-13 Matt CoralloMerge pull request #153 from TheBlueMatt/main
2024-03-13 Matt CoralloSkip passing the `--target` to clang on Android
2024-03-13 Matt CoralloMerge pull request #152 from siwatanejo/master
2024-03-13 siwatanejoCI: fix typo in git clone command
2024-03-13 Matt CoralloMerge pull request #150 from TheBlueMatt/main
2024-03-13 Matt Corallo[C#] Very marginally clean up get_java_arr_elem conditi...
2024-03-13 Matt CoralloSkip the strip step on Windows
2024-03-13 Matt Corallo[Java] Ensure bindings statics run before enums call...
2024-03-13 Matt CoralloMerge pull request #151 from aarani/fixStringArrayDecode
2024-03-10 Afshin AraniCSharp: fix LDKStr array decoding
2024-03-07 Matt CoralloMerge pull request #148 from TheBlueMatt/main v0.0.121.2
2024-03-07 Matt CoralloMerge pull request #147 from TheBlueMatt/main
2024-03-06 Matt CoralloBuild macOS binaries in the CI-built release C# Nupkg
2024-03-02 Matt CoralloAlways use -march on x86, even when targeting MacOS.
2024-03-02 Matt CoralloFix `$IS_MAC` usage in c_sharp generation
2024-03-01 Matt CoralloPass -isysroot to $CC when targeting MacOS with MACOS_S...
2024-02-01 Matt CoralloStrip LLVM BC from resulting binaries v0.0.121.1
2024-02-01 Matt Corallo[C#] Use new X-Lang LTO for C# Windows builds
2024-02-01 Matt CoralloPass --target/-mcpu/-march/-mtune to all $CC calls
2024-02-01 Matt Corallo[C#] Use `Heap{Alloc,Free}` rather than `malloc`/`free...
2024-01-29 Matt CoralloMerge pull request #146 from TheBlueMatt/main
2024-01-29 Matt CoralloRestore android builds to Debian bullseye v0.0.121.0
2024-01-29 Matt CoralloFix Java CI determinism validation to ignore C# output
2024-01-29 Matt CoralloUpload CI-built release artifacts to enable better...
2024-01-29 Matt CoralloUpdate CI references to LDK 0.0.121 branches
2024-01-29 Matt Corallo[C#] Update tests to LDK 0.0.121 API
2024-01-29 Matt Corallo[C#] Update auto-generated C# bindings
2024-01-29 Matt Corallo[TS] Update tests for LDK 0.0.121 API
2024-01-29 Matt Corallo[TS] Update auto-generated bindings
2024-01-29 Matt Corallo[Java] Update batteries and tests to LDK 0.0.121
2024-01-29 Matt Corallo[Java] Update auto-generated Java bindings to LDK 0...
2024-01-29 Matt CoralloDrop old manual implementations of the `Tx{In,Out}...
2024-01-29 Matt CoralloAdd manual implementation of the new `WitnessVersion...
2024-01-29 Matt Corallo[TS] Add one additional call function semantic
2024-01-29 Matt Corallo[C#] Free array buffers passed to C# after we've decode...
2024-01-29 Matt Corallo[C#] Use an instance of the callback delegate, not...
2024-01-29 Matt Corallo[C#] Check int lengths at compile time
2024-01-29 Matt Corallo[Java] Fix libcode.version argument to not reference C#
2024-01-29 Matt Corallo[Java] Re-introduce glibc versioning checks, but only...
2023-11-17 Matt CoralloMerge pull request #145 from TheBlueMatt/main
2023-11-16 Matt Corallo[C#] Upload the release zip as a CI artifact v0.0.118.0-alpha1
2023-11-16 Matt CoralloTreat Fedora like Linux...because they think they're...
2023-11-16 Matt Corallo[C#] Update auto-generated bindings
2023-11-16 Matt Corallo[C#] Add -lntdll to windows builds as rustc relies...
2023-11-16 Matt Corallo[C#] Fix compile warnings which have become errors...
2023-11-16 Matt Corallo[C#] Switch to net6.0 for the "target", though unclear...
2023-11-16 Matt Corallo[C#] Switch to `dotnet` for releases
2023-11-16 Matt Corallo[C#] Set the "build id" to a dummy value to improve...
2023-11-16 Matt Corallo[C#] Use faketime explicitly when compiling
2023-11-11 Matt CoralloMerge pull request #144 from TheBlueMatt/main
2023-11-11 Matt CoralloUpdate README to remove stale build instructions, menti...
2023-11-11 Matt CoralloMerge pull request #143 from TheBlueMatt/main
2023-11-11 Matt Corallo[C#] Set license URL to the deprecated marker, fix...
2023-11-11 Matt CoralloMerge pull request #142 from TheBlueMatt/main
2023-11-11 Matt Corallo[C#] Add CI testing for C#
2023-11-11 Matt Corallo[C#] Update build commands to match Java, add win and...
2023-11-11 Matt Corallo[C#] Add packaging artifacts to build a .nuget zip
2023-11-10 Matt Corallo[C#] Add some initial C# tests
2023-11-10 Matt Corallo[C#] Update auto-generated C# bindings
2023-11-10 Matt Corallo[C#] Drop reference to `assert` which makes building...
2023-11-09 Matt Corallo[C#] Remove version file which should not have been...
2023-11-09 Matt Corallo[C#] Add `-unsafe` to mono-csc and build C library
2023-11-09 Matt Corallo[C#] Drop marshalling generation
2023-11-09 Matt Corallo[C#] Move C# side to a TypeScript-based array/string...
2023-11-09 Matt Corallo[C#] Rewrite trait impl based on typescript, not Java
2023-11-09 Matt Corallo[C#] Move dont-use-reserved-words handling to a util...
2023-11-07 Matt Corallo[C#] Correct a few things after converting C array...
2023-10-30 Matt CoralloMerge pull request #141 from TheBlueMatt/main v0.0.118.0
2023-10-30 Matt Corallo[Java] Check determinism of the leaktracking Linux...
2023-10-30 Matt Corallo[Java] Give up on javadoc entirely as we just cannot...
2023-10-30 Matt Corallo[Java] Drop legacy glibc support in release builds
2023-10-30 Matt CoralloUpdate CI references to LDK 0.0.118
2023-10-30 Matt Corallo[TS] Update tests to LDK 0.0.118
2023-10-30 Matt Corallo[TS] Update auto-generated bindings to LDK 0.0.118
2023-10-30 Matt Corallo[Java] Update tests to LDK 0.0.118
2023-10-30 Matt Corallo[Java] Build an `OnionMessenger` in CMC, connect ChanMa...
2023-10-30 Matt Corallo[Java] Update auto-generated bindings to LDK 0.0.118
2023-10-16 Matt Corallo[TS + C#] Correct indentation in enum variant-fetching...
2023-10-16 Matt CoralloCorrect unitary enum C type variable name
2023-10-10 Matt CoralloMerge pull request #140 from TheBlueMatt/main
2023-10-10 Matt CoralloAdd missing cargo env load for CI
2023-10-10 Matt CoralloMerge pull request #139 from TheBlueMatt/main
2023-10-07 Matt CoralloPin memchr to meet MSRVs during builds
2023-10-07 Matt CoralloSimplify and make less scary the current status listing
2023-10-07 Matt CoralloUpdate CI references to 0.0.117
2023-10-07 Matt Corallo[TS] Update tests and node-net for new LDK 0.0.117 API
2023-10-07 Matt Corallo[TS] Update auto-generated bindings to 0.0.117
2023-10-07 Matt Corallo[TS] Correct trait construction with multiple supertraits
2023-10-07 Matt Corallo[TS] Handle from-hu string array conversions
2023-10-07 Matt Corallo[TS] Don't null-check array conversions that aren't...
2023-10-07 Matt Corallo[Java] Test random strings in invoice description to...
2023-10-06 Matt Corallo[Java] Add a new HOPT form with a one level keys wrapper
2023-10-06 Matt Corallo[Java] Update batteries and tests to LDK 0.0.117
2023-10-06 Matt Corallo[Java] Update auto-generated bindings to 0.0.117
2023-10-02 Matt Corallo[Java] Properly convert strings to/from Modified UTF-8
next