ldk-java
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...
2021-04-16 Matt CoralloTest new block connection API and update tests to new API
2021-04-16 Matt CoralloUpdate auto-generated bindings
2021-04-16 Matt CoralloHandle supertraits with constructor arguments
2021-04-16 Matt CoralloHandle the somewhat half-mapped alias TransactionOutputs
2021-04-16 Matt CoralloTreat Txid as an alias for LDKThirtyTwoBytes
2021-03-31 Matt CoralloMerge pull request #16 from TheBlueMatt/2021-03-backgro...
2021-03-31 Matt CoralloAdapt CI to new ldk-c-bindings genbindings.sh arguments 2021-03-background-manager-persister
2021-03-31 Matt CoralloUpdate auto-generated bindings
2021-03-31 Matt CoralloSkip ChannelManagerConstructor in HumanObjectPeerTest
2021-03-31 Matt CoralloAdapt ChannelManagerConstructor to persist ChannelManag...
2021-03-30 Matt CoralloMerge pull request #15 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloUpdate autogenerated bindings with correct FREE/clone... 2021-03-fix-clone
2021-03-30 Matt CoralloFix maven import of jetbrains annotations
2021-03-30 Matt CoralloTest spending SpendableOutputs event contents
2021-03-30 Matt CoralloFix clone-required detection and handling for complex...
2021-03-30 Matt CoralloMerge pull request #14 from TheBlueMatt/2021-03-fix...
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...
next