Update CI references to 0.0.122
[ldk-java] / csharp_strings.py
2024-03-13 Matt CoralloMerge pull request #150 from TheBlueMatt/main
2024-03-13 Matt Corallo[C#] Very marginally clean up get_java_arr_elem conditi...
2024-03-13 Matt CoralloMerge pull request #151 from aarani/fixStringArrayDecode
2024-03-10 Afshin AraniCSharp: fix LDKStr array decoding
2024-03-07 Matt CoralloMerge pull request #147 from TheBlueMatt/main
2024-02-01 Matt Corallo[C#] Use `Heap{Alloc,Free}` rather than `malloc`/`free...
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[C#] Use an instance of the callback delegate, not...
2024-01-29 Matt Corallo[C#] Check int lengths at compile time
2023-11-17 Matt CoralloMerge pull request #145 from TheBlueMatt/main
2023-11-16 Matt Corallo[C#] Fix compile warnings which have become errors...
2023-11-11 Matt CoralloMerge pull request #142 from TheBlueMatt/main
2023-11-10 Matt Corallo[C#] Drop reference to `assert` which makes building...
2023-11-09 Matt Corallo[C#] Drop marshalling generation
2023-11-09 Matt Corallo[C#] Move C# side to a TypeScript-based array/string...
2023-11-09 Matt Corallo[C#] Rewrite trait impl based on typescript, not Java
2023-11-09 Matt Corallo[C#] Move dont-use-reserved-words handling to a util...
2023-11-07 Matt Corallo[C#] Correct a few things after converting C array...
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] 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-09-07 Matt Corallo[C#] Drop java-specific crap and upgrade mono to someth...
2023-09-05 Matt Corallo[C#] Add marshaling logic for array C# -> C conversion
2023-09-05 Matt Corallo[C#] Use TypeScript Array/String layouts
2023-09-05 Matt Corallo[C#] Add support for TxIn, int64_t, and int16_t[]
2023-09-05 Matt Corallo[C#] Add missing handling of traits with supertraits...
2023-01-14 Matt CoralloMerge pull request #124 from TheBlueMatt/main v0.0.113.0
2023-01-11 Matt Corallo[C#] Add initial hooks, the C# code compiles, the C...