Update auto-generated bindings
[ldk-java] / gen_type_mapping.py
2021-03-30 Matt CoralloMerge pull request #15 from TheBlueMatt/2021-03-fix...
2021-03-30 Matt CoralloFix clone-required detection and handling for complex...
2021-03-08 Arik SosmanMerge pull request #5 from TheBlueMatt/main
2021-03-08 Matt CoralloCorrect handling of Option<Trait>
2021-03-06 Arik SosmanMerge pull request #2 from TheBlueMatt/main
2021-03-05 Matt CoralloWork around our stupid hack with a stupid hack (see...
2021-03-05 Matt CoralloProperly convert 2D arrays in from_hu_conv
2021-02-03 Matt CoralloHandle `uintptr_t`s better in JNI bindings
2021-02-02 Matt CoralloProperly free C tuples when the inner fields are dropped
2021-02-01 Matt CoralloAdd additional reference tags, drop some now-redundant...
2021-02-01 Matt CoralloWipe Java objects when we move them into rust (only...
2021-02-01 Matt CoralloVarious straightforward cleanups
2021-02-01 Matt CoralloStandardize warning clone comment
2021-02-01 Matt CoralloAdd a reference low bit for non-opaque types to tag...
2021-01-28 Matt CoralloDirty hack to avoid freeing TxOuts inside of Tuples
2021-01-28 Matt CoralloClone objects returned from jcalls before returning...
2021-01-28 Matt CoralloRedo arrays/strings in TS to be uint32_ts, call trait...
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-26 Matt CoralloDo array conv in per-lang files, handle object arrays...
2021-01-25 Matt CoralloMove native string conversion to per-lang files
2021-01-25 Matt CoralloRemove commented-out code
2021-01-25 Matt CoralloFix short, push trait struct refcnt increment down...
2021-01-19 Arik Sosmanfix pointer types in Typescript
2021-01-16 Arik Sosmanextract map_type functionality into separate file ...