2022-01-17 |
Matt Corallo | [TS] Manually GC on chromium and skip leak checks otherwise |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Log console messages in browser tests via playwright |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | Merge pull request #79 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Do not rely on a symlink as npm publish ignores it |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | Update auto-generated Java Bindings |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Update auto-generated TypeScript Bindings |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Update tests to build a funding tx and get to... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | Use uintptr_t in generic conversion when we're talking... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | Use intptr_t in C when talking about a pointer. |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Run both debug and release builds in CI |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Bump version to 0.0.104.1alpha2 |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Include most doc comments |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Fix Some array leaks, mark others, treat < 10... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Empty environment variables as WASI's environ... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Use -O1 on debug builds as otherwise they can... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Free native -> human arrays after we're done conve... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Wrap `aligned_alloc` as well as other malloc's. |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Debug allocations somewhat further, incl prints... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Move C header code to next to code that uses it... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Fix Debug builds by removing ((destructor)) attributes |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Remove race-y test for malloc-free-malloc re-using... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Swap Os for Oz because its a minor change and... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Make bindings.mts export nothing, fix some indentation |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Set LDK_GARBAGECOLLECTED_GIT_OVERRIDE so that... |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Add bindings-binary-version-check to initializeWasm |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Create .d.mts files by default |
commit | commitdiff | tree | snapshot |
2022-01-17 |
Matt Corallo | [TS] Fix HTML test runner to properly await and fully... |
commit | commitdiff | tree | snapshot |
2022-01-14 |
Matt Corallo | Merge pull request #78 from arik-so/typescript_fixes |
commit | commitdiff | tree | snapshot |
2022-01-14 |
Arik Sosman | Include type declaration files and remove typically... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Merge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1 |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Update auto-generated TypeScript Bindings 2022-01-ts-hu-files |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Update auto-generated Java bindings (all functionally... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Split Java CI runs into tests and binary determinism... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Add package.json for public release |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Update README to describe TS as "early alpha" 🚀 |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Change paths to liblightningjs.wasm to be in ts/ |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Add a basic functional tests of human types |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Drop InternalUtils as they are now called via... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Swap BigInt (the class/constructor) for bigint... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Support mapping primitive arrays as non-arrays (eg... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Ensure `TypeInfo` always has `subty` set if its an... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Make String types language-specific and fix TS string... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Skip reference-holding in static methods in a (kinda... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Clean up wasm environment exports |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Configure memory setup in linker to not insta-OOM |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Rewrite complex enum creation |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Use export_/import_name to filter exposed symbols |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Correct pointer arithmetic on array construction |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Correctly pass u64s from TS to C, using BigInts |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Fix LDKRecoverableSignature variable parsing |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Use uintptr_t for the return value of `clone_ptr` to... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Implement Rust -> TS calls and TS Trait instance... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Make compiler checks a bit more aggressive, fix... |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | [TS] Fix indentation of bindings.mts somewhat |
commit | commitdiff | tree | snapshot |
2022-01-10 |
Matt Corallo | Fix double free introduced in 9b9e4369d34e24a9dc7f3f149... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Merge pull request #73 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Update auto-generated TypeScript files |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Add a warning for Locked human objects as they are... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Update tests to test human structs from TypeScript |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make array human construction language-specific |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Correct syntax in human interface files |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Drop references to `this` in static `UtilMethods... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make TxOut language-specific, fix typescript UtilMethod... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Fix syntax errors in human trait definitions |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make array range iteration language-specific |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make human -> C array mapping language-specific |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Use wasm's default memory instead of creating/accessing... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make struct pointer loading language-specific and relia... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make Result mapping language-specific and implement... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Add InternalUtils for array length checking to match... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Resolve locally-defined structs in other structs... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make the call for `ptrs_to.add()` swappable per language |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | [TS] Fix finalization syntax, drop "default" on class... |
commit | commitdiff | tree | snapshot |
2022-01-08 |
Matt Corallo | Make variable declaration statements language-specific |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | [TS] Minor syntax fixes in human struct files, mostly... |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Pass output directory throuh to consts and call a clean... |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Merge pull request #72 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Update auto-generated mts files (without structs) |
commit | commitdiff | tree | snapshot |
2022-01-07 |
Matt Corallo | Make genbindings.sh only build one of java/wasm, test... |
commit | commitdiff | tree | snapshot |
2022-01-06 |
Matt Corallo | Drop ts/util* which are no longer used/generated |
commit | commitdiff | tree | snapshot |
2022-01-06 |
Matt Corallo | Switch to .mts files and build typescript bindings... |
commit | commitdiff | tree | snapshot |
2022-01-06 |
Matt Corallo | Fix method reference errors and make bindings.ts genera... |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Fix syntax errors in bindings.ts in option handling |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Update tests and batteries to new result API |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Unify tuple and result field getters and push them... |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Update typescript test to latest API |
commit | commitdiff | tree | snapshot |
2022-01-05 |
Matt Corallo | Clean up TS arrays and make TS compile warning-free... |
commit | commitdiff | tree | snapshot |
2021-12-23 |
Matt Corallo | Merge pull request #71 from TheBlueMatt/main |
commit | commitdiff | tree | snapshot |
2021-12-23 |
Matt Corallo | Update readme noting that the bindings are beta, not... |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Merge pull request #69 from TheBlueMatt/main v0.0.104.0 |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Fix Java path setting in OSX builds |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Use LC_ALL instead of LANG to correct zip file ordering |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update CI branches to 0.0.104 |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update auto-updated Java files |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update tests and batteries for new 0.0.104 API, fix... |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Handle the new LDKTwelveBytes instead of LDKTenBytes |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Update HumanObjectPeerTest to exercise undefined JVM... |
commit | commitdiff | tree | snapshot |
2021-12-21 |
Matt Corallo | Work around Java's insane lack of finalization guarantees |
commit | commitdiff | tree | snapshot |
2021-12-12 |
Matt Corallo | Use the same FindClass argument for Android and regular... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
Matt Corallo | Check exceptions after calling Enum.ordinal() from... |
commit | commitdiff | tree | snapshot |
next |