ldk-java
2022-01-08 Matt CoralloMake struct pointer loading language-specific and relia...
2022-01-08 Matt CoralloMake Result mapping language-specific and implement...
2022-01-08 Matt CoralloAdd InternalUtils for array length checking to match...
2022-01-08 Matt Corallo[TS] Resolve locally-defined structs in other structs...
2022-01-08 Matt CoralloMake the call for `ptrs_to.add()` swappable per language
2022-01-08 Matt Corallo[TS] Fix finalization syntax, drop "default" on class...
2022-01-08 Matt CoralloMake variable declaration statements language-specific
2022-01-07 Matt Corallo[TS] Minor syntax fixes in human struct files, mostly...
2022-01-07 Matt CoralloPass output directory throuh to consts and call a clean...
2022-01-07 Matt CoralloMerge pull request #72 from TheBlueMatt/main
2022-01-07 Matt CoralloUpdate auto-generated mts files (without structs)
2022-01-07 Matt CoralloMake genbindings.sh only build one of java/wasm, test...
2022-01-06 Matt CoralloDrop ts/util* which are no longer used/generated
2022-01-06 Matt CoralloSwitch to .mts files and build typescript bindings...
2022-01-06 Matt CoralloFix method reference errors and make bindings.ts genera...
2022-01-05 Matt CoralloFix syntax errors in bindings.ts in option handling
2022-01-05 Matt CoralloUpdate tests and batteries to new result API
2022-01-05 Matt CoralloUnify tuple and result field getters and push them...
2022-01-05 Matt CoralloUpdate typescript test to latest API
2022-01-05 Matt CoralloClean up TS arrays and make TS compile warning-free...
2021-12-23 Matt CoralloMerge pull request #71 from TheBlueMatt/main
2021-12-23 Matt CoralloUpdate readme noting that the bindings are beta, not...
2021-12-21 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.104.0
2021-12-21 Matt CoralloFix Java path setting in OSX builds
2021-12-21 Matt CoralloUse LC_ALL instead of LANG to correct zip file ordering
2021-12-21 Matt CoralloUpdate CI branches to 0.0.104
2021-12-21 Matt CoralloUpdate auto-updated Java files
2021-12-21 Matt CoralloUpdate tests and batteries for new 0.0.104 API, fix...
2021-12-21 Matt CoralloHandle the new LDKTwelveBytes instead of LDKTenBytes
2021-12-21 Matt CoralloUpdate HumanObjectPeerTest to exercise undefined JVM...
2021-12-21 Matt CoralloWork around Java's insane lack of finalization guarantees
2021-12-12 Matt CoralloUse the same FindClass argument for Android and regular...
2021-12-12 Matt CoralloCheck exceptions after calling Enum.ordinal() from...
2021-12-05 Matt Corallothrow InvalidSerializedDataException on duplicate Chann...
2021-12-05 Matt CoralloOverride hashCode and equals for Rust objects that...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloMake maven a bit quieter during CI runs
2021-12-02 Matt CoralloUpdate to Maven 3.8.4 on OSX CI builds
2021-12-02 Matt CoralloUpdate auto-generated bindings
2021-12-02 Matt CoralloUpdate tests to new logger API
2021-12-02 Matt CoralloReplace unicode … with ... as java complains about...
2021-12-02 Matt CoralloUpdate PeerTest for new trait-object-return call semantics
2021-12-02 Matt CoralloClone objects being returned from trait methods before...
2021-12-02 Matt CoralloConstruct a method to clone returning a pointerand...
2021-12-02 Matt CoralloDrop unused Vec constructor functions
2021-12-02 Matt CoralloMap functions on 3-tuples
2021-12-01 Matt CoralloUse new is_ok functions for Result checks in hand-writt...
2021-12-01 Matt CoralloUpdate Result mapping to use new `_is_ok` function...
2021-12-01 Matt CoralloCheck array lengths before passing them to C
2021-12-01 Matt CoralloCHECK_ACCESS inner pointers using the new __unmangle_in...
2021-11-28 Matt CoralloAdd Variant-Level docs on complex and unitary enums.
2021-11-25 Matt CoralloAllow users to specify a `UserConfig` when de-ser'ing...
2021-11-11 Matt CoralloHold a reference when we pass Option<Trait> to rust
2021-11-11 Matt CoralloMake enum-contains-trait detection more robust
2021-11-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2021-11-04 Matt CoralloUpdate Github Actions branch reference to 0.0.103
2021-11-04 Matt CoralloAdd support for InvoicePayer to ChannelManagerConstruct...
2021-11-04 Matt CoralloUpdate tests for latest upstream API
2021-11-04 Matt CoralloUpdate auto-generated bindings to 0.0.103
2021-11-04 Matt CoralloSupport passing trait instance references from C to...
2021-11-04 Matt CoralloSupport nullable for opaque objects as well as traits...
2021-11-04 Matt CoralloTreat pointers up to 4096 as null, matching our test...
2021-11-04 Matt CoralloFix race condition in NioPeerHandler on `socket_disconn...
2021-11-04 Matt CoralloUse gitweb's snapshots to fetch binaries for comparison...
2021-10-19 Matt CoralloUpdate auto-generate bindings (incl new RL clone methods)
2021-10-19 Matt CoralloDon't allocate a buffer to return a reference to a...
2021-10-19 Matt CoralloRemove (broken) duplicative tuple constructor
2021-10-19 Matt CoralloAdd basic use-after-free checking in limited places.
2021-10-19 Matt CoralloDrop requires_clone ret_conv cloning in complex enums
2021-10-19 Matt CoralloMerge pull request #50 from TheBlueMatt/main v0.0.102.0
2021-10-18 Matt CoralloUse lld to link on OSX with LLVM 13
2021-10-18 Matt CoralloUpdate auto-generated bindings to 0.0.102
2021-10-18 Matt CoralloBump OSX clang/LLVM to 13.0.0
2021-10-18 Matt CoralloUpdate CI C-Bindings dependency to 0.0.102
2021-10-17 Matt CoralloUpdate tests to upstream 0.0.102 API
2021-10-10 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.101.3
2021-10-10 Matt CoralloUpdate maven to 3.8.3 (since apparently they yank old...
2021-10-10 Matt CoralloUpdate auto-generated bindings
2021-10-10 Matt CoralloUpdate android API version to 24 (Nougat) as we need...
2021-10-10 Matt CoralloCorrectly handle top-bit-set pointers, fixing Android 11
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-28 Matt CoralloTry new paths for Android NDK library search
2021-09-28 Matt CoralloDrop accidentally checked-in class file and update...
2021-09-28 Matt CoralloUpdate auto-generated bindings
2021-09-28 Matt CoralloSkip object reference adding when cloning within the...
2021-09-28 Matt CoralloCorrect and use ChannelManagerConstructor in HumanObjec...
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
2021-09-27 Matt CoralloExpand HumanObjectPeerTest to cover get_claimable_balances
2021-09-27 Matt CoralloUpdate auto-generated bindings
2021-09-27 Matt CoralloUpdate batteries to new Tuple-mapping API
2021-09-27 Matt CoralloUpdate tests to new Tuple mapping API
2021-09-27 Matt CoralloRedo tuple mapping to be explicit and not generic
2021-09-27 Matt CoralloFix exception catch in native library load failure...
2021-09-27 Matt CoralloUse current HEAD for version in CI instead of previous...
2021-09-27 Matt CoralloMove version information out of git into new files
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-25 Matt CoralloUpdate auto-generated bindings to 0.0.101
next