[Java] Update auto-generated bindings
[ldk-java] / src / main / jni / org_ldk_impl_bindings.h
2022-04-14 Matt Corallo[Java] Update auto-generated bindings
2022-03-24 Matt CoralloMerge pull request #90 from TheBlueMatt/main
2022-03-23 Matt Corallo[Java] Update auto-generated bindings to include Probab...
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt Corallo[Java] Update auto-generated bindings to 0.0.105.0
2022-01-10 Matt CoralloMerge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1
2022-01-10 Matt CoralloUpdate auto-generated Java bindings (all functionally...
2021-12-21 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.104.0
2021-12-21 Matt CoralloUpdate auto-updated Java files
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloUpdate auto-generated bindings
2021-11-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2021-11-04 Matt CoralloUpdate auto-generated bindings to 0.0.103
2021-10-19 Matt CoralloUpdate auto-generate bindings (incl new RL clone methods)
2021-10-19 Matt CoralloMerge pull request #50 from TheBlueMatt/main v0.0.102.0
2021-10-18 Matt CoralloUpdate auto-generated bindings to 0.0.102
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
2021-09-27 Matt CoralloUpdate auto-generated bindings
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-25 Matt CoralloUpdate auto-generated bindings to 0.0.101
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-18 Matt CoralloUpdate auto-generated files
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloUpdate auto-generated bindings to latest upstream
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-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-11 Matt CoralloUpdate auto-generated bindings
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
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-30 Matt CoralloMerge pull request #14 from TheBlueMatt/2021-03-fix...
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 CoralloUpdate auto-generated bindings
2021-03-12 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-cleanup...
2021-03-12 Matt CoralloUpdate bindings to latest upstream + ChannelMonitor_clo... 2021-03-cleanup-debug
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-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
2021-03-06 Matt CoralloUpdate auto-generated bindings for new upstream
2021-03-05 Matt CoralloUpdate bindings to latest upstream.
2021-03-05 Matt CoralloUpdate auto-generated bindings with new upstream.
2021-02-01 Matt CoralloBindings updates for latest upstream, check in .so
2021-02-01 Matt CoralloBindings updates
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-12 Matt CoralloJava bindings updates with new generator, with no funct...
2021-01-10 Matt Corallobindings updates
2021-01-08 Matt CoralloUpdated bindings
2020-10-27 Matt CoralloFix write method generation w/ upstream changes
2020-10-25 Matt CoralloFix returning traits in trait calls, move towards clone...
2020-10-25 Matt CoralloMap Transactions as byte[] instead of trying to keep...
2020-10-24 Matt CoralloClone before passing to java + new clone upstream
2020-10-24 Matt CoralloFix ObjectArray (array-of-arrays) creation
2020-10-23 Matt CoralloAdd ability to get serialized transaction bytes
2020-10-23 Matt CoralloFinish compacting giant type-conversion-strings if...
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 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-13 Matt CoralloDrop the _call insertion
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 CoralloNew upstream bindings that generate _clone fns
2020-10-11 Matt CoralloConvert pubkeys to byte arrays, fix assertions, fix...
2020-10-10 Matt CoralloA bunch of updates:
2020-10-09 Matt CoralloMap tuples and ThirtyTwoBytes into array.
2020-10-08 Matt CoralloConvert LDKThirtyTwoBytes to byte[32] instead of taking...
2020-10-08 Matt CoralloMap Rust enums with inner 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 CoralloMake slice-vec-len generic
2020-10-06 Matt CoralloMacro-ize assert to handle side-effects, fix JavaVM...
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-02 Matt CoralloUpdate auto-generated bindings
2020-09-01 Matt CoralloConvert unitary enums to Java enums
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-28 Matt CoralloSupport u16s
2020-08-27 Matt CoralloStarting to look like something that might work...