2022-01-17 |
Matt Corallo | [TS] Free native -> human arrays after we're done converting
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Wrap `aligned_alloc` as well as other malloc's.
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Debug allocations somewhat further, incl prints...
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Move C header code to next to code that uses it...
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Fix Debug builds by removing ((destructor)) attributes
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Remove race-y test for malloc-free-malloc re-using...
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Swap Os for Oz because its a minor change and...
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Make bindings.mts export nothing, fix some indentation
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Set LDK_GARBAGECOLLECTED_GIT_OVERRIDE so that...
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Add bindings-binary-version-check to initializeWasm
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Create .d.mts files by default
|
commit | commitdiff | tree |
2022-01-17 |
Matt Corallo | [TS] Fix HTML test runner to properly await and fully...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Update auto-generated TypeScript Bindings
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Update auto-generated Java bindings (all functionally...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Split Java CI runs into tests and binary determinism...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Add package.json for public release
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Update README to describe TS as "early alpha" 🚀
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Change paths to liblightningjs.wasm to be in ts/
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Add a basic functional tests of human types
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Drop InternalUtils as they are now called via...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Swap BigInt (the class/constructor) for bigint...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Support mapping primitive arrays as non-arrays (eg...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Ensure `TypeInfo` always has `subty` set if its an...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Make String types language-specific and fix TS string...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Skip reference-holding in static methods in a (kinda...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Clean up wasm environment exports
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Configure memory setup in linker to not insta-OOM
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Rewrite complex enum creation
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Use export_/import_name to filter exposed symbols
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Correct pointer arithmetic on array construction
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Correctly pass u64s from TS to C, using BigInts
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Fix LDKRecoverableSignature variable parsing
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Use uintptr_t for the return value of `clone_ptr` to...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Implement Rust -> TS calls and TS Trait instance...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Make compiler checks a bit more aggressive, fix...
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | [TS] Fix indentation of bindings.mts somewhat
|
commit | commitdiff | tree |
2022-01-10 |
Matt Corallo | Fix double free introduced in 9b9e4369d34e24a9dc7f3f1494865a...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Update auto-generated TypeScript files
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Add a warning for Locked human objects as they are...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Update tests to test human structs from TypeScript
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make array human construction language-specific
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | [TS] Correct syntax in human interface files
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | [TS] Drop references to `this` in static `UtilMethods...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make TxOut language-specific, fix typescript UtilMethods...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | [TS] Fix syntax errors in human trait definitions
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make array range iteration language-specific
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make human -> C array mapping language-specific
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Use wasm's default memory instead of creating/accessing...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make struct pointer loading language-specific and reliable...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make Result mapping language-specific and implement...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Add InternalUtils for array length checking to match...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | [TS] Resolve locally-defined structs in other structs...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make the call for `ptrs_to.add()` swappable per language
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | [TS] Fix finalization syntax, drop "default" on class...
|
commit | commitdiff | tree |
2022-01-08 |
Matt Corallo | Make variable declaration statements language-specific
|
commit | commitdiff | tree |
2022-01-07 |
Matt Corallo | [TS] Minor syntax fixes in human struct files, mostly...
|
commit | commitdiff | tree |
2022-01-07 |
Matt Corallo | Pass output directory throuh to consts and call a cleanup...
|
commit | commitdiff | tree |
2022-01-07 |
Matt Corallo | Update auto-generated mts files (without structs)
|
commit | commitdiff | tree |
2022-01-07 |
Matt Corallo | Make genbindings.sh only build one of java/wasm, test...
|
commit | commitdiff | tree |
2022-01-06 |
Matt Corallo | Drop ts/util* which are no longer used/generated
|
commit | commitdiff | tree |
2022-01-06 |
Matt Corallo | Switch to .mts files and build typescript bindings...
|
commit | commitdiff | tree |
2022-01-06 |
Matt Corallo | Fix method reference errors and make bindings.ts generation...
|
commit | commitdiff | tree |
2022-01-05 |
Matt Corallo | Fix syntax errors in bindings.ts in option handling
|
commit | commitdiff | tree |
2022-01-05 |
Matt Corallo | Update tests and batteries to new result API
|
commit | commitdiff | tree |
2022-01-05 |
Matt Corallo | Unify tuple and result field getters and push them...
|
commit | commitdiff | tree |
2022-01-05 |
Matt Corallo | Update typescript test to latest API
|
commit | commitdiff | tree |
2022-01-05 |
Matt Corallo | Clean up TS arrays and make TS compile warning-free...
|
commit | commitdiff | tree |
2021-12-23 |
Matt Corallo | Update readme noting that the bindings are beta, not...
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Fix Java path setting in OSX builds
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Use LC_ALL instead of LANG to correct zip file ordering
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Update CI branches to 0.0.104
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Update auto-updated Java files
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Update tests and batteries for new 0.0.104 API, fix...
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Handle the new LDKTwelveBytes instead of LDKTenBytes
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Update HumanObjectPeerTest to exercise undefined JVM...
|
commit | commitdiff | tree |
2021-12-21 |
Matt Corallo | Work around Java's insane lack of finalization guarantees
|
commit | commitdiff | tree |
2021-12-12 |
Matt Corallo | Use the same FindClass argument for Android and regular...
|
commit | commitdiff | tree |
2021-12-12 |
Matt Corallo | Check exceptions after calling Enum.ordinal() from...
|
commit | commitdiff | tree |
2021-12-05 |
Matt Corallo | throw InvalidSerializedDataException on duplicate ChannelMon...
|
commit | commitdiff | tree |
2021-12-05 |
Matt Corallo | Override hashCode and equals for Rust objects that...
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Make maven a bit quieter during CI runs
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Update to Maven 3.8.4 on OSX CI builds
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Update auto-generated bindings
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Update tests to new logger API
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Replace unicode … with ... as java complains about...
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Update PeerTest for new trait-object-return call semantics
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Clone objects being returned from trait methods before...
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Construct a method to clone returning a pointerand...
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Drop unused Vec constructor functions
|
commit | commitdiff | tree |
2021-12-02 |
Matt Corallo | Map functions on 3-tuples
|
commit | commitdiff | tree |
2021-12-01 |
Matt Corallo | Use new is_ok functions for Result checks in hand-written...
|
commit | commitdiff | tree |
2021-12-01 |
Matt Corallo | Update Result mapping to use new `_is_ok` function...
|
commit | commitdiff | tree |
2021-12-01 |
Matt Corallo | Check array lengths before passing them to C
|
commit | commitdiff | tree |
2021-12-01 |
Matt Corallo | CHECK_ACCESS inner pointers using the new __unmangle_inner_p...
|
commit | commitdiff | tree |
2021-11-28 |
Matt Corallo | Add Variant-Level docs on complex and unitary enums.
|
commit | commitdiff | tree |
2021-11-25 |
Matt Corallo | Allow users to specify a `UserConfig` when de-ser'ing...
|
commit | commitdiff | tree |
2021-11-11 |
Matt Corallo | Hold a reference when we pass Option<Trait> to rust
|
commit | commitdiff | tree |
2021-11-11 |
Matt Corallo | Make enum-contains-trait detection more robust
|
commit | commitdiff | tree |
2021-11-04 |
Matt Corallo | Update Github Actions branch reference to 0.0.103
|
commit | commitdiff | tree |
2021-11-04 |
Matt Corallo | Update tests for latest upstream API
|
commit | commitdiff | tree |
next |