Update CI references to 0.0.122
[ldk-java] / ts / test /
2024-01-29 Matt CoralloMerge pull request #146 from TheBlueMatt/main
2024-01-29 Matt Corallo[TS] Update tests for LDK 0.0.121 API
2023-10-30 Matt CoralloMerge pull request #141 from TheBlueMatt/main v0.0.118.0
2023-10-30 Matt Corallo[TS] Update tests to LDK 0.0.118
2023-10-10 Matt CoralloMerge pull request #139 from TheBlueMatt/main
2023-10-07 Matt Corallo[TS] Update tests and node-net for new LDK 0.0.117 API
2023-07-31 Matt CoralloMerge pull request #135 from TheBlueMatt/main v0.0.116.0
2023-07-31 Matt Corallo[TS] Update tests to 0.0.116 API
2023-03-10 Matt CoralloMerge pull request #126 from TheBlueMatt/main
2023-03-08 Matt Corallo[TS] Update tests to latest upstream (0.0.114) LDK API
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2023-01-11 Matt Corallo[TS] Update tests to 0.0.113 API
2022-10-28 Matt CoralloMerge pull request #120 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt Corallo[TS] Be more aggressive with type checks
2022-10-28 Matt Corallo[TS] Apparently `console.log` doesn't actually throw...
2022-10-28 Matt Corallo[TS] Update TS Tests to latest upstream API and test OMs
2022-10-06 Matt Corallo[TS] Test ChannelManager future notify completion
2022-10-03 Matt CoralloMerge pull request #119 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt Corallo[TS] Test OnionMessenger in TypeScript tests
2022-10-03 Matt Corallo[TS] Update typescript tests to latest upstream API
2022-08-06 Matt CoralloMerge pull request #113 from TheBlueMatt/main v0.0.110.1
2022-08-05 Matt Corallo[TS] Call FinalizationRegistry.register with a unregist...
2022-06-30 Matt CoralloMerge pull request #104 from TheBlueMatt/main v0.0.108.1
2022-06-30 Matt Corallo[TS] Add a test that uses `PeerManager` to exchange...
2022-06-29 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.108.0
2022-06-29 Matt Corallo[TS] Update tests to new upstream API changes in 0...
2022-04-15 Matt CoralloMerge pull request #94 from TheBlueMatt/main
2022-04-15 Matt Corallo[TS] Update tests to latest upstream API
2022-02-02 Matt CoralloMerge pull request #82 from TheBlueMatt/main
2022-02-02 Matt Corallo[TS] Fix CI when we log while the browser is shutting...
2022-01-18 Matt CoralloMerge pull request #81 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Unify Web and Node.JS output so it can be universal
2022-01-17 Matt CoralloMerge pull request #80 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Manually GC on chromium and skip leak checks otherwise
2022-01-17 Matt Corallo[TS] Log console messages in browser tests via playwright
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Update tests to build a funding tx and get to...
2022-01-17 Matt Corallo[TS] Fix Some array leaks, mark others, treat < 10...
2022-01-17 Matt Corallo[TS] Debug allocations somewhat further, incl prints...
2022-01-17 Matt Corallo[TS] Remove race-y test for malloc-free-malloc re-using...
2022-01-17 Matt Corallo[TS] Fix HTML test runner to properly await and fully...
2022-01-14 Matt CoralloMerge pull request #78 from arik-so/typescript_fixes
2022-01-14 Arik SosmanInclude type declaration files and remove typically...
2022-01-10 Matt CoralloMerge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1
2022-01-10 Matt Corallo[TS] Change paths to liblightningjs.wasm to be in ts/
2022-01-10 Matt Corallo[TS] Add a basic functional tests of human types
2022-01-10 Matt Corallo[TS] Make compiler checks a bit more aggressive, fix...
2022-01-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt CoralloUpdate tests to test human structs from TypeScript
2022-01-07 Matt CoralloMerge pull request #72 from TheBlueMatt/main
2022-01-07 Matt CoralloMake genbindings.sh only build one of java/wasm, test...
2022-01-06 Matt CoralloSwitch to .mts files and build typescript bindings...
2022-01-05 Matt CoralloUpdate typescript test to latest API
2021-01-28 Matt CoralloUpdate TS strings and commit (broken) test updates
2021-01-28 Matt CoralloAdd test HTML file demonstrating linking and calling