ldk-c-bindings
2021-05-03 Matt CoralloMerge pull request #22 from TheBlueMatt/main
2021-05-03 Matt CoralloFix double-free of String bytes after converting an...
2021-05-03 Matt CoralloRedo wasm bindings
2021-05-03 Matt CoralloMerge pull request #20 from TheBlueMatt/main
2021-05-02 Matt CoralloUpdate CI to work around missing version.rs
2021-05-02 Matt CoralloUpdate auto-generated bindings (without new version...
2021-05-02 Matt CoralloAdd ability to get the LDK and LDK-C-Bindings version
2021-05-01 Matt CoralloFix no-std+WASM builds by not mixing -flto and -fembed...
2021-05-01 Matt CoralloMerge pull request #19 from TheBlueMatt/2021-04-invoice...
2021-05-01 Matt CoralloBump git hashes to latest upstream 2021-04-invoice-incl
2021-05-01 Matt CoralloUpdate auto-generated bindings with new upstream invoic...
2021-04-30 Matt CoralloMap enum tuple variants with no contents as unitary...
2021-04-30 Matt CoralloResolve issues with Str introduced when it became ownable
2021-04-30 Matt CoralloResolve generic params with default (eg `<A=B(>) as...
2021-04-30 Matt CoralloDrop stale () -> u8 mapping (now) used in Rust-only...
2021-04-30 Matt CoralloHandle generics on enums
2021-04-30 Matt CoralloTake parameters to trait functions as mut
2021-04-30 Matt CoralloSupport secp256k1 RecoverableSignatures
2021-04-30 Matt CoralloDrop debug print that slipped into git
2021-04-30 Matt CoralloUpdate module paths for hash wrappers
2021-04-30 Matt CoralloCorrect handling of Display trait conversion
2021-04-29 Matt CoralloMerge pull request #18 from TheBlueMatt/2021-04-invoice...
2021-04-29 Matt CoralloUpdate auto-generated bindings with lightning-invoice
2021-04-29 Matt CoralloSimplify crates in genbindings, add invoice, and bump...
2021-04-29 Matt CoralloHandle std::time::SystemTime as a manually-converted...
2021-04-29 Matt CoralloUpdate C++ bindings demo to support new payment secret...
2021-04-29 Matt CoralloAllow missing_docs again as lightning-invoice uses...
2021-04-29 Matt CoralloSupport super:: in use block resolution
2021-04-29 Matt CoralloSupport FromStr and Display impls, even if impl'd in...
2021-04-29 Matt CoralloSupport Self in generics in some cases (eg Result<Self...
2021-04-29 Matt CoralloSupport taking an owned Self in function exports
2021-04-26 Matt CoralloAdd a u5 type and a [u8; 20]
2021-04-26 Matt CoralloHandle additional type aliases for secp256k1 types
2021-04-26 Matt CoralloCorrectly handle methods on an enum that take self
2021-04-26 Matt CoralloHandle `Vec<&Thing>` conversion to C.
2021-04-26 Matt CoralloHandle type resolution of `crate::thing` without a...
2021-04-26 Matt CoralloMerge pull request #17 from TheBlueMatt/2021-04-upstrea...
2021-04-26 Matt CoralloEnsure array lengthgs are Int literals 2021-04-upstream-confirm
2021-04-26 Matt CoralloFix build with old/OSX clang, fixes #15
2021-04-26 Matt CoralloUpdate git hash to latest upstream
2021-04-26 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-04-26 Matt CoralloDrop redundant deref in vec iteration
2021-04-26 Matt CoralloHandle tuple-in-slice conversions both to *and* from C
2021-04-26 Matt CoralloHandle transaction conversion directly instead of via...
2021-04-26 Matt CoralloSomewhat more consistently map references to C
2021-04-26 Matt CoralloMerge pull request #16 from afilini/cleanup
2021-04-26 Alekos FiliniReplace more manually-built `syn::Path` with `parse_quo...
2021-04-26 Alekos FiliniUse `quote::format_ident!()` to make new `syn::Ident`
2021-04-26 Alekos FiliniUse `parse_quote!()` to build complex syn::* objects
2021-04-26 Alekos FiliniRemove unused import
2021-04-26 Alekos FiliniAdd .gitignore to ./c-bindings-gen
2021-04-22 Matt CoralloMerge pull request #14 from TheBlueMatt/main
2021-04-22 Matt CoralloFix LTO with secp256k1's C code.
2021-04-22 Matt CoralloOnly (attempt to) build for wasm32 when we're building...
2021-04-22 Matt CoralloImprove c-bindings-gen compile time somewhat
2021-04-22 Matt CoralloUpdate git hash for latest upstream
2021-04-22 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-04-21 Matt CoralloUpdate C++ bindings demo to new upstream API
2021-04-21 Matt CoralloHandle alternate import paths for secp Public and SecretKey
2021-04-16 Matt CoralloClean up cbindgen.toml to drop probably-stale-by-now...
2021-04-16 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-04-incl...
2021-04-16 Matt CoralloMerge pull request #13 from TheBlueMatt/2021-04-bump...
2021-04-15 Matt CoralloRegenerate auto-generated bindings with lightning-persister 2021-04-incl-persister
2021-04-15 Matt CoralloHandle std::io::IOError and include lightning-persister...
2021-04-15 Matt CoralloIgnore `Sized` bounds when processing generics
2021-04-15 Matt CoralloUpdate auto-generated bindings with new module structure
2021-04-15 Matt CoralloUpdate manual c-bindings types for new bindings module...
2021-04-15 Matt CoralloDont pass original crate name in generator CLI (as...
2021-04-15 Matt CoralloMove top-level crate inside a pub module in prep for...
2021-04-15 Matt CoralloUpdate auto-generated bindings to latest upstream 2021-04-bump-upstream
2021-04-15 Matt CoralloUpdate demo to latest upstream bindings
2021-04-15 Matt CoralloSupport concretizing generics in template parameters
2021-04-15 Matt CoralloHandle type aliases which are used in the same file...
2021-04-15 Matt CoralloBump git hash to latest upstream
2021-04-13 Matt CoralloMerge pull request #11 from TheBlueMatt/2021-04-upstrea...
2021-04-12 Matt CoralloUpdate auto-generated bindings with latest upstream... 2021-04-upstream-bump
2021-04-12 Matt CoralloUpdate secp patch git hash to new PR (rebased on upstream)
2021-04-12 Matt CoralloBump upstream git hash
2021-04-12 Matt CoralloUpdate demo for new upstream changes
2021-04-12 Matt CoralloCreate a scoped ImportResolver of the trait defn when...
2021-04-12 Matt CoralloMake GenericTypes stack pushes RAII, giving borrowck...
2021-04-12 Matt CoralloKeep track of the full parsed library in CrateTypes
2021-04-12 Matt CoralloRemove now-unused manual gen which our own trait resolu...
2021-04-12 Matt CoralloPrint the correct object names whem processing supertra...
2021-04-12 Matt CoralloHandle traits which require Clone when their supertrait...
2021-03-31 Matt CoralloMerge pull request #10 from TheBlueMatt/2021-03-enable...
2021-03-31 Matt CoralloUpdate auto-generated bindings with allow_wallclock_use 2021-03-enable-wallclock
2021-03-31 Matt CoralloOptionally enable allow_wallclock_use
2021-03-30 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-missing...
2021-03-30 Matt CoralloUpdate auto-generated C bindings with new documentation 2021-03-missing-docs
2021-03-30 Matt CoralloMake c_types module pub as its contents are exposed...
2021-03-30 Matt CoralloAdd missing documentation to c_types module contents
2021-03-29 Matt CoralloMerge pull request #8 from TheBlueMatt/2021-03-option...
2021-03-29 Matt CoralloUpdate auto-generated bindings with Option constructor... 2021-03-option-primitive
2021-03-29 Matt CoralloAdd constructor utilities for generated Option<> types
2021-03-29 Matt CoralloUpdate auto-generated bindings with new Option<primitiv...
2021-03-29 Matt CoralloSupport Option<primitive>
2021-03-29 Matt CoralloUpdate current git hash for upstream head
2021-03-29 Matt CoralloUpdate auto-generated bindings to current upstream
2021-03-29 Matt CoralloHandle Option<(..)> as a non-transparent container...
next