ldk-java
2021-06-11 Matt CoralloMerge pull request #20 from TheBlueMatt/main v0.0.98
2021-06-11 Matt CoralloUpdate auto-generated bindings with missed files and...
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-11 Matt CoralloUpdate auto-generated bindings
2021-06-11 Matt CoralloForce CPU target to Sandy Bridge when compiling
2021-06-11 Matt CoralloUse newly-exposed get_route in HumanObjectPeerTest
2021-06-10 Matt CoralloUpdate CI to not require git tags checked in and fix...
2021-06-08 Matt CoralloAvoid git version always appearing as dirty
2021-06-08 Matt CoralloUpdate tests and Constructor to new APIs
2021-06-08 Matt CoralloExpand the list of things exposed via UtilMethods
2021-06-08 Matt CoralloDrop the "LDK" prefix from unitary enums
2021-06-08 Matt CoralloExpand and update ChannelManagerConstructor+tests for...
2021-06-08 Matt CoralloHandle methods taking non-ref self by using standard...
2021-06-08 Matt CoralloHandle C -> Java calls from Rust-spawned threads
2021-06-08 Matt CoralloRedo constructor function names to feel more natural...
2021-06-08 Matt CoralloSlightly reduce race conditions in NioPeerHandler
2021-06-08 Matt CoralloUpdate test ChannelManagerConstructor and invoice parsi...
2021-05-03 Matt CoralloUse uint64_t instead of long for pointers represented...
2021-05-03 Matt CoralloExpose bindings versions and print on startup in debug...
2021-05-03 Matt CoralloSupport debug builds on Android by calling native log...
2021-05-01 Matt CoralloHandle LDKStr in other structs and fix string conversio...
2021-05-01 Matt CoralloHandle empty variant structs and enums in variants
2021-05-01 Matt CoralloUpdate HumanObjectPeerTest to print invoice in string...
2021-05-01 Matt CoralloUpdate tests for new upstream API and using invoicse
2021-05-01 Matt CoralloUse explicit return type var names instead of guessing
2021-05-01 Matt CoralloMap more methods that go in UtilMethods
2021-05-01 Matt CoralloDon't FREE things when we holds_ref if we're not callin...
2021-05-01 Matt CoralloHandle u5, LDKTwentyBytes, and LDKRecoverableSignature
2021-05-01 Matt CoralloFix genbindings.sh sed call on OSX
2021-04-22 Matt CoralloHandle calls which take strings as an argument in Java
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
2021-04-16 Matt CoralloFix CI
2021-04-16 Matt CoralloUpdate tests for latest upstream API, sadly disabling...
2021-04-16 Matt CoralloTest new block connection API and update tests to new API
2021-04-16 Matt CoralloUpdate auto-generated bindings
2021-04-16 Matt CoralloHandle supertraits with constructor arguments
2021-04-16 Matt CoralloHandle the somewhat half-mapped alias TransactionOutputs
2021-04-16 Matt CoralloTreat Txid as an alias for LDKThirtyTwoBytes
2021-03-31 Matt CoralloMerge pull request #16 from TheBlueMatt/2021-03-backgro...
2021-03-31 Matt CoralloAdapt CI to new ldk-c-bindings genbindings.sh arguments 2021-03-background-manager-persister
2021-03-31 Matt CoralloUpdate auto-generated bindings
2021-03-31 Matt CoralloSkip ChannelManagerConstructor in HumanObjectPeerTest
2021-03-31 Matt CoralloAdapt ChannelManagerConstructor to persist ChannelManag...
2021-03-30 Matt CoralloMerge pull request #15 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloUpdate autogenerated bindings with correct FREE/clone... 2021-03-fix-clone
2021-03-30 Matt CoralloFix maven import of jetbrains annotations
2021-03-30 Matt CoralloTest spending SpendableOutputs event contents
2021-03-30 Matt CoralloFix clone-required detection and handling for complex...
2021-03-30 Matt CoralloMerge pull request #14 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloUpdate tests to new enum API 2021-03-fix-enums
2021-03-30 Matt CoralloUpdate auto-generated bindings
2021-03-30 Matt CoralloCleanup map lookup checks a bit
2021-03-30 Matt CoralloHandle tuple variants in complex enums
2021-03-30 Matt CoralloMap result functions and rely on Rust constructors...
2021-03-30 Matt CoralloMap enum functions into human structs and Result types...
2021-03-26 Arik SosmanMerge pull request #13 from TheBlueMatt/2021-03-check...
2021-03-24 Matt CoralloUpdate README to capture current status better 2021-03-check-determinism
2021-03-24 Matt CoralloSplit wasm output files + check build determinism in CI
2021-03-24 Matt CoralloUpdate binaries with ldk-c-bindings path remapping...
2021-03-24 Matt CoralloMap file paths in debug info to make debug libs path...
2021-03-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-22 Matt CoralloMake java's bindings.c deterministic 2021-03-fresh-bindings
2021-03-22 Matt CoralloMore aggressively check for full GC run during HumanObj...
2021-03-22 Matt CoralloDon't require a JNI_CFLAGS in genbindings.sh
2021-03-22 Matt CoralloUpdate auto-generated bindings
2021-03-22 Matt CoralloFix HumanObjectPeerTest not delaying long enough in CI
2021-03-22 Matt CoralloAdd CI runs to test bindings
2021-03-21 Matt CoralloUpdate tests to use Listen interface and for latest...
2021-03-21 Matt CoralloWork around buggy Android nio implementation in batteries
2021-03-21 Matt CoralloDisambiguate jcall function names by including the...
2021-03-21 Arik SosmanMerge pull request #11 from TheBlueMatt/2021-03-license
2021-03-18 Matt CoralloAdd license information 2021-03-license
2021-03-18 Matt CoralloMerge pull request #10 from galderz/t_compilation_error
2021-03-18 Galder ZamarreñoIgnore IDE metadata and pycache
2021-03-18 Galder ZamarreñoUpdate API usages after bindings update
2021-03-12 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-cleanup...
2021-03-12 Arik SosmanMerge pull request #7 from TheBlueMatt/2021-03-tweaks
2021-03-12 Matt CoralloUpdate bindings to latest upstream + ChannelMonitor_clo... 2021-03-cleanup-debug
2021-03-12 Matt CoralloMove .so output to different names based on release...
2021-03-12 Matt CoralloDrop at-exit memory leak assertion and note accuracy...
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-10 Matt CoralloUpdate genbindings docs to note new ldk-c-bindings...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloUpdate java bindings with new generator and new upstrea...
2021-03-08 Matt CoralloUse the new ChannelMonitor util functions and test...
2021-03-08 Matt CoralloCorrect handling of Option<Trait>
2021-03-08 Matt CoralloUpdate HumanObjectPeerTest to use new constructor
2021-03-08 Matt CoralloAdd struct and enum doc comments in Java
2021-03-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
2021-03-06 Matt CoralloUpdate to use a new java-base branch
2021-03-06 Matt CoralloUpdate tests to latest upstream
2021-03-06 Matt CoralloUpdate auto-generated bindings for new upstream
2021-03-05 Matt CoralloUpdate tests to latest upstream changes (ChannelKeys...
2021-03-05 Matt CoralloUpdate bindings to latest upstream.
2021-03-05 Matt CoralloWork around our stupid hack with a stupid hack (see...
2021-03-05 Matt CoralloAdd trivial test of a route w/ Features::known, update...
2021-03-05 Matt CoralloUpdate auto-generated bindings with new upstream.
2021-03-05 Matt CoralloProperly convert 2D arrays in from_hu_conv
2021-03-05 Matt CoralloFetch ChannelMonitor events during test and ensure...
next