ldk-java
2021-08-18 Matt CoralloSwitch to the 0.0.100 branch on ldk-c-bindings v0.0.100.0
2021-08-18 Matt CoralloUpdate tests to latest upstream master
2021-08-18 Matt CoralloCorrect Rust -> Java method call semantics to avoid...
2021-08-17 Matt CoralloFix cloning trait structs via native clone method
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-08-09 Matt CoralloDrop fail-fast in CI to run jobs even after another... v0.0.99.2
2021-08-09 Matt CoralloMove release jar comparisons to run before functional...
2021-08-09 Matt CoralloAutomatically run diffoscope on changed compressed...
2021-08-09 Matt CoralloUse the 0.0.99 branch of ldk-c-bindings in CI
2021-08-09 Matt CoralloUse explicit paths for function arguments in Java
2021-08-09 Matt CoralloAdd an accessor to UInt5 to get the value and correct...
2021-08-09 Matt CoralloTest function returning Option::None returns null to...
2021-08-09 Matt CoralloUse new TxOut constructor in tests
2021-08-09 Matt CoralloAdd constructors and expose fields in TxOut
2021-08-09 Matt CoralloAdd a simple wrapper for `disconnect_by_node_id` in...
2021-08-09 Matt CoralloAdd docs for and mark nullable complex enum fields
2021-08-09 Matt CoralloCorrectly handle passing a null to Rust for an array
2021-08-09 Matt CoralloMark function arguments and return values Nullable...
2021-08-09 Matt CoralloCorrectly handle null pointers returned from Rust repre...
2021-08-09 Matt CoralloUse findbugs for Nullable annotations instead of jetbrains
2021-08-08 Matt CoralloUse a full Sign wrapper again in HumanObjectPeerTest
2021-08-08 Matt CoralloExpose supertrait implemetations to the Java API
2021-08-08 Matt CoralloSupport new cloned upstream API instead of clone
2021-07-18 Matt CoralloFree constructed LDK strings when relevant.
2021-07-18 Matt CoralloDeliver messages in PeerTest more robustly
2021-07-14 Matt CoralloMerge pull request #31 from TheBlueMatt/main
2021-07-14 Matt CoralloUpdate auto-generated bindings to 0.0.99.1
2021-07-14 Matt CoralloAdd script to build deterministic android aar v0.0.99.1
2021-07-14 Matt CoralloEnable macos-11 in CI
2021-07-13 Matt CoralloDon't explicitly override __cxa_thread_atexit_impl...
2021-07-10 Matt CoralloMerge pull request #29 from TheBlueMatt/main
2021-07-10 Matt CoralloUpdate auto-generated bindings to LDK v0.0.99
2021-07-09 Matt CoralloDrop disconnect_socket blocking in NioPeerHandler for... v0.0.99.0
2021-07-01 Matt CoralloMerge pull request #28 from TheBlueMatt/main
2021-07-01 Matt CoralloUpdate auto-generated bindings with new error messages...
2021-07-01 Matt CoralloTest that channel_manager_bytes is not null when persisting v0.0.98.5
2021-07-01 Matt CoralloSpecify the method which threw an exception when aborting
2021-06-24 Matt CoralloMerge pull request #25 from TheBlueMatt/main
2021-06-24 Matt CoralloBump auto-generated bindings version to 0.0.98.4
2021-06-24 Matt CoralloDrop binaries from the repo, they are now at https...
2021-06-24 Matt CoralloRedo the glibc compatibility issues workaround, see...
2021-06-24 Matt CoralloDeterministically build the jars and check in CI, from...
2021-06-24 Matt CoralloAdd a utility script to make release jars deterministic
2021-06-24 Matt CoralloSet a library suffix for all platforms, useful for...
2021-06-23 Matt CoralloMerge pull request #24 from TheBlueMatt/main
2021-06-23 Matt CoralloUpdate auto-generated bindings
2021-06-23 Matt CoralloHandle Java exceptions thrown in calls from C, printing... v0.0.98.3
2021-06-22 Matt CoralloSupport glibc versions prior to 2.18 for linux builds
2021-06-16 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-06-16 Matt CoralloRe-generate auto-generated bindings + add Mac OS genera...
2021-06-16 Matt CoralloDrop the liblightningjni link, creating it in CI instead v0.0.98.2
2021-06-16 Matt CoralloAdd a CI run on OSX
2021-06-16 Matt CoralloBuild a test jar which we can run to test the built...
2021-06-16 Matt CoralloInclude native libraries in jar by shifting folder...
2021-06-16 Matt CoralloDrop most instances of Thread.sleep in HumanObjectPeerTest
2021-06-16 Matt CoralloDo not rely on assertions being enabled in ChannelManag...
2021-06-16 MattUpdate README with notes about OSX addrsan
2021-06-16 Matt CoralloAdjust compile flags for OSX, set trace on genbindings.sh
2021-06-15 Matt CoralloSkip manual leak checking on OSX as -Wl,-wrap is too...
2021-06-15 Matt CoralloSupport OSX (ie builds where int64_t is not an alias...
2021-06-15 Matt CoralloDrop _test_only_get_ptr as it is no longer used
2021-06-12 Matt CoralloMerge pull request #21 from TheBlueMatt/main
2021-06-12 Matt CoralloUpdate auto-generated bindings with new release tag
2021-06-12 Matt CoralloAvoid use of covariant return type change fns fixing... v0.0.98.1
2021-06-12 Matt CoralloDo not cast JavaEnv to void** for AttachCurrentThread...
2021-06-12 Matt CoralloBetter support alternative targets in genbindings.sh
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...
next