ldk-java
2020-10-24 Matt CoralloFix optimized build
2020-10-23 Matt CoralloWrite tuple getters (and test them, exposing memory...
2020-10-23 Matt CoralloAdd ability to get serialized transaction bytes
2020-10-23 Matt CoralloExpand the human object test somewhat
2020-10-23 Matt CoralloEnable more C build-time warnings
2020-10-23 Matt CoralloFinish compacting giant type-conversion-strings if...
2020-10-22 Matt CoralloCompact giant type-conversion-strings if tree somewhat
2020-10-22 Matt CoralloSkip fewer fn's, support trait-contained objects
2020-10-22 Matt CoralloProvide human versions of trait interfaces, with a...
2020-10-21 Matt CoralloRely on pointers even less in HumanObject testing
2020-10-21 Matt CoralloExpose human functions that use Result objects
2020-10-21 Matt CoralloProperly free Vec<u8>s after conversion to byte[].
2020-10-21 Matt CoralloMake complex enums more complete, track reference-or...
2020-10-20 Matt CoralloRewrite the world, with several interdependant changes...
2020-10-15 Matt CoralloProperly set CVec_u8Z to a byte[] which adds a ton...
2020-10-15 Matt CoralloFigure out java human types conversion stuff when doing...
2020-10-15 Matt CoralloSplit get_inner into get_ok/_err so that we can map...
2020-10-14 Matt CoralloUse AutoCloseable for structs named Locked*
2020-10-13 Matt Coralloexplode to constructor args when we cant clone but...
2020-10-13 Matt CoralloDrop the _call insertion
2020-10-13 Matt CoralloSkip methods we can't use anyway
2020-10-13 Matt CoralloUpdate to support None
2020-10-13 Matt CoralloConvert slices - requires some machinery to call Releas...
2020-10-12 Matt CoralloClean up assertions, new Clone impls, ThreeBytes
2020-10-12 Matt CoralloExpose signatures as byte[], check array lengths in C.
2020-10-12 Matt CoralloExpose SecretKey as byte[32], expose trait call fns...
2020-10-12 Matt CoralloCreate structs and traits that are (a bit) more human...
2020-10-12 Matt CoralloDrop stale jni header files
2020-10-12 Matt CoralloAgressively clone when passing to rust
2020-10-12 Matt CoralloNew upstream bindings that generate _clone fns
2020-10-12 Matt CoralloUse weak references to JCalls objects.
2020-10-11 Matt CoralloSend a payment!
2020-10-11 Matt CoralloConvert pubkeys to byte arrays, fix assertions, fix...
2020-10-10 Matt CoralloFully open and confirm a channel in Java!
2020-10-10 Matt CoralloA bunch of updates:
2020-10-10 Matt CoralloIntercept all malloc/free, even in Rust!
2020-10-09 Matt CoralloMap tuples and ThirtyTwoBytes into array.
2020-10-08 Matt CoralloMove enum mapping to functions
2020-10-08 Matt CoralloConvert LDKThirtyTwoBytes to byte[32] instead of taking...
2020-10-08 Matt CoralloMore statics and limit exports to Java methods at link
2020-10-08 Matt CoralloMap Rust enums with inner fields
2020-10-07 Matt CoralloCache enum fields
2020-10-07 Matt CoralloMove enums into their own (non-impl) folder
2020-10-07 Matt CoralloAdd ability to fetch all Vec details in one call.
2020-10-06 Matt CoralloGo all the way through to channel creation in PeerTest
2020-10-06 Matt CoralloAdd constructors for None opaque struct mappings
2020-10-06 Matt CoralloUpdate PeerTest to test most of the new stuff
2020-10-06 Matt CoralloMake slice-vec-len generic
2020-10-06 Matt CoralloMacro-ize assert to handle side-effects, fix JavaVM...
2020-10-06 Matt CoralloAdd missing JCalls parameter conversion
2020-10-06 Matt CoralloDont auto-free slices passed to Rust
2020-10-06 Matt CoralloReorg a bit and let us call trait methods from Java
2020-10-06 Matt CoralloAdd ability to check if a CResult<> is OK, and get...
2020-10-06 Matt CoralloAdd ability to get the Java object underlying a _JCalls...
2020-10-06 Matt CoralloFix java short type ID for pointers
2020-10-02 Matt CoralloUpdate test for new bindings
2020-10-02 Matt CoralloUpdate auto-generated bindings
2020-10-02 Matt CoralloUpdate genbindings.sh somewhat for newer upstream
2020-09-03 Matt CoralloUpdate to latest upstream bindings
2020-09-01 Matt CoralloAdd new test that builds a ChannelManager
2020-09-01 Matt CoralloHandle size_t's and non-JCalls trait impls
2020-09-01 Matt CoralloConvert unitary enums to Java enums
2020-09-01 Matt CoralloMove trait mapping to an fn
2020-09-01 Matt CoralloManually track allocations and assert that we don't...
2020-08-31 Matt CoralloRename PeerTest
2020-08-31 Matt CoralloAdd .gitignore
2020-08-31 Matt CoralloTest current state of things, which actually doesn...
2020-08-31 Matt Coralloref-count trait objects to avoid double-free, probably...
2020-08-29 Matt CoralloConvert String (tested from Java!)
2020-08-29 Matt CoralloAdd debug info to liblightningjni.so
2020-08-29 Matt CoralloUpdate linking for address sanitizer
2020-08-29 Matt CoralloClean up and calculate java method signatures
2020-08-29 Matt CoralloA bit less logic in map_type
2020-08-28 Matt CoralloRun conversions on JNI -> Java calls, though need to...
2020-08-28 Matt CoralloReturn, instead of writing, form map_type
2020-08-28 Matt CoralloSimplify type checking a bit
2020-08-28 Matt CoralloSupport u16s
2020-08-28 Matt CoralloCompiles with fn calls, even if the call types are...
2020-08-27 Matt CoralloHandle trait return values
2020-08-27 Matt CoralloPull out type mapping
2020-08-27 Matt CoralloStarting to look like something that might work...
2020-08-26 Matt CoralloNew genbindings
2020-07-29 Matt CoralloAlso output a C wrapper that correctly wraps all the...
2020-07-28 Matt CoralloInitial bindings header generation demo
2020-07-25 Matt CoralloInitial Dummy Checkin