ldk-java
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...
2022-01-08 Matt CoralloAdd InternalUtils for array length checking to match...
2022-01-08 Matt Corallo[TS] Resolve locally-defined structs in other structs...
2022-01-08 Matt CoralloMake the call for `ptrs_to.add()` swappable per language
2022-01-08 Matt Corallo[TS] Fix finalization syntax, drop "default" on class...
2022-01-08 Matt CoralloMake variable declaration statements language-specific
2022-01-07 Matt Corallo[TS] Minor syntax fixes in human struct files, mostly...
2022-01-07 Matt CoralloPass output directory throuh to consts and call a clean...
2022-01-07 Matt CoralloMerge pull request #72 from TheBlueMatt/main
2022-01-07 Matt CoralloUpdate auto-generated mts files (without structs)
2022-01-07 Matt CoralloMake genbindings.sh only build one of java/wasm, test...
2022-01-06 Matt CoralloDrop ts/util* which are no longer used/generated
2022-01-06 Matt CoralloSwitch to .mts files and build typescript bindings...
2022-01-06 Matt CoralloFix method reference errors and make bindings.ts genera...
2022-01-05 Matt CoralloFix syntax errors in bindings.ts in option handling
2022-01-05 Matt CoralloUpdate tests and batteries to new result API
2022-01-05 Matt CoralloUnify tuple and result field getters and push them...
2022-01-05 Matt CoralloUpdate typescript test to latest API
2022-01-05 Matt CoralloClean up TS arrays and make TS compile warning-free...
2021-12-23 Matt CoralloMerge pull request #71 from TheBlueMatt/main
2021-12-23 Matt CoralloUpdate readme noting that the bindings are beta, not...
2021-12-21 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.104.0
2021-12-21 Matt CoralloFix Java path setting in OSX builds
2021-12-21 Matt CoralloUse LC_ALL instead of LANG to correct zip file ordering
2021-12-21 Matt CoralloUpdate CI branches to 0.0.104
2021-12-21 Matt CoralloUpdate auto-updated Java files
2021-12-21 Matt CoralloUpdate tests and batteries for new 0.0.104 API, fix...
2021-12-21 Matt CoralloHandle the new LDKTwelveBytes instead of LDKTenBytes
2021-12-21 Matt CoralloUpdate HumanObjectPeerTest to exercise undefined JVM...
2021-12-21 Matt CoralloWork around Java's insane lack of finalization guarantees
2021-12-12 Matt CoralloUse the same FindClass argument for Android and regular...
2021-12-12 Matt CoralloCheck exceptions after calling Enum.ordinal() from...
2021-12-05 Matt Corallothrow InvalidSerializedDataException on duplicate Chann...
2021-12-05 Matt CoralloOverride hashCode and equals for Rust objects that...
2021-12-03 Matt CoralloMerge pull request #56 from TheBlueMatt/main v0.0.103.1
2021-12-02 Matt CoralloMake maven a bit quieter during CI runs
2021-12-02 Matt CoralloUpdate to Maven 3.8.4 on OSX CI builds
next