Redo constructor function names to feel more natural in Java
[ldk-java] / src / test / java / org / ldk / PeerTest.java
2021-06-08 Matt CoralloRedo constructor function names to feel more natural...
2021-05-01 Matt CoralloUpdate tests for new upstream API and using invoicse
2021-04-22 Matt CoralloMerge pull request #17 from TheBlueMatt/main
2021-04-16 Matt CoralloUpdate tests for latest upstream API, sadly disabling...
2021-04-16 Matt CoralloTest new block connection API and update tests to new API
2021-03-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-21 Matt CoralloUpdate tests to use Listen interface and for latest...
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-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
2021-03-06 Matt CoralloUpdate tests to latest upstream
2021-03-05 Matt CoralloUpdate tests to latest upstream changes (ChannelKeys...
2021-01-28 Matt CoralloFix leak in manual memory management in PeerTest
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...