ldk-java
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...
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-03-05 Matt CoralloDrop stale WIP files that should not have been checked in
2021-03-04 Matt CoralloMerge pull request #3 from galderz/t_add_source_jar
2021-03-04 Galder ZamarreñoProduce java source jars
2021-02-03 Matt CoralloUpdate bindings v0.0.1
2021-02-03 Matt CoralloHandle `uintptr_t`s better in JNI bindings
2021-02-03 Matt CoralloBe explicit about C return type returning pointers...
2021-02-03 Matt CoralloAdd workarounds for Android JNI quirks
2021-02-02 Matt Corallobindings updates
2021-02-02 Matt CoralloProperly free C tuples when the inner fields are dropped
2021-02-02 Matt CoralloSmall tweaks to NioPeerHandler
2021-02-01 Matt CoralloAdd basic README describing status
2021-02-01 Matt CoralloBindings updates for latest upstream, check in .so
2021-02-01 Matt CoralloAdd NioPeerHandler and associated test
2021-02-01 Matt CoralloBindings updates
2021-02-01 Matt CoralloUpdate for upstream with new -lm requirement for debug
2021-02-01 Matt CoralloFix missing-ptrs_to error by working around it in test
2021-02-01 Matt CoralloUpdate HumanObjectPeerTest for upstream changes, to...
2021-02-01 Matt CoralloAdd additional reference tags, drop some now-redundant...
2021-02-01 Matt CoralloWipe Java objects when we move them into rust (only...
2021-02-01 Matt CoralloVarious straightforward cleanups
2021-02-01 Matt CoralloTrack byte count in leak detection in java debug mode
2021-02-01 Matt CoralloStandardize warning clone comment
2021-02-01 Matt CoralloAdd util methods file for methods not associated with...
2021-02-01 Matt CoralloAdd a reference low bit for non-opaque types to tag...
2021-02-01 Matt CoralloHandle clones upstream instead of creating clone fns
2021-01-28 Matt CoralloFix leak in manual memory management in PeerTest
2021-01-28 Matt CoralloBindings updates
2021-01-28 Matt CoralloUpdate TS strings and commit (broken) test updates
2021-01-28 Matt CoralloDirty hack to avoid freeing TxOuts inside of Tuples
2021-01-28 Matt CoralloClone objects returned from jcalls before returning...
2021-01-28 Matt CoralloAdd test HTML file demonstrating linking and calling
2021-01-28 Matt CoralloUpdate bindings (for new upstream based on updated...
2021-01-28 Matt CoralloTurn on warnings on typescript builds again
2021-01-28 Matt CoralloBindings updates
2021-01-28 Matt CoralloDrop stale Java call semantic bits from TS bindings
2021-01-28 Matt CoralloRedo arrays/strings in TS to be uint32_ts, call trait...
2021-01-27 Matt Corallore-fix whitespace bugs
2021-01-27 Matt CoralloRe-fix whitespace errors
2021-01-27 Arik Sosmanmerge Matt's array codec mechanism
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-27 Arik Sosmanmake typescript bindings rely on wasm type codec methods
2021-01-27 Matt CoralloAdd js-wasm.h from arik's repo
2021-01-27 Arik Sosmandon't return values for void types
2021-01-27 Arik Sosmanenable async wasm initialization
2021-01-27 Arik Sosmanmake typescript bindings rely on wasm type codec methods
2021-01-27 Matt CoralloBindings updates
2021-01-27 Matt CoralloMove TS Arrays to a single pointer
next