Expose signatures as byte[], check array lengths in C.
[ldk-java] / src / test /
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 CoralloAgressively clone when passing to rust
2020-10-12 Matt CoralloUse weak references to JCalls objects.
2020-10-11 Matt CoralloSend a payment!
2020-10-11 Matt CoralloConvert pubkeys to byte arrays, fix assertions, fix...
2020-10-10 Matt CoralloFully open and confirm a channel in Java!
2020-10-10 Matt CoralloA bunch of updates:
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 CoralloUpdate PeerTest to test most of the new stuff
2020-10-02 Matt CoralloUpdate test for new bindings
2020-09-01 Matt CoralloAdd new test that builds a ChannelManager
2020-09-01 Matt CoralloConvert unitary enums to Java enums
2020-08-31 Matt CoralloRename PeerTest
2020-08-31 Matt CoralloTest current state of things, which actually doesn...