ldk-java
2022-03-04 Matt Corallo[TS] Update auto-generated C bindings with latest changes
2022-03-04 Matt Corallo[Java] Update auto-generated bindings with latest changes
2022-03-04 Matt CoralloMake pointer integer type language-dependent, instead...
2022-03-04 Matt Corallo[Android] Drop i686 as a build target
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt CoralloUpdate CI to the ldk-c-bindings 0.0.105 branch
2022-03-03 Matt CoralloBump clang to 13.0.1 on OSX in CI
2022-03-03 Matt Corallo[TS] Update auto-generated bindings for 0.0.105.0
2022-03-03 Matt Corallo[TS] Handle UInt5s and arrays of UInt5s
2022-03-03 Matt Corallo[Java] Update HumanObjectPeerTest to test Scorer serial...
2022-03-03 Matt Corallo[Java] Update auto-generated bindings to 0.0.105.0
2022-03-03 Matt Corallo[Java] Add a reachabilityFence on underlying trait...
2022-03-03 Matt Corallo[Java] Update tests + batteries to latest upstream API
2022-03-03 Matt Corallo[Java] Handle UInt5 array conversion
2022-03-03 Matt CoralloCorrect handling of arrays of 32-byte-array equivalents...
2022-03-03 Matt CoralloProperly match warning comments, not structs with ...
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-02-02 Matt Corallo[Java] Close all sockets cleanly on `NioPeerHandler...
2022-02-02 Matt Corallo[Java] More carefully ensure sockets are closed in...
2022-01-18 Matt Corallo[Java] Stop processing net before we stop the backgroun...
2022-01-18 Matt Corallo[TS] Copy README.md instead of symlinking, so npm publi...
2022-01-18 Matt Corallo[TS] Add a types tag in package.json to point to TS...
2022-01-18 Matt CoralloMerge pull request #81 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Bump package version to 0.0.104.1alpha4
2022-01-17 Matt CoralloUpdate auto-generated TypeScript files (now universal...
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] Bump package version to 0.0.104.1alpha3
2022-01-17 Matt Corallo[TS] Include missing version.mjs file
2022-01-17 Matt Corallo[TS] spawn second HTTP server for release run, killing...
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] Do not rely on a symlink as npm publish ignores it
2022-01-17 Matt CoralloUpdate auto-generated Java Bindings
2022-01-17 Matt Corallo[TS] Update auto-generated TypeScript Bindings
2022-01-17 Matt Corallo[TS] Update tests to build a funding tx and get to...
2022-01-17 Matt CoralloUse uintptr_t in generic conversion when we're talking...
2022-01-17 Matt CoralloUse intptr_t in C when talking about a pointer.
2022-01-17 Matt Corallo[TS] Run both debug and release builds in CI
2022-01-17 Matt Corallo[TS] Bump version to 0.0.104.1alpha2
2022-01-17 Matt Corallo[TS] Include most doc comments
2022-01-17 Matt Corallo[TS] Fix Some array leaks, mark others, treat < 10...
2022-01-17 Matt Corallo[TS] Empty environment variables as WASI's environ...
2022-01-17 Matt Corallo[TS] Use -O1 on debug builds as otherwise they can...
2022-01-17 Matt Corallo[TS] Free native -> human arrays after we're done conve...
2022-01-17 Matt Corallo[TS] Wrap `aligned_alloc` as well as other malloc's.
2022-01-17 Matt Corallo[TS] Debug allocations somewhat further, incl prints...
2022-01-17 Matt Corallo[TS] Move C header code to next to code that uses it...
2022-01-17 Matt Corallo[TS] Fix Debug builds by removing ((destructor)) attributes
2022-01-17 Matt Corallo[TS] Remove race-y test for malloc-free-malloc re-using...
2022-01-17 Matt Corallo[TS] Swap Os for Oz because its a minor change and...
2022-01-17 Matt Corallo[TS] Make bindings.mts export nothing, fix some indentation
2022-01-17 Matt Corallo[TS] Set LDK_GARBAGECOLLECTED_GIT_OVERRIDE so that...
2022-01-17 Matt Corallo[TS] Add bindings-binary-version-check to initializeWasm
2022-01-17 Matt Corallo[TS] Create .d.mts files by default
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 CoralloUpdate auto-generated TypeScript Bindings 2022-01-ts-hu-files
2022-01-10 Matt CoralloUpdate auto-generated Java bindings (all functionally...
2022-01-10 Matt CoralloSplit Java CI runs into tests and binary determinism...
2022-01-10 Matt Corallo[TS] Add package.json for public release
2022-01-10 Matt Corallo[TS] Update README to describe TS as "early alpha" 🚀
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] Drop InternalUtils as they are now called via...
2022-01-10 Matt Corallo[TS] Swap BigInt (the class/constructor) for bigint...
2022-01-10 Matt CoralloSupport mapping primitive arrays as non-arrays (eg...
2022-01-10 Matt CoralloEnsure `TypeInfo` always has `subty` set if its an...
2022-01-10 Matt CoralloMake String types language-specific and fix TS string...
2022-01-10 Matt CoralloSkip reference-holding in static methods in a (kinda...
2022-01-10 Matt Corallo[TS] Clean up wasm environment exports
2022-01-10 Matt Corallo[TS] Configure memory setup in linker to not insta-OOM
2022-01-10 Matt Corallo[TS] Rewrite complex enum creation
2022-01-10 Matt Corallo[TS] Use export_/import_name to filter exposed symbols
2022-01-10 Matt Corallo[TS] Correct pointer arithmetic on array construction
2022-01-10 Matt Corallo[TS] Correctly pass u64s from TS to C, using BigInts
2022-01-10 Matt CoralloFix LDKRecoverableSignature variable parsing
2022-01-10 Matt CoralloUse uintptr_t for the return value of `clone_ptr` to...
2022-01-10 Matt Corallo[TS] Implement Rust -> TS calls and TS Trait instance...
2022-01-10 Matt Corallo[TS] Make compiler checks a bit more aggressive, fix...
2022-01-10 Matt Corallo[TS] Fix indentation of bindings.mts somewhat
2022-01-10 Matt CoralloFix double free introduced in 9b9e4369d34e24a9dc7f3f149...
2022-01-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt CoralloUpdate auto-generated TypeScript files
2022-01-08 Matt CoralloAdd a warning for Locked human objects as they are...
2022-01-08 Matt CoralloUpdate tests to test human structs from TypeScript
2022-01-08 Matt CoralloMake array human construction language-specific
2022-01-08 Matt Corallo[TS] Correct syntax in human interface files
2022-01-08 Matt Corallo[TS] Drop references to `this` in static `UtilMethods...
2022-01-08 Matt CoralloMake TxOut language-specific, fix typescript UtilMethod...
2022-01-08 Matt Corallo[TS] Fix syntax errors in human trait definitions
2022-01-08 Matt CoralloMake array range iteration language-specific
2022-01-08 Matt CoralloMake human -> C array mapping language-specific
2022-01-08 Matt CoralloUse wasm's default memory instead of creating/accessing...
2022-01-08 Matt CoralloMake struct pointer loading language-specific and relia...
2022-01-08 Matt CoralloMake Result mapping language-specific and implement...
next