ldk-java
2021-03-05 Matt CoralloAdd deserialization/init helper class that overtorment... 2021-03-init-util
2021-03-05 Matt CoralloDrop stale WIP files that should not have been checked in
2021-02-03 Matt CoralloUpdate bindings v0.0.1
2021-02-03 Matt CoralloHandle `uintptr_t`s better in JNI bindings
2021-02-03 Matt CoralloBe explicit about C return type returning pointers...
2021-02-03 Matt CoralloAdd workarounds for Android JNI quirks
2021-02-02 Matt Corallobindings updates
2021-02-02 Matt CoralloProperly free C tuples when the inner fields are dropped
2021-02-02 Matt CoralloSmall tweaks to NioPeerHandler
2021-02-01 Matt CoralloAdd basic README describing status
2021-02-01 Matt CoralloBindings updates for latest upstream, check in .so
2021-02-01 Matt CoralloAdd NioPeerHandler and associated test
2021-02-01 Matt CoralloBindings updates
2021-02-01 Matt CoralloUpdate for upstream with new -lm requirement for debug
2021-02-01 Matt CoralloFix missing-ptrs_to error by working around it in test
2021-02-01 Matt CoralloUpdate HumanObjectPeerTest for upstream changes, to...
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 CoralloTrack byte count in leak detection in java debug mode
2021-02-01 Matt CoralloStandardize warning clone comment
2021-02-01 Matt CoralloAdd util methods file for methods not associated with...
2021-02-01 Matt CoralloAdd a reference low bit for non-opaque types to tag...
2021-02-01 Matt CoralloHandle clones upstream instead of creating clone fns
2021-01-28 Matt CoralloFix leak in manual memory management in PeerTest
2021-01-28 Matt CoralloBindings updates
2021-01-28 Matt CoralloUpdate TS strings and commit (broken) test updates
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 CoralloAdd test HTML file demonstrating linking and calling
2021-01-28 Matt CoralloUpdate bindings (for new upstream based on updated...
2021-01-28 Matt CoralloTurn on warnings on typescript builds again
2021-01-28 Matt CoralloBindings updates
2021-01-28 Matt CoralloDrop stale Java call semantic bits from TS bindings
2021-01-28 Matt CoralloRedo arrays/strings in TS to be uint32_ts, call trait...
2021-01-27 Matt Corallore-fix whitespace bugs
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
next