update to new upstream
[ldk-java] / src / test / java / org / ldk / PeerTest.java
2021-01-08 Matt Coralloupdate to new upstream
2020-10-25 Matt Coralloclone traits before passing to jcalls and map to human...
2020-10-25 Matt CoralloMap Transactions as byte[] instead of trying to keep...
2020-10-22 Matt CoralloProvide human versions of trait interfaces, with a...
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 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 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-08-31 Matt CoralloRename PeerTest
2020-08-31 Matt CoralloTest current state of things, which actually doesn...