Update auto-generated bindings
[ldk-java] / src /
2021-04-16 Matt CoralloUpdate auto-generated bindings
2021-03-31 Matt CoralloMerge pull request #16 from TheBlueMatt/2021-03-backgro...
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 CoralloTest spending SpendableOutputs event contents
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-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-22 Matt CoralloMore aggressively check for full GC run during HumanObj...
2021-03-22 Matt CoralloUpdate auto-generated bindings
2021-03-22 Matt CoralloFix HumanObjectPeerTest not delaying long enough in CI
2021-03-21 Matt CoralloUpdate tests to use Listen interface and for latest...
2021-03-21 Matt CoralloWork around buggy Android nio implementation in batteries
2021-03-18 Matt CoralloMerge pull request #10 from galderz/t_compilation_error
2021-03-18 Galder ZamarreñoUpdate API usages after bindings update
2021-03-12 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-cleanup...
2021-03-12 Arik SosmanMerge pull request #7 from TheBlueMatt/2021-03-tweaks
2021-03-12 Matt CoralloUpdate bindings to latest upstream + ChannelMonitor_clo... 2021-03-cleanup-debug
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-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 CoralloUpdate HumanObjectPeerTest to use new constructor
2021-03-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
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 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 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-02-03 Matt CoralloUpdate bindings v0.0.1
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 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 CoralloFix missing-ptrs_to error by working around it in test
2021-02-01 Matt CoralloUpdate HumanObjectPeerTest for upstream changes, to...
2021-01-28 Matt CoralloFix leak in manual memory management in PeerTest
2021-01-28 Matt CoralloBindings updates
2021-01-28 Matt CoralloUpdate bindings (for new upstream based on updated...
2021-01-28 Matt CoralloBindings updates
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-26 Matt CoralloBindings updates
2021-01-13 Matt Corallobindings updates
2021-01-12 Matt Coralloauto-generated bindings updates
2021-01-12 Matt CoralloJava bindings updates with new generator, with no funct...
2021-01-10 Matt Corallobindings updates
2021-01-08 Matt Coralloupdated bindings
2021-01-08 Matt CoralloUpdated bindings
2021-01-08 Matt Coralloupdate to new upstream
2020-10-27 Matt CoralloFix write method generation w/ upstream changes
2020-10-26 Matt CoralloFix race in tests
2020-10-25 Matt CoralloOptionally use a ChainMonitor instead of custom Watch...
2020-10-25 Matt Coralloclone traits before passing to jcalls and map to human...
2020-10-25 Matt CoralloUpdate Human object test to use SocketDescriptor traits...
2020-10-25 Matt CoralloFix returning traits in trait calls, move towards clone...
2020-10-25 Matt CoralloStop masking the owned bit on a freshly-cloned object
2020-10-25 Matt CoralloMap Transactions as byte[] instead of trying to keep...
2020-10-25 Matt CoralloRework holds_ref and clone logic somewhat
2020-10-25 Matt CoralloFix tests for new API
2020-10-24 Matt CoralloProperly handle java refs in traits returning traits
2020-10-24 Matt CoralloClone before passing to java + new clone upstream
2020-10-24 Matt CoralloFix opaque struct ptr ret-conv, used in jcall arg passing
2020-10-24 Matt CoralloFix ObjectArray (array-of-arrays) creation
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 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 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
next