ldk-c-bindings
2022-03-30 Matt CoralloMerge pull request #67 from TheBlueMatt/main
2022-03-30 Matt CoralloUpdate auto-generated bindings
2022-03-29 Matt CoralloCrack `ReadableArgs` params when they're tuples
2022-03-29 Matt CoralloRevert "Consider all reference types clonable (because...
2022-03-29 Matt CoralloRevert "Manually handle generated types containing...
2022-03-29 Matt CoralloSeparate out CFLAGS for host builds and separate targets
2022-03-29 Matt CoralloClone for `&Option<Enum>`
2022-03-29 Matt CoralloPush down type conversion logic around contained-has...
2022-03-29 Matt CoralloPin cbindgen as 0.21 broke the MSRV
2022-03-29 Matt CoralloDont try to run valgrind on ppcel64 (it barfs on secp256k1)
2022-03-23 Matt CoralloMerge pull request #63 from TheBlueMatt/main v0.0.105.2
2022-03-23 Matt CoralloUpdate auto-generated bindings
2022-03-23 Matt CoralloManually handle generated types containing references...
2022-03-23 Matt CoralloConsider all reference types clonable (because they...
2022-03-23 Matt CoralloMerge pull request #62 from TheBlueMatt/main
2022-03-23 Matt CoralloUpdate auto-generated bindings with the ProbabilisticScorer
2022-03-23 Matt CoralloSwitch to using the Prob. Scorer in the C++ demo
2022-03-23 Matt CoralloAllow method call args to be converted with a new_var...
2022-03-23 Matt CoralloPass types through `resolve_type` in a few additional...
2022-03-23 Matt CoralloSeparate printing references-with-lifetimes from c...
2022-03-23 Matt CoralloProcess all type aliases as C types, leaning on annotat...
2022-03-03 Matt CoralloMerge pull request #61 from TheBlueMatt/main v0.0.105.1
2022-03-03 Matt CoralloImplement `Clone` for `SecretKey`
2022-03-02 Matt CoralloMerge pull request #60 from TheBlueMatt/main v0.0.105.0
2022-03-02 Matt CoralloUpdate bindings workflow in CI to 0.0.105
2022-03-02 Matt CoralloUpdate auto-generated bindings to 0.0.106
2022-03-02 Matt CoralloUpdate demo.cpp with latest upstream API
2022-03-02 Matt CoralloExplicitly refer to `format!()` with an `alloc` prefix...
2022-03-02 Matt CoralloAdd function-call generic parameters when they're resovable
2022-03-02 Matt CoralloHandle `Option<[u8; 32]>`, mapping it same as `Option...
2022-03-01 Matt CoralloDon't mark everything with a feature bound as TestOnly
2022-03-01 Matt CoralloConvert slices containing non-primitives that are clonable
2022-03-01 Matt CoralloUpdate build for lightning-invoice no-std support
2022-03-01 Matt CoralloRecognize `bitcoin::bech32::u5` instead of only `bech32...
2022-03-01 Matt CoralloMerge pull request #59 from TheBlueMatt/main
2022-02-21 Matt CoralloDetect aarch64-osx for using apple sed as well
2022-01-17 Matt CoralloMerge pull request #57 from TheBlueMatt/main
2022-01-16 Matt CoralloOverwrite ldk_ver.h to avoid back-to-back builds duplic...
2022-01-16 Matt CoralloStop passing -mcpu=sandybridge to wasm builds on x86
2022-01-16 Matt CoralloUse -O1 on WASM debug builds as they are otherwise...
2022-01-16 Matt CoralloDrop `cargo rustc` in favor of using $RUSTFLAGS
2022-01-16 Matt CoralloOptimize more aggressively for WASM builds
2022-01-06 Matt CoralloMerge pull request #54 from TheBlueMatt/main v0.0.104.1
2022-01-06 Matt CoralloUpdate auto-generated bindings
2022-01-06 Matt CoralloUpdate git commit hash to instead point to 0.0.104...
2022-01-06 Matt CoralloSupport no_std on the generated crate
2022-01-04 Matt CoralloSwap std references in generated code for core/alloc...
2022-01-04 Matt CoralloSupport building dependent crates with `no-std`
2021-12-29 Matt CoralloMerge pull request #53 from orenfromberg/patch-1
2021-12-29 Oren FrombergUpdate genbindings.sh
2021-12-20 Matt CoralloMerge pull request #52 from TheBlueMatt/main v0.0.104.0
2021-12-20 Matt CoralloCorrectly detect non-default LLD usage
2021-12-20 Matt CoralloRevert "Correct LLD detection when a specific version...
2021-12-20 Matt CoralloMerge pull request #51 from TheBlueMatt/main
2021-12-20 Matt CoralloOnly test C++ demo in std mode, as it relies on threadi...
2021-12-20 Matt CoralloUpdate git reference in checked-in Cargo.toml and CI...
2021-12-20 Matt CoralloUpdate auto-generated bindings
2021-12-20 Matt CoralloCorrect LLD detection when a specific version is needed...
2021-12-19 Matt CoralloUpdate C++ bindings to latest upstream API
2021-12-19 Matt CoralloSupport Option<()> (and &Option<()>) incl conversion...
2021-12-19 Matt CoralloDrop allow_wallclock_use feature and use std/no-std...
2021-12-19 Matt CoralloMap new lightning::chain::keysinterface::KeyMaterial...
2021-12-19 Matt CoralloExpose a 12-byte array instead of 10-byte as OnionV2...
2021-11-30 Matt CoralloMerge pull request #49 from TheBlueMatt/main v0.0.103.1
2021-11-30 Matt CoralloSupport cross-language LTO on OSX (with upstream clang...
2021-11-30 Matt CoralloUpdate git commit in Cargo.toml to upstream bindings...
2021-11-30 Matt CoralloUpdate auto-generated bindings
2021-11-30 Matt CoralloExpose a method to unmangle pointers in test builds
2021-11-30 Matt CoralloSupport `use self::...` statements as they are sometime...
2021-11-30 Matt CoralloSupport new c_bindings cfg flag to enable bindings...
2021-11-30 Matt CoralloUpdate C/C++ demos to support new Logger API
2021-11-30 Matt CoralloStop special-casing `Logger`, instead map fmt::Argument...
2021-11-30 Matt CoralloCorrectly print lifetime parameters when printing gener...
2021-11-30 Matt CoralloSupport traits and structs with lifetime bounds (which...
2021-11-30 Matt CoralloSupport mapping MaybeReadable
2021-11-30 Matt CoralloAdd helper method on results to return `result_ok`
2021-11-03 Matt CoralloMerge pull request #48 from TheBlueMatt/main v0.0.103.0
2021-11-03 Matt CoralloUpdate upstream git tag
2021-11-03 Matt CoralloUse a branch for bindings, as rustc prevents us from...
2021-11-03 Matt CoralloUpdate auto-generated bindings
2021-11-03 Matt CoralloUpdate C++ bindings to latest upstream API + test Payme...
2021-11-02 Matt CoralloAvoid double-`ObjOps::nonnull_ptr_to_inner` on options...
2021-11-02 Matt CoralloSeparate logic to print `create_ownable_reference`...
2021-11-02 Matt CoralloImplement additional `Into<Str>` auto-conversion
2021-11-02 Matt CoralloTrack generic param count and print types in ptr-conversion
2021-11-02 Matt CoralloAdd constructor for tuple types where all contained...
2021-11-02 Matt CoralloCheck if types are understood before we map an impl...
2021-11-02 Matt CoralloSupport `use crate::*` statements
2021-11-02 Matt CoralloMap `PaymentId` to a `[u8; 32]` like other Payemt*...
2021-11-02 Matt CoralloSupport resolving non-trivial bounds from parent generi...
2021-11-02 Matt CoralloSupport converting Option<&[]> to C
2021-11-02 Matt Coralloimpl-Trait on in-crate types in a diff mod from the...
2021-11-02 Matt CoralloSupport printing lifetime generics on an impl-Trait...
2021-11-02 Matt CoralloSupport printing impl generics without an immediate...
2021-10-31 Matt CoralloSwap --pretty=expanded with -Zunpretty=expanded
2021-10-18 Matt CoralloMerge pull request #46 from TheBlueMatt/main v0.0.102.0
2021-10-17 Matt CoralloBump upstream git commit to latest
2021-10-17 Matt CoralloUpdate auto-generated bindings
2021-10-16 Matt CoralloUpdate C++ demo to latest upstream changes
2021-10-16 Matt CoralloHandle bitcoin::Transaction aliases instead of the...
next