2021-06-16 |
Matt Corallo | Build a test jar which we can run to test the built... |
tree | commitdiff |
2021-06-16 |
Matt Corallo | Drop most instances of Thread.sleep in HumanObjectPeerTest |
tree | commitdiff |
2021-06-11 |
Matt Corallo | Merge pull request #18 from TheBlueMatt/main |
tree | commitdiff |
2021-06-11 |
Matt Corallo | Use newly-exposed get_route in HumanObjectPeerTest |
tree | commitdiff |
2021-06-10 |
Matt Corallo | Update CI to not require git tags checked in and fix... |
tree | commitdiff |
2021-06-08 |
Matt Corallo | Update tests and Constructor to new APIs |
tree | commitdiff |
2021-06-08 |
Matt Corallo | Expand and update ChannelManagerConstructor+tests for... |
tree | commitdiff |
2021-06-08 |
Matt Corallo | Redo constructor function names to feel more natural... |
tree | commitdiff |
2021-06-08 |
Matt Corallo | Update test ChannelManagerConstructor and invoice parsi... |
tree | commitdiff |
2021-05-01 |
Matt Corallo | Update HumanObjectPeerTest to print invoice in string... |
tree | commitdiff |
2021-05-01 |
Matt Corallo | Update tests for new upstream API and using invoicse |
tree | commitdiff |
2021-04-22 |
Matt Corallo | Merge pull request #17 from TheBlueMatt/main |
tree | commitdiff |
2021-04-16 |
Matt Corallo | Update tests for latest upstream API, sadly disabling... |
tree | commitdiff |
2021-04-16 |
Matt Corallo | Test new block connection API and update tests to new API |
tree | commitdiff |
2021-03-31 |
Matt Corallo | Merge pull request #16 from TheBlueMatt/2021-03-backgro... |
tree | commitdiff |
2021-03-31 |
Matt Corallo | Skip ChannelManagerConstructor in HumanObjectPeerTest |
tree | commitdiff |
2021-03-30 |
Matt Corallo | Merge pull request #15 from TheBlueMatt/2021-03-fix... |
tree | commitdiff |
2021-03-30 |
Matt Corallo | Test spending SpendableOutputs event contents |
tree | commitdiff |
2021-03-30 |
Matt Corallo | Merge pull request #14 from TheBlueMatt/2021-03-fix... |
tree | commitdiff |
2021-03-30 |
Matt Corallo | Update tests to new enum API 2021-03-fix-enums |
tree | commitdiff |
2021-03-22 |
Matt Corallo | Merge pull request #12 from TheBlueMatt/2021-03-fresh... |
tree | commitdiff |
2021-03-22 |
Matt Corallo | More aggressively check for full GC run during HumanObj... |
tree | commitdiff |
2021-03-22 |
Matt Corallo | Fix HumanObjectPeerTest not delaying long enough in CI |
tree | commitdiff |
2021-03-21 |
Matt Corallo | Update tests to use Listen interface and for latest... |
tree | commitdiff |
2021-03-18 |
Matt Corallo | Merge pull request #10 from galderz/t_compilation_error |
tree | commitdiff |
2021-03-18 |
Galder Zamarreño | Update API usages after bindings update |
tree | commitdiff |
2021-03-12 |
Arik Sosman | Merge pull request #7 from TheBlueMatt/2021-03-tweaks |
tree | commitdiff |
2021-03-10 |
Matt Corallo | Add a timeout to NioPeerHandler.connect 2021-03-tweaks |
tree | commitdiff |
2021-03-08 |
Arik Sosman | Merge pull request #5 from TheBlueMatt/main |
tree | commitdiff |
2021-03-08 |
Matt Corallo | Use the new ChannelMonitor util functions and test... |
tree | commitdiff |
2021-03-08 |
Matt Corallo | Update HumanObjectPeerTest to use new constructor |
tree | commitdiff |
2021-03-06 |
Arik Sosman | Merge pull request #2 from TheBlueMatt/main |
tree | commitdiff |
2021-03-06 |
Matt Corallo | Update tests to latest upstream |
tree | commitdiff |
2021-03-05 |
Matt Corallo | Update tests to latest upstream changes (ChannelKeys... |
tree | commitdiff |
2021-03-05 |
Matt Corallo | Add trivial test of a route w/ Features::known, update... |
tree | commitdiff |
2021-03-05 |
Matt Corallo | Fetch ChannelMonitor events during test and ensure... |
tree | commitdiff |
2021-02-02 |
Matt Corallo | Small tweaks to NioPeerHandler |
tree | commitdiff |
2021-02-01 |
Matt Corallo | Add NioPeerHandler and associated test |
tree | commitdiff |
2021-02-01 |
Matt Corallo | Fix missing-ptrs_to error by working around it in test |
tree | commitdiff |
2021-02-01 |
Matt Corallo | Update HumanObjectPeerTest for upstream changes, to... |
tree | commitdiff |
2021-01-28 |
Matt Corallo | Fix leak in manual memory management in PeerTest |
tree | commitdiff |
2021-01-08 |
Matt Corallo | update to new upstream |
tree | commitdiff |
2020-10-26 |
Matt Corallo | Fix race in tests |
tree | commitdiff |
2020-10-25 |
Matt Corallo | Optionally use a ChainMonitor instead of custom Watch... |
tree | commitdiff |
2020-10-25 |
Matt Corallo | clone traits before passing to jcalls and map to human... |
tree | commitdiff |
2020-10-25 |
Matt Corallo | Update Human object test to use SocketDescriptor traits... |
tree | commitdiff |
2020-10-25 |
Matt Corallo | Fix returning traits in trait calls, move towards clone... |
tree | commitdiff |
2020-10-25 |
Matt Corallo | Map Transactions as byte[] instead of trying to keep... |
tree | commitdiff |
2020-10-25 |
Matt Corallo | Fix tests for new API |
tree | commitdiff |
2020-10-23 |
Matt Corallo | Write tuple getters (and test them, exposing memory... |
tree | commitdiff |
2020-10-23 |
Matt Corallo | Expand the human object test somewhat |
tree | commitdiff |
2020-10-22 |
Matt Corallo | Provide human versions of trait interfaces, with a... |
tree | commitdiff |
2020-10-21 |
Matt Corallo | Rely on pointers even less in HumanObject testing |
tree | commitdiff |
2020-10-21 |
Matt Corallo | Expose human functions that use Result objects |
tree | commitdiff |
2020-10-21 |
Matt Corallo | Make complex enums more complete, track reference-or... |
tree | commitdiff |
2020-10-20 |
Matt Corallo | Rewrite the world, with several interdependant changes... |
tree | commitdiff |
2020-10-15 |
Matt Corallo | Properly set CVec_u8Z to a byte[] which adds a ton... |
tree | commitdiff |
2020-10-15 |
Matt Corallo | Split get_inner into get_ok/_err so that we can map... |
tree | commitdiff |
2020-10-14 |
Matt Corallo | Use AutoCloseable for structs named Locked* |
tree | commitdiff |
2020-10-13 |
Matt Corallo | explode to constructor args when we cant clone but... |
tree | commitdiff |
2020-10-13 |
Matt Corallo | Drop the _call insertion |
tree | commitdiff |
2020-10-13 |
Matt Corallo | Convert slices - requires some machinery to call Releas... |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Expose signatures as byte[], check array lengths in C. |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Expose SecretKey as byte[32], expose trait call fns... |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Create structs and traits that are (a bit) more human... |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Agressively clone when passing to rust |
tree | commitdiff |
2020-10-12 |
Matt Corallo | Use weak references to JCalls objects. |
tree | commitdiff |
2020-10-11 |
Matt Corallo | Send a payment! |
tree | commitdiff |
2020-10-11 |
Matt Corallo | Convert pubkeys to byte arrays, fix assertions, fix... |
tree | commitdiff |
2020-10-10 |
Matt Corallo | Fully open and confirm a channel in Java! |
tree | commitdiff |
2020-10-10 |
Matt Corallo | A bunch of updates: |
tree | commitdiff |
2020-10-08 |
Matt Corallo | Convert LDKThirtyTwoBytes to byte[32] instead of taking... |
tree | commitdiff |
2020-10-08 |
Matt Corallo | Map Rust enums with inner fields |
tree | commitdiff |
2020-10-07 |
Matt Corallo | Move enums into their own (non-impl) folder |
tree | commitdiff |
2020-10-07 |
Matt Corallo | Add ability to fetch all Vec details in one call. |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Go all the way through to channel creation in PeerTest |
tree | commitdiff |
2020-10-06 |
Matt Corallo | Update PeerTest to test most of the new stuff |
tree | commitdiff |
2020-10-02 |
Matt Corallo | Update test for new bindings |
tree | commitdiff |
2020-09-01 |
Matt Corallo | Add new test that builds a ChannelManager |
tree | commitdiff |
2020-09-01 |
Matt Corallo | Convert unitary enums to Java enums |
tree | commitdiff |
2020-08-31 |
Matt Corallo | Rename PeerTest |
tree | commitdiff |
2020-08-31 |
Matt Corallo | Test current state of things, which actually doesn... |
tree | commitdiff |
|