Merge pull request #45 from TheBlueMatt/main
[ldk-c-bindings] / lightning-c-bindings /
2021-09-28 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-28 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-09-28 Matt CoralloUpdate git commit dependency to latest upstream
2021-09-27 Matt CoralloCorrect clone logic for `Str`. v0.0.101.3
2021-09-26 Matt CoralloMerge pull request #44 from TheBlueMatt/main v0.0.101.2
2021-09-25 Matt CoralloFix races in demo C++ bindings that can hang valgrind...
2021-09-24 Matt CoralloMerge pull request #42 from TheBlueMatt/main
2021-09-24 Matt CoralloBump lightning dep gitish to v0.0.101
2021-09-24 Matt CoralloUpdate C and C++ demos to latest API and test custom...
2021-09-24 Matt CoralloUpdate auto-generated bindings
2021-09-23 Matt CoralloMap core::convert::Infallible to a similar manually...
2021-09-23 Matt CoralloSupport std::io::Read natively by mapping it to and...
2021-09-23 Matt CoralloSupport converting C `OutPoint`s to `bitcoin` `OutPoint`s
2021-09-23 Matt CoralloUpdate io::Read manual implementation to upstream API...
2021-09-23 Matt CoralloTest fetching a Vec<Vec<Opaque>> via a generated getter...
2021-08-19 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-19 Matt CoralloUpdate git hash to latest upstream
2021-08-19 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-08-19 Matt CoralloUpdate auto-generated bindings
2021-08-19 Matt CoralloDifferentiate `inner` pointers representing `None`...
2021-08-17 Matt CoralloMerge pull request #39 from TheBlueMatt/main v0.0.100.0
2021-08-17 Matt CoralloUse v0.0.100 for lightning-c-bindings rust-lightning dep
2021-08-17 Matt CoralloCommit latest auto-generated C bindings based on 0...
2021-08-08 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2021-08-07 Matt CoralloUpdate auto-generated bindings
2021-08-07 Matt CoralloUpdate git hash to latest upstream
2021-08-07 Matt CoralloBump rust-bitcoin dependency to match rust-lightning
2021-08-07 Matt CoralloUpdate C++ demo and ldk_net to new clone API
2021-08-07 Matt CoralloUpdate C++ demo to new upstream changes
2021-07-28 Matt CoralloSwap include <> for include "" to make downstream Swift...
2021-07-09 Matt CoralloMerge pull request #34 from TheBlueMatt/main v0.0.99.0
2021-07-09 Matt CoralloUpdate Cargo git hash to upstream v0.0.99
2021-07-09 Matt CoralloUpdate auto-generated bindings to latest upstream
2021-07-09 Matt CoralloUpdate C++ bindings demo to latest upstream API
2021-07-09 Matt CoralloAdd a POSIX C LDK networking library
2021-07-02 Matt CoralloDrop rust-secp256k1 patch as it has been merged into...
2021-06-11 Matt CoralloMerge pull request #29 from TheBlueMatt/main v0.0.98
2021-06-11 Matt CoralloUpdate auto-generated bindings to upstream 0.0.98
2021-06-11 Matt CoralloSwitch rust-lightning dep to upstream now that we're...
2021-06-11 Matt CoralloUpdate git HEAD to upstream 0.0.98
2021-06-11 Matt CoralloUpdate bindings C++ demo to latest upstream (0.0.98...
2021-06-08 Matt CoralloMerge pull request #27 from TheBlueMatt/main
2021-06-08 Matt CoralloFix race in C++ demo where num_txs_broadcasted ++s...
2021-06-08 Matt CoralloMerge pull request #26 from TheBlueMatt/main
2021-06-08 Matt CoralloRegenerate auto-generated bindings
2021-06-08 Matt CoralloUpdate RL git hash to latest upstream (hopefully next...
2021-06-08 Matt CoralloUpdate rust-secp patch to match latest version
2021-06-05 Matt CoralloMerge pull request #25 from TheBlueMatt/2021-04-bp...
2021-06-02 Matt CoralloRegenerate auto-generated bindings 2021-04-bp-inclusion
2021-06-02 Matt CoralloAdd background-processor to the with-std bindings
2021-06-02 Matt CoralloImplement Clone for a few additional manually-defined...
2021-06-02 Matt CoralloImplement conversion of std::io::Error to Rust
2021-06-02 Matt CoralloMerge pull request #24 from TheBlueMatt/main
2021-06-02 Matt CoralloUpdate auto-generated bindings
2021-06-02 Matt CoralloBump git depedency to latest upstream
2021-06-02 Matt CoralloUpdate auto-generated bindings to match latest upstream
2021-06-02 Matt CoralloUpdate bindings demo clients to the new event handling API
2021-06-02 Matt CoralloUpdate bindings demo to use invoices and the new inboun...
2021-05-03 Matt CoralloMerge pull request #23 from TheBlueMatt/main
2021-05-03 Matt CoralloRebuild auto-generated 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 CoralloMerge pull request #20 from TheBlueMatt/main
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 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 CoralloResolve issues with Str introduced when it became ownable
2021-04-30 Matt CoralloSupport secp256k1 RecoverableSignatures
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 CoralloUpdate C++ bindings demo to support new payment secret...
2021-04-29 Matt CoralloSupport FromStr and Display impls, even if impl'd in...
2021-04-26 Matt CoralloAdd a u5 type and a [u8; 20]
2021-04-26 Matt CoralloMerge pull request #17 from TheBlueMatt/2021-04-upstrea...
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 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 FiliniRemove unused import
2021-04-22 Matt CoralloMerge pull request #14 from TheBlueMatt/main
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-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 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 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 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)
next