ldk-java
2021-09-28 Matt CoralloTry new paths for Android NDK library search v0.0.101.2
2021-09-28 Matt CoralloDrop accidentally checked-in class file and update...
2021-09-28 Matt CoralloUpdate auto-generated bindings
2021-09-28 Matt CoralloSkip object reference adding when cloning within the...
2021-09-27 Matt CoralloCorrect and use ChannelManagerConstructor in HumanObjec...
2021-09-27 Matt CoralloExpand HumanObjectPeerTest to cover get_claimable_balances
2021-09-27 Matt CoralloUpdate auto-generated bindings
2021-09-27 Matt CoralloUpdate batteries to new Tuple-mapping API
2021-09-27 Matt CoralloUpdate tests to new Tuple mapping API
2021-09-27 Matt CoralloRedo tuple mapping to be explicit and not generic
2021-09-27 Matt CoralloFix exception catch in native library load failure...
2021-09-27 Matt CoralloUse current HEAD for version in CI instead of previous...
2021-09-27 Matt CoralloMove version information out of git into new files
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-25 Matt CoralloUpdate auto-generated bindings to 0.0.101
2021-09-25 Matt CoralloFix CI failures due to faketime breaking PKI time checks
2021-09-25 Matt CoralloUpdate CI branch refernces to 0.0.101
2021-09-25 Matt CoralloSpecify maven plugin versions to avoid inconsistent...
2021-09-25 Matt CoralloExpand test coverage in HumanObjectPeerTest to hit...
2021-09-25 Matt CoralloUpdate batteries and tests to latest upstream API
2021-09-25 Matt CoralloDrop reallocarray wrapper, enforcing that we don't...
2021-09-25 Matt CoralloSwap java locks to pthread to avoid relying on newer...
2021-09-25 Matt CoralloAdd a build mode for "release optimizations with leaks...
2021-09-24 Matt CoralloImplement partial clones when passing complex enums...
2021-09-24 Matt CoralloAdd missing clone when passing a complex enum to Java
2021-09-24 Matt CoralloExpand the criteria for cloning when passing to Rust
2021-09-24 Matt CoralloRemap non-clonable move-passed optional fn args into...
2021-09-24 Matt CoralloFix calling Java/TS methods that return strings
2021-09-24 Matt CoralloFix conflicting overuse of "ret" as a variable name
2021-09-24 Matt CoralloPrint error information when we fail to load LDK native...
2021-09-24 Matt CoralloCorrectly handle reference tracking for array elements...
2021-09-24 Matt CoralloRename ChannelManagerConstructor.ChannelManagerPersiste...
2021-09-04 Matt CoralloDrop dup PeerManager tiemr_tick_occurred calls from...
2021-08-25 Matt CoralloMerge pull request #42 from TheBlueMatt/main
2021-08-25 Matt CoralloBump version to 0.0.100.2
2021-08-25 Matt CoralloSkip javadoc generation on OSX since its broken v0.0.100.2
2021-08-25 Matt CoralloUpdate pom.xml to comply with Maven Central requirements
2021-08-22 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-20 Matt CoralloUpdate autogenerated bindings to new version
2021-08-18 Matt CoralloTest use of IgnoringMessageHandler with ChannelManagerC...
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-18 Matt CoralloUpdate auto-generated files
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
next