Update CI/Cargo.toml references to 0.0.122
[ldk-c-bindings] / lightning-c-bindings /
40 hours ago Matt CoralloUpdate CI/Cargo.toml references to 0.0.122 main
2024-02-09 Matt CoralloMerge pull request #119 from arik-so/arik/2024/01/skip... v0.0.121.2
2024-01-25 Matt CoralloMerge pull request #118 from TheBlueMatt/main v0.0.121.1
2024-01-25 Matt CoralloStop using designated initializer for array in C++...
2024-01-25 Matt CoralloMerge pull request #117 from TheBlueMatt/main v0.0.121.0
2024-01-23 Matt CoralloUpdate CI and Cargo.toml branch names to LDK 0.0.121
2024-01-23 Matt CoralloUpdate auto-generated bindings to LDK 0.0.121
2024-01-23 Matt CoralloUpdate C/C++ demo tests with latest 0.0.121 API changes
2024-01-23 Matt CoralloExpose accessors for `TxIn` and `TxOut`
2024-01-23 Matt CoralloUpdate rust-bitcoin wrappers to latest rust-bitcoin...
2023-11-10 Matt CoralloMerge pull request #115 from TheBlueMatt/main v0.0.118.1
2023-10-29 Matt CoralloFix race in peer connection in C++ demo app
2023-10-27 Matt CoralloMerge pull request #114 from TheBlueMatt/main v0.0.118.0
2023-10-24 Matt CoralloUpdate Cargo.toml and CI references to LDK 0.0.118
2023-10-24 Matt CoralloUpdate C/C++ demo to LDK 0.0.118 API
2023-10-24 Matt CoralloUpdate auto-generated bindings to LDK 0.0.118
2023-10-09 Matt CoralloMerge pull request #113 from TheBlueMatt/main v0.0.117.1
2023-10-08 Matt CoralloUpdate auto-generated bindings
2023-10-06 Matt CoralloMerge pull request #112 from TheBlueMatt/main v0.0.117.0
2023-10-05 Matt CoralloUpdate CI and Cargo.toml references to 0.0.117-bindings
2023-10-05 Matt CoralloUpdate auto-generated bindings
2023-10-04 Matt CoralloUpdate C/C++ demo bindings and ldk-net to LDK 0.0.117
2023-10-04 Matt CoralloUpdate hardcoded and manually-defined types for LDK...
2023-07-31 Matt CoralloMerge pull request #110 from TheBlueMatt/main v0.0.116.0
2023-07-30 Matt CoralloUpdate auto-generated bindings to LDK 0.0.116
2023-07-30 Matt CoralloUpdate lightning-c-bindings Cargo.toml & CI to point...
2023-07-30 Matt CoralloUpdate C/C++ demo apps for new upstream API
2023-07-30 Matt CoralloUpdate hard-coded types and add some new manual bitcoin...
2023-07-28 Matt CoralloMerge pull request #111 from TheBlueMatt/2023-07-0... v0.0.115.3
2023-07-28 Matt CoralloUpdate auto-generated bindings with aliasing fix. 2023-07-0.0.115-aliasing-fix
2023-05-31 Matt CoralloMerge pull request #106 from TheBlueMatt/main v0.0.115.1
2023-05-31 Matt CoralloUpdate auto-generated bindings
2023-05-31 Matt CoralloMerge pull request #105 from arik-so/2023-05-115-debugging
2023-05-26 Arik SosmanAdd debugging lines to demo.cpp
2023-04-26 Matt CoralloMerge pull request #103 from TheBlueMatt/main v0.0.115.0
2023-04-26 Matt CoralloUpdate CI+Cargo.toml bindings branch to 0.0.115
2023-04-26 Matt CoralloUpdate auto-generated bindings for LDK 0.0.115
2023-04-26 Matt CoralloUpdate C++ demo application to LDK 0.0.115
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 CoralloUpdate `rust-lightning` branch to 0.0.114-bindings
2023-03-06 Matt CoralloUpdate auto-generated bindings
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 CoralloAdd type for 8 u16s (which is used for the scoring...
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`
next