ldk-java
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
2021-01-26 Matt CoralloBindings updates
2021-01-26 Matt CoralloDo array conv in per-lang files, handle object arrays...
2021-01-25 Matt CoralloHandle uintptr_t slightly better in C conversion
2021-01-25 Matt CoralloMove native string conversion to per-lang files
2021-01-25 Matt CoralloMore TS C trait conversion + drop unused get_obj_from_j...
2021-01-25 Matt CoralloTypescript C build and string updates
2021-01-25 Matt CoralloRemove commented-out code
2021-01-25 Matt CoralloUnify naming of type lookups in c_type_map dict
2021-01-25 Matt CoralloFix some whitespace bugs
2021-01-25 Matt CoralloFix short, push trait struct refcnt increment down...
2021-01-25 Arik Sosmanmove util.ts file to ts directory
2021-01-19 Arik Sosmanfix pointer types in Typescript
2021-01-16 Arik Sosmanmap opaque struct header
2021-01-16 Arik Sosmanextract map_type functionality into separate file ...
2021-01-16 Arik Sosmanmake target argument optional for typescript inputs...
2021-01-16 Arik Sosmanadd node wasm import to bindings
2021-01-16 Arik Sosmanclean up bindings trait output
2021-01-16 Arik Sosmanuse templates for human type conversions
2021-01-15 Arik Sosmanfix argument/type order in interface method override...
2021-01-14 Arik Sosmaninch towards more map_trait cleanup for Typescript
2021-01-14 Arik Sosmanadd typescript tuple generics
2021-01-14 Arik Sosmanexpand c type conversions to other integer array types
2021-01-14 Arik Sosmaninitiate language-dependent type mappings from C
2021-01-13 Arik Sosmanoverride CommonBase file, and make private constructor...
2021-01-13 Matt Corallobindings updates
2021-01-13 Matt Corallo[double-free, with XXX] More conv for traits
2021-01-12 Matt Coralloauto-generated bindings updates
2021-01-12 Matt CoralloParse complex enum fields prior to per-language logic...
next