A bunch of updates:
authorMatt Corallo <git@bluematt.me>
Sat, 10 Oct 2020 22:21:53 +0000 (18:21 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 10 Oct 2020 22:23:11 +0000 (18:23 -0400)
commit3f5b7ed0e139504ba1e07ee865ea64ad766d6a19
treec75050813fc8a597e524bc94b6fef968f91cc220
parent56ed8ca450ff0b211cb15e9b1ed23e9f406a9187
A bunch of updates:

 * Switch to passing inner pointers across JNI, not pointers to
   opaque structs. This is more effecient, and the low bit is always
   0.
 * Use bitcoinj to create a block in test and connect it (!)
genbindings.py
pom.xml
src/main/java/org/ldk/impl/bindings.java
src/main/jni/bindings.c
src/main/jni/org_ldk_impl_bindings.h
src/test/java/org/ldk/PeerTest.java