Support non-u8 (primitive) arrays
[ldk-c-bindings] / lightning-c-bindings /
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 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 CoralloAdd support for witnesses via a manual mapping
2023-01-03 Matt CoralloSupport u128 values
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-06 ArikMerge pull request #93 from TheBlueMatt/main
2022-10-06 Matt CoralloUpdate auto-generated bindings for backport of RGS...
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-08-04 Matt CoralloMerge pull request #88 from TheBlueMatt/main
2022-08-03 Matt CoralloUpdate auto-generated bindings
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-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 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 CoralloUpdate c_types `IOError` type to support `no-std` via...
2022-06-27 Jeffrey CzyzAdd C type for bitcoin::util::address::WitnessVersion
2022-06-27 Matt CoralloUpdate `lightning-c-bindings` to new `bitcoin`/`secp256k1`
2022-04-19 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-04-19 Matt CoralloUpdate auto-generated bindings
2022-04-18 Matt CoralloMerge pull request #71 from TheBlueMatt/main
2022-04-18 Matt CoralloMake `Str`'s `clone` always clone the underlying bytes
2022-04-13 Matt CoralloMerge pull request #70 from TheBlueMatt/main v0.0.106.1
2022-04-13 Matt CoralloUpdate auto-generated bindings
2022-04-13 Matt CoralloExpose consistent free+clone methods for `Bech32Error`
2022-04-04 Matt CoralloMerge pull request #69 from TheBlueMatt/main v0.0.106.0
2022-04-04 Matt CoralloUpdate auto-generated bindings with FromStr errors
2022-04-04 Matt CoralloUse `_none()` constructor instead of setting tag in...
2022-04-04 Matt CoralloAdd additional error type conversion logic
2022-04-04 Matt CoralloMerge pull request #68 from jkczyz/2022-03-ldk-0-0-106
2022-04-04 Jeffrey CzyzUpdate bindings workflow in CI to 0.0.106
2022-04-04 Jeffrey CzyzUpdate auto-generated bindings to 0.0.106
2022-04-04 Jeffrey CzyzAdd a .gitignore for output of genbindings.sh
2022-04-01 Jeffrey CzyzUpdate demo.cpp for 0.0.106
2022-03-30 Matt CoralloMerge pull request #67 from TheBlueMatt/main
2022-03-30 Matt CoralloUpdate auto-generated bindings
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 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-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-01 Matt CoralloUpdate build for lightning-invoice no-std support
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-20 Matt CoralloMerge pull request #51 from TheBlueMatt/main
2021-12-20 Matt CoralloUpdate git reference in checked-in Cargo.toml and CI...
2021-12-20 Matt CoralloUpdate auto-generated bindings
2021-12-19 Matt CoralloUpdate C++ bindings to latest upstream API
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 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 CoralloUpdate C/C++ demos to support new Logger API
2021-11-30 Matt CoralloSupport mapping MaybeReadable
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 CoralloUpdate auto-generated bindings
2021-11-03 Matt CoralloUpdate C++ bindings to latest upstream API + test Payme...
2021-11-02 Matt CoralloImplement additional `Into<Str>` auto-conversion
2021-11-02 Matt CoralloSupport converting Option<&[]> to C
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
next