ldk-java
2021-01-27 Matt CoralloRe-fix whitespace errors
2021-01-27 Arik Sosmanmerge Matt's array codec mechanism
2021-01-27 Arik SosmanMerge branch 'master' of https://git.bitcoin.ninja...
2021-01-27 Arik Sosmanmake typescript bindings rely on wasm type codec methods
2021-01-27 Matt CoralloAdd js-wasm.h from arik's repo
2021-01-27 Arik Sosmandon't return values for void types
2021-01-27 Arik Sosmanenable async wasm initialization
2021-01-27 Arik Sosmanmake typescript bindings rely on wasm type codec methods
2021-01-27 Matt CoralloBindings updates
2021-01-27 Matt CoralloMove TS Arrays to a single pointer
2021-01-26 Matt CoralloBindings updates
2021-01-26 Matt CoralloDo array conv in per-lang files, handle object arrays...
2021-01-25 Matt CoralloHandle uintptr_t slightly better in C conversion
2021-01-25 Matt CoralloMove native string conversion to per-lang files
2021-01-25 Matt CoralloMore TS C trait conversion + drop unused get_obj_from_j...
2021-01-25 Matt CoralloTypescript C build and string updates
2021-01-25 Matt CoralloRemove commented-out code
2021-01-25 Matt CoralloUnify naming of type lookups in c_type_map dict
2021-01-25 Matt CoralloFix some whitespace bugs
2021-01-25 Matt CoralloFix short, push trait struct refcnt increment down...
2021-01-25 Arik Sosmanmove util.ts file to ts directory
2021-01-19 Arik Sosmanfix pointer types in Typescript
2021-01-16 Arik Sosmanmap opaque struct header
2021-01-16 Arik Sosmanextract map_type functionality into separate file ...
2021-01-16 Arik Sosmanmake target argument optional for typescript inputs...
2021-01-16 Arik Sosmanadd node wasm import to bindings
2021-01-16 Arik Sosmanclean up bindings trait output
2021-01-16 Arik Sosmanuse templates for human type conversions
2021-01-15 Arik Sosmanfix argument/type order in interface method override...
2021-01-14 Arik Sosmaninch towards more map_trait cleanup for Typescript
2021-01-14 Arik Sosmanadd typescript tuple generics
2021-01-14 Arik Sosmanexpand c type conversions to other integer array types
2021-01-14 Arik Sosmaninitiate language-dependent type mappings from C
2021-01-13 Arik Sosmanoverride CommonBase file, and make private constructor...
2021-01-13 Matt Corallobindings updates
2021-01-13 Matt Corallo[double-free, with XXX] More conv for traits
2021-01-12 Matt Coralloauto-generated bindings updates
2021-01-12 Matt CoralloParse complex enum fields prior to per-language logic...
2021-01-12 Matt CoralloTS bindings
2021-01-12 Matt CoralloFix file extension for typescript
2021-01-12 Arik SosmanComplex enum mappings
2021-01-12 Matt CoralloRevert "Somewhat redundant changes (new file_ext, arg...
2021-01-12 Arik SosmanSomewhat redundant changes (new file_ext, arg parse...
2021-01-12 Arik SosmanUse file_ext everywhere, common base/header for TS...
2021-01-12 Matt CoralloJava bindings updates with new generator, with no funct...
2021-01-12 Matt CoralloAdd TS bindings generation, with per-lang strings in...
2021-01-10 Matt Corallobindings updates
2021-01-10 Matt CoralloWalk back some of the clone updates, with comments...
2021-01-08 Matt Coralloupdated bindings
2021-01-08 Matt CoralloRewrite clone handling to manually-define them for...
2021-01-08 Matt CoralloUpdated bindings
2021-01-08 Matt Coralloupdate to new upstream
2020-10-27 Matt CoralloFix write method generation w/ upstream changes
2020-10-26 Matt CoralloFix race in tests
2020-10-25 Matt CoralloOptionally use a ChainMonitor instead of custom Watch...
2020-10-25 Matt Coralloclone traits before passing to jcalls and map to human...
2020-10-25 Matt CoralloUpdate Human object test to use SocketDescriptor traits...
2020-10-25 Matt CoralloFix returning traits in trait calls, move towards clone...
2020-10-25 Matt CoralloStop masking the owned bit on a freshly-cloned object
2020-10-25 Matt CoralloMap Transactions as byte[] instead of trying to keep...
2020-10-25 Matt CoralloRework holds_ref and clone logic somewhat
2020-10-25 Matt CoralloFix tests for new API
2020-10-24 Matt CoralloProperly handle java refs in traits returning traits
2020-10-24 Matt CoralloClone before passing to java + new clone upstream
2020-10-24 Matt CoralloFix opaque struct ptr ret-conv, used in jcall arg passing
2020-10-24 Matt CoralloFix ObjectArray (array-of-arrays) creation
2020-10-24 Matt CoralloFix optimized build
2020-10-23 Matt CoralloWrite tuple getters (and test them, exposing memory...
2020-10-23 Matt CoralloAdd ability to get serialized transaction bytes
2020-10-23 Matt CoralloExpand the human object test somewhat
2020-10-23 Matt CoralloEnable more C build-time warnings
2020-10-23 Matt CoralloFinish compacting giant type-conversion-strings if...
2020-10-22 Matt CoralloCompact giant type-conversion-strings if tree somewhat
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 CoralloRely on pointers even less in HumanObject testing
2020-10-21 Matt CoralloExpose human functions that use Result objects
2020-10-21 Matt CoralloProperly free Vec<u8>s after conversion to byte[].
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-15 Matt CoralloFigure out java human types conversion stuff when doing...
2020-10-15 Matt CoralloSplit get_inner into get_ok/_err so that we can map...
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...
2020-10-12 Matt CoralloDrop stale jni header files
2020-10-12 Matt CoralloAgressively clone when passing to rust
2020-10-12 Matt CoralloNew upstream bindings that generate _clone fns
2020-10-12 Matt CoralloUse weak references to JCalls objects.
2020-10-11 Matt CoralloSend a payment!
2020-10-11 Matt CoralloConvert pubkeys to byte arrays, fix assertions, fix...
2020-10-10 Matt CoralloFully open and confirm a channel in Java!
next