ldk-java
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
2021-12-02 Matt CoralloUpdate auto-generated bindings
2021-12-02 Matt CoralloUpdate tests to new logger API
2021-12-02 Matt CoralloReplace unicode … with ... as java complains about...
2021-12-02 Matt CoralloUpdate PeerTest for new trait-object-return call semantics
2021-12-02 Matt CoralloClone objects being returned from trait methods before...
2021-12-02 Matt CoralloConstruct a method to clone returning a pointerand...
2021-12-02 Matt CoralloDrop unused Vec constructor functions
2021-12-02 Matt CoralloMap functions on 3-tuples
2021-12-01 Matt CoralloUse new is_ok functions for Result checks in hand-writt...
2021-12-01 Matt CoralloUpdate Result mapping to use new `_is_ok` function...
2021-12-01 Matt CoralloCheck array lengths before passing them to C
2021-12-01 Matt CoralloCHECK_ACCESS inner pointers using the new __unmangle_in...
2021-11-28 Matt CoralloAdd Variant-Level docs on complex and unitary enums.
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-11 Matt CoralloMake enum-contains-trait detection more robust
2021-11-04 Matt CoralloMerge pull request #54 from TheBlueMatt/main
2021-11-04 Matt CoralloUpdate Github Actions branch reference to 0.0.103
2021-11-04 Matt CoralloAdd support for InvoicePayer to ChannelManagerConstruct...
2021-11-04 Matt CoralloUpdate tests for latest upstream API
2021-11-04 Matt CoralloUpdate auto-generated bindings to 0.0.103
next