[Java] Upgrade Android deterministic build to Debian bookworm
[ldk-java] / typescript_strings.py
2024-01-29 Matt CoralloMerge pull request #146 from TheBlueMatt/main
2024-01-29 Matt CoralloAdd manual implementation of the new `WitnessVersion...
2024-01-29 Matt Corallo[TS] Add one additional call function semantic
2023-10-30 Matt CoralloMerge pull request #141 from TheBlueMatt/main v0.0.118.0
2023-10-16 Matt Corallo[TS + C#] Correct indentation in enum variant-fetching...
2023-10-16 Matt CoralloCorrect unitary enum C type variable name
2023-10-10 Matt CoralloMerge pull request #139 from TheBlueMatt/main
2023-10-07 Matt Corallo[TS] Correct trait construction with multiple supertraits
2023-10-07 Matt Corallo[TS] Handle from-hu string array conversions
2023-10-07 Matt Corallo[TS] Don't null-check array conversions that aren't...
2023-10-01 Matt CoralloUpdate type listing for LDK 0.0.117 bindings and suppor...
2023-07-31 Matt CoralloMerge pull request #135 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt Corallo[TS] Add support for one additional call semantic which...
2023-07-30 Matt CoralloAdd handling for signed int64 type
2023-07-30 Matt CoralloAdd handling for manual `TxIn` and stop trying to clone...
2023-04-27 Matt CoralloMerge pull request #128 from TheBlueMatt/main
2023-04-26 Matt Corallo[TS] Support arrays of strings for LDK 0.0.115
2023-04-05 Matt Corallo[TS] log when an exception is thrown inside of a trait...
2023-03-19 Matt CoralloMerge pull request #127 from TheBlueMatt/main v0.0.114.1
2023-03-17 Matt CoralloAdd missing export of `UtilMethods`
2023-03-10 Matt CoralloMerge pull request #126 from TheBlueMatt/main
2023-03-09 Matt Corallo[TS] Slightly improve logging in TS trait calls that...
2023-03-08 Matt CoralloSupport traits with supertraits of supertraits
2023-03-08 Matt CoralloSupport (fixed-length) arrays of 16-bit integers
2023-01-18 Matt Corallo[TS] Remove unused variable in generator
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2023-01-11 Matt CoralloAdd some additional writing hooks which C# needs
2023-01-11 Matt Corallo[TS] Support one more call function
2023-01-11 Matt CoralloNew manual U5 (from u5) and Witness types
2023-01-11 Matt CoralloAdd support for U128, passed as [u8; 16] but with human...
2022-12-27 Matt CoralloPass array type, not subty to primitive_arr_*_hu for...
2022-10-28 Matt CoralloMerge pull request #120 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt Corallo[TS] Be more aggressive with type checks
2022-10-28 Matt Corallo[TS] Handle nullable arrays and objects in more cases
2022-10-27 Matt Corallo[TS] Fix calling trait methods which return a simple...
2022-10-06 Matt Corallo[TS] Correct encodeUint64Array array view length
2022-10-03 Matt CoralloMerge pull request #119 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt Corallo[TS] Fix generation for traits that have supertraits
2022-10-03 Matt Corallo[TS] Correct TS call semantics for some function types
2022-10-03 Matt CoralloAdd support for mapping LDKBigEndianScalar manually...
2022-09-03 Matt CoralloMerge pull request #117 from TheBlueMatt/2022-08-fix-npe v0.0.110.3
2022-09-03 Matt Corallo[TS+Java] Ensure we don't try to add a reference from...
2022-08-13 Matt CoralloMerge pull request #114 from TheBlueMatt/main
2022-08-13 Matt CoralloSwitch 32-bit platforms to using 64-bit "pointers"
2022-08-13 Matt CoralloChange where the opaque struct is_owned bit is stored...
2022-08-06 Matt CoralloMerge pull request #113 from TheBlueMatt/main v0.0.110.1
2022-08-05 Matt Corallo[TS] Ensure uint64_t arrays are 8-byte aligned by using...
2022-08-05 Matt Corallo[TS] Redo C -> TS call function naming to make it harde...
2022-08-05 Matt Corallo[TS] Call FinalizationRegistry.register with a unregist...
2022-08-05 Matt Corallo[TS] Support lock structs by requiring manual free...
2022-08-05 Matt Corallo[TS] Fix fd_write to match the ABI, quiet environ call...
2022-08-05 Matt Corallo[TS] Support mapping returned uint64[]s from rust functions
2022-07-23 Matt CoralloMerge pull request #107 from TheBlueMatt/main
2022-07-22 Matt Corallo[TS] Add missing space in array length error string
2022-07-22 Matt Corallo[TS] Properly export unitary enums such that they're...
2022-06-30 Matt CoralloMerge pull request #104 from TheBlueMatt/main v0.0.108.1
2022-06-30 Matt Corallo[TS] Fix typo in inconsistent-versions error message
2022-06-30 Matt Corallo[TS] Free arrays passed as slices from TS -> C -> Rust
2022-06-30 Matt Corallo[TS] Split C -> JS function calls based on u32/u64...
2022-06-29 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.108.0
2022-06-29 Matt Corallo[Java] Map `LDKReadOnly*` the same as `LDKLocked*`...
2022-06-28 Matt CoralloAdd handling for the new WitnessVersion type, similar...
2022-04-15 Matt CoralloMerge pull request #94 from TheBlueMatt/main
2022-04-15 Matt Corallo[TS] Implement trait_struct_inc_refcnt properly (identi...
2022-04-14 Matt CoralloAdd a new manual type - UnqualifiedError/LDKError
2022-04-14 Matt CoralloFully-Qualify Paths in some contexts instead of assumin...
2022-03-03 Matt CoralloMerge pull request #86 from TheBlueMatt/main
2022-03-03 Matt Corallo[TS] Handle UInt5s and arrays of UInt5s
2022-01-18 Matt CoralloMerge pull request #81 from TheBlueMatt/main
2022-01-17 Matt Corallo[TS] Unify Web and Node.JS output so it can be universal
2022-01-17 Matt CoralloMerge pull request #79 from TheBlueMatt/main
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] 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] Make bindings.mts export nothing, fix some indentation
2022-01-17 Matt Corallo[TS] Add bindings-binary-version-check to initializeWasm
2022-01-10 Matt CoralloMerge pull request #74 from TheBlueMatt/2022-01-ts... v0.0.104.1
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 CoralloMake String types language-specific and fix TS string...
2022-01-10 Matt Corallo[TS] Clean up wasm environment exports
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 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-08 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-01-08 Matt CoralloAdd a warning for Locked human objects as they are...
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 CoralloMake TxOut language-specific, fix typescript UtilMethod...
2022-01-08 Matt Corallo[TS] Fix syntax errors in human trait definitions
next