Fix write method generation w/ upstream changes
[ldk-java] / src / main / java / org / ldk / structs /
2020-10-27 Matt CoralloFix write method generation w/ upstream changes
2020-10-25 Matt Coralloclone traits before passing to jcalls and map to human...
2020-10-25 Matt CoralloFix returning traits in trait calls, move towards clone...
2020-10-25 Matt CoralloMap Transactions as byte[] instead of trying to keep...
2020-10-24 Matt CoralloProperly handle java refs in traits returning traits
2020-10-23 Matt CoralloAdd ability to get serialized transaction bytes
2020-10-23 Matt CoralloFinish compacting giant type-conversion-strings if...
2020-10-22 Matt CoralloSkip fewer fn's, support trait-contained objects
2020-10-22 Matt CoralloProvide human versions of trait interfaces, with a...
2020-10-21 Matt CoralloExpose human functions that use Result objects
2020-10-21 Matt CoralloMake complex enums more complete, track reference-or...
2020-10-20 Matt CoralloRewrite the world, with several interdependant changes...
2020-10-15 Matt CoralloProperly set CVec_u8Z to a byte[] which adds a ton...
2020-10-14 Matt CoralloUse AutoCloseable for structs named Locked*
2020-10-13 Matt Coralloexplode to constructor args when we cant clone but...
2020-10-13 Matt CoralloDrop the _call insertion
2020-10-13 Matt CoralloSkip methods we can't use anyway
2020-10-13 Matt CoralloUpdate to support None
2020-10-13 Matt CoralloConvert slices - requires some machinery to call Releas...
2020-10-12 Matt CoralloClean up assertions, new Clone impls, ThreeBytes
2020-10-12 Matt CoralloExpose signatures as byte[], check array lengths in C.
2020-10-12 Matt CoralloExpose SecretKey as byte[32], expose trait call fns...
2020-10-12 Matt CoralloCreate structs and traits that are (a bit) more human...