[Java] Make HumanObjectPeerTest status print a callback
[ldk-java] / src / test / java / org / ldk / HumanObjectPeerTest.java
2022-03-04 Matt Corallo[Java] Make HumanObjectPeerTest status print a callback
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt Corallo[Java] Update HumanObjectPeerTest to test Scorer serial...
2022-03-03 Matt Corallo[Java] Update tests + batteries to latest upstream API
2021-12-21 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.104.0
2021-12-21 Matt CoralloUpdate tests and batteries for new 0.0.104 API, fix...
2021-12-21 Matt CoralloUpdate HumanObjectPeerTest to exercise undefined JVM...
2021-12-05 Matt Corallothrow InvalidSerializedDataException on duplicate Chann...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloUpdate tests to new logger API
2021-11-25 Matt CoralloAllow users to specify a `UserConfig` when de-ser'ing...
2021-11-11 Matt CoralloHold a reference when we pass Option<Trait> to rust
2021-11-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2021-11-04 Matt CoralloAdd support for InvoicePayer to ChannelManagerConstruct...
2021-11-04 Matt CoralloUpdate tests for latest upstream API
2021-10-19 Matt CoralloMerge pull request #50 from TheBlueMatt/main v0.0.102.0
2021-10-17 Matt CoralloUpdate tests to upstream 0.0.102 API
2021-09-28 Matt CoralloMerge pull request #47 from TheBlueMatt/main
2021-09-28 Matt CoralloCorrect and use ChannelManagerConstructor in HumanObjec...
2021-09-27 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.101.1
2021-09-27 Matt CoralloExpand HumanObjectPeerTest to cover get_claimable_balances
2021-09-27 Matt CoralloUpdate tests to new Tuple mapping API
2021-09-25 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-25 Matt CoralloExpand test coverage in HumanObjectPeerTest to hit...
2021-09-25 Matt CoralloUpdate batteries and tests to latest upstream API
2021-09-24 Matt CoralloRename ChannelManagerConstructor.ChannelManagerPersiste...
2021-08-22 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-18 Matt CoralloTest use of IgnoringMessageHandler with ChannelManagerC...
2021-08-18 Matt CoralloMerge pull request #39 from TheBlueMatt/main
2021-08-18 Matt CoralloUpdate tests to latest upstream master
2021-08-09 Matt CoralloMerge pull request #33 from TheBlueMatt/main
2021-08-09 Matt CoralloTest function returning Option::None returns null to...
2021-08-09 Matt CoralloUse new TxOut constructor in tests
2021-08-08 Matt CoralloUse a full Sign wrapper again in HumanObjectPeerTest
2021-07-01 Matt CoralloMerge pull request #28 from TheBlueMatt/main
2021-07-01 Matt CoralloTest that channel_manager_bytes is not null when persisting v0.0.98.5
2021-06-16 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-06-16 Matt CoralloBuild a test jar which we can run to test the built...
2021-06-16 Matt CoralloDrop most instances of Thread.sleep in HumanObjectPeerTest
2021-06-11 Matt CoralloMerge pull request #18 from TheBlueMatt/main
2021-06-11 Matt CoralloUse newly-exposed get_route in HumanObjectPeerTest
2021-06-10 Matt CoralloUpdate CI to not require git tags checked in and fix...
2021-06-08 Matt CoralloUpdate tests and Constructor to new APIs
2021-06-08 Matt CoralloExpand and update ChannelManagerConstructor+tests for...
2021-06-08 Matt CoralloRedo constructor function names to feel more natural...
2021-06-08 Matt CoralloUpdate test ChannelManagerConstructor and invoice parsi...
2021-05-01 Matt CoralloUpdate HumanObjectPeerTest to print invoice in string...
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-31 Matt CoralloMerge pull request #16 from TheBlueMatt/2021-03-backgro...
2021-03-31 Matt CoralloSkip ChannelManagerConstructor in HumanObjectPeerTest
2021-03-30 Matt CoralloMerge pull request #15 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloTest spending SpendableOutputs event contents
2021-03-30 Matt CoralloMerge pull request #14 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloUpdate tests to new enum API 2021-03-fix-enums
2021-03-22 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-03-fresh...
2021-03-22 Matt CoralloMore aggressively check for full GC run during HumanObj...
2021-03-22 Matt CoralloFix HumanObjectPeerTest not delaying long enough in CI
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-12 Arik SosmanMerge pull request #7 from TheBlueMatt/2021-03-tweaks
2021-03-10 Matt CoralloAdd a timeout to NioPeerHandler.connect 2021-03-tweaks
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloUse the new ChannelMonitor util functions and test...
2021-03-08 Matt CoralloUpdate HumanObjectPeerTest to use new constructor
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-03-05 Matt CoralloAdd trivial test of a route w/ Features::known, update...
2021-03-05 Matt CoralloFetch ChannelMonitor events during test and ensure...
2021-02-02 Matt CoralloSmall tweaks to NioPeerHandler
2021-02-01 Matt CoralloAdd NioPeerHandler and associated test
2021-02-01 Matt CoralloFix missing-ptrs_to error by working around it in test
2021-02-01 Matt CoralloUpdate HumanObjectPeerTest for upstream changes, to...
2021-01-08 Matt Coralloupdate to new upstream
2020-10-26 Matt CoralloFix race in tests
2020-10-25 Matt CoralloOptionally use a ChainMonitor instead of custom Watch...
2020-10-25 Matt Coralloclone traits before passing to jcalls and map to human...
2020-10-25 Matt CoralloUpdate Human object test to use SocketDescriptor traits...
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-25 Matt CoralloFix tests for new API
2020-10-23 Matt CoralloWrite tuple getters (and test them, exposing memory...
2020-10-23 Matt CoralloExpand the human object test somewhat
2020-10-22 Matt CoralloProvide human versions of trait interfaces, with a...
2020-10-21 Matt CoralloRely on pointers even less in HumanObject testing
2020-10-21 Matt CoralloExpose human functions that use Result objects
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-14 Matt CoralloUse AutoCloseable for structs named Locked*
2020-10-13 Matt Coralloexplode to constructor args when we cant clone but...
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...
next