ldk-c-bindings
2023-04-26 Matt CoralloUpdate hard-coded type definitions
2023-04-17 Matt CoralloFix documentation on generated _hash methods for std...
2023-04-17 Matt CoralloSupport the new no-exported tag that is more human...
2023-03-09 Matt CoralloMerge pull request #102 from TheBlueMatt/main v0.0.114.1
2023-03-09 Matt CoralloFix C++ demo bindings build due to function signature...
2023-03-09 Matt CoralloMerge pull request #101 from TheBlueMatt/main
2023-03-09 Matt CoralloUpdate to use `find_route_with_id` to match upstream...
2023-03-07 Matt CoralloMerge pull request #100 from TheBlueMatt/main v0.0.114.0
2023-03-06 Matt CoralloWorkaround github actions brokenness
2023-03-06 Matt CoralloUpdate `rust-lightning` branch to 0.0.114-bindings
2023-03-06 Matt CoralloUpdate auto-generated bindings
2023-03-06 Matt CoralloNote that cross-language LTO requires lld in addition...
2023-03-06 Matt CoralloPrint something for custom messages in C++ demo
2023-03-06 Matt CoralloFix connection race in C++ demo
2023-03-06 Matt CoralloUpdate C/C++ Demos to latest upstream API
2023-03-06 Matt CoralloAdd `lightning-background-processor`'s new std feature
2023-03-06 Matt CoralloSupport new rust-bitcoin type mappings for various...
2023-03-06 Matt CoralloIgnore discriminants on enum variants
2023-03-06 Matt CoralloSupport tuples containing array elements
2023-03-06 Matt CoralloAdd type for 8 u16s (which is used for the scoring...
2023-03-06 Matt CoralloSupport non-u8 (primitive) arrays
2023-03-06 Matt CoralloSupport supertraits-of-supertraits
2023-03-06 Matt CoralloFix typo in path resolution leading to a "crate name...
2023-02-27 Matt CoralloSupport passing `Option<&OpaqueStruct>` to C
2023-01-13 Matt CoralloMerge pull request #98 from TheBlueMatt/main v0.0.113.1
2023-01-13 Matt CoralloFix OSX building by not redirecting to `/dev/null`
2023-01-13 Matt CoralloMerge pull request #97 from TheBlueMatt/main
2023-01-13 Matt CoralloStop timing C++ demo bindings run cause OSX is, as...
2023-01-12 Matt CoralloUpdate CI references to OSX clang 15.0.3
2023-01-12 Matt CoralloFix LTO compilation with latest ld.lld on OSX
2023-01-10 Matt CoralloMerge pull request #96 from TheBlueMatt/main v0.0.113.0
2023-01-10 Matt CoralloUpdate CI and Cargo.toml references to 0.0.113
2023-01-03 Matt CoralloSet the C target to wasm32-wasi rather than wasm32
2023-01-03 Matt CoralloUpdate C/C++ demo bindings to latest upstream API
2023-01-03 Matt CoralloUpdate auto-generated bindings to 0.0.113
2023-01-03 Matt CoralloSupport new upstream manually-mapped types
2023-01-03 Matt CoralloAdd support for witnesses via a manual mapping
2023-01-03 Matt CoralloSupport u128 values
2022-12-24 Matt CoralloUse the resolved name, not original ident, for Vec...
2022-12-24 Matt CoralloIgnore async functions as mapping them would be substan...
2022-12-24 Matt CoralloAllow enums with lifetime-only generics
2022-12-24 Matt CoralloUse `Clone::clone(a)` rather than `a.clone` to avoid...
2022-12-23 Matt CoralloSome initial support for `pub(.*) use` aliasing in...
2022-10-28 Matt CoralloMake rustc stop complaining about unused `Box::from_raw`s
2022-10-28 Matt CoralloMerge pull request #94 from TheBlueMatt/main v0.0.112.0
2022-10-28 Matt CoralloUpdate Cargo.toml and CI references to 0.0.112
2022-10-28 Matt CoralloUpdate auto-generated bindings
2022-10-28 Matt CoralloUpdate C/C++ demos for latest upstream API
2022-10-28 Matt CoralloMap `io::ErrorKind` the same as `io::Error`, we only...
2022-10-28 Matt CoralloHandle path types that start with `crate::`
2022-10-28 Matt CoralloHandle multiple `impl`s of the same trait in the same...
2022-10-28 Matt Corallo(Partially) support supertraits with generic bounds
2022-10-28 Matt CoralloSupport trait methods that return enums in the C++...
2022-10-06 ArikMerge pull request #93 from TheBlueMatt/main
2022-10-06 Matt CoralloUpdate auto-generated bindings for backport of RGS...
2022-10-06 Matt CoralloExpose the `rapid-gossip-sync` crate for no-std builds
2022-10-03 ArikMerge pull request #92 from TheBlueMatt/main v0.0.111.0
2022-10-03 Matt CoralloUpdate auto-generated bindings
2022-10-03 Matt CoralloAdd a convinience constructor for the new BigEndianScalar
2022-10-03 ArikMerge pull request #91 from TheBlueMatt/main
2022-09-25 Matt CoralloUpdate auto-generated bindings
2022-09-25 Matt CoralloUpdate C++ bindings demo to latest upstream API
2022-09-25 Matt CoralloAdd Scalar and SharedSecret type mappings for new secp2...
2022-09-25 Matt CoralloUpdate bindings branch to 0.0.111 and update rust-bitco...
2022-09-23 Matt CoralloAllow liftime bounds on generic bounds
2022-09-23 Matt CoralloDon't use a turbofish when all parameters are lifetimes.
2022-09-23 Matt CoralloUse trait, not impl, definition for X_as_Trait functions
2022-09-23 Matt CoralloSupport mapping `Readable` `impl`s outside of the ...
2022-09-23 Matt CoralloPrefer `Option_` mappings for more types over transpare...
2022-08-04 Matt CoralloMerge pull request #89 from TheBlueMatt/main v0.0.110.1
2022-08-04 Matt CoralloDon't force targeting sandybridge on all platforms
2022-08-04 Matt CoralloMerge pull request #88 from TheBlueMatt/main
2022-08-03 Matt CoralloUpdate auto-generated bindings
2022-08-03 Matt CoralloTry clone'ing the field before skipping exporting a...
2022-07-27 Matt CoralloMerge pull request #87 from TheBlueMatt/main v0.0.110.0
2022-07-27 Matt CoralloUpdate auto-generated bindings to LDK 0.0.110
2022-07-27 Matt CoralloUpdate lightning-c-bindings Cargo and CI to reference...
2022-07-27 Matt CoralloUpdate C/C++ demos to latest upstream API
2022-07-01 Matt CoralloMerge pull request #84 from TheBlueMatt/main v0.0.109.0
2022-07-01 Matt CoralloUpdate lightning-c-bindings Cargo.toml and CI to 0...
2022-07-01 Matt CoralloUpdate auto-generated C bindings for 0.0.109
2022-07-01 Matt CoralloUpdate demo.cpp to 0.0.109 API
2022-07-01 Matt CoralloSupport `&[[u8; N]]` passed to Rust.
2022-07-01 Matt CoralloSupport `Option<Tuple>` with elements in the tuple
2022-06-29 Matt CoralloMerge pull request #83 from TheBlueMatt/main v0.0.108.2
2022-06-29 Matt CoralloUpdate `deterministic-build-wrappers` to include a...
2022-06-29 Matt CoralloMerge pull request #82 from TheBlueMatt/main v0.0.108.1
2022-06-29 Matt CoralloUpdate auto-generated bindings to match latest 0.0...
2022-06-29 Matt CoralloUpdate demo.cpp to match updated 0.0.108-bindings API
2022-06-28 Matt CoralloMerge pull request #81 from TheBlueMatt/main v0.0.108.0
2022-06-28 Matt CoralloFix cbindgen install to be MSRV-compatible with older...
2022-06-28 Matt CoralloUpdate auto-generated bindings
2022-06-28 Matt CoralloUpdate C/C++ demos to latest upstream API
2022-06-28 Matt CoralloUpdate lightning-c-bindings Cargo.toml and CI to 0...
2022-06-28 Matt CoralloAdd rapid gossip sync crate to generation in `std`...
2022-06-28 Matt CoralloAdd locally defined crates as "dependencies" without...
2022-06-28 Matt CoralloSupport `Option<Trait>` (and `Option<&Trait>`, implemen...
2022-06-28 Matt CoralloUse new `Type`-based resolution to decide if a containe...
2022-06-28 Matt CoralloUse new `Type`-based generic resolution in `write_rust_...
2022-06-28 Matt CoralloPass `with_ref_lifetime` through to rust-type-printing...
next