ldk-c-bindings
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...
2022-06-28 Matt CoralloCheck whether the fields of an enum are clonable before...
2022-06-28 Matt CoralloDo a second initial-walk pass to apply clonable flags...
2022-06-28 Matt CoralloMove code to map aliased types into a virtual impl...
2022-06-28 Matt CoralloGenerate mutable references in `default_generics` when...
2022-06-28 Matt CoralloMove overly-specific check to an assertion where its...
2022-06-28 Matt CoralloDo not make `Deref<T>` generic params always a `&T...
2022-06-28 Matt CoralloPrint field documentation even for unnamed enum variant...
2022-06-28 Matt CoralloAdd a note in output documentation for fields with...
2022-06-28 Matt CoralloSet `ptr_for_ref` correctly when writing conversions...
2022-06-28 Matt CoralloCorrectly set the `ptr_for_ref` arg on `write_c_type...
2022-06-28 Matt CoralloCorrectly define the `native` type alias for enums...
2022-06-28 Matt CoralloCorrectly generate `impl` blocks for traits with generics
2022-06-28 Matt CoralloSupport `T: Deref...where` in underlying structs from...
2022-06-28 Matt CoralloHandle trait methods with a default implementation
2022-06-28 Matt CoralloInclude the `where` clause from a "real" type when...
2022-06-28 Matt CoralloAdd where-clause generic params to `default_generics...
2022-06-28 Matt CoralloMake panics in macros more debug-able by giving them...
2022-06-28 Matt CoralloSupport `use ...::self` imports
2022-06-28 Jeffrey CzyzSupport arrays inside Option types
2022-06-28 Matt CoralloAdd more manually-generated types to the on-startup...
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-06-27 Jeffrey CzyzUpdate type mappings for bitcoin 0.28.1
2022-05-19 Matt CoralloMerge pull request #77 from jurvis/main
2022-05-19 Jurvis TanCheck if GNU sed is available on macOS
2022-05-16 Matt CoralloMerge pull request #75 from TheBlueMatt/main
2022-05-16 Matt CoralloAdd a warning before we run a ton of sed's
2022-05-13 Matt CoralloSkip building x86_64 release binaries on M1 Macs
2022-05-13 Matt CoralloExplicitly specify a target when calling local clang
2022-05-13 Matt CoralloDon't use -mcpu=native on aarch64-macos
2022-04-29 Matt CoralloMerge pull request #74 from TheBlueMatt/main
2022-04-29 Matt Corallo[ldk-net] Correct pollfds array offset after reads
2022-04-19 Matt CoralloMerge pull request #73 from TheBlueMatt/main
2022-04-19 Matt CoralloDrop now-unused code from c-bindings-gen
2022-04-19 Matt CoralloUpdate auto-generated bindings
2022-04-19 Matt CoralloHandle impl blocks exist outside of the mod of the...
2022-04-19 Matt CoralloUse full paths in impl block handling instead of assumi...
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 CoralloSend peers the remote address we have for them in ldk-net
2022-04-04 Matt CoralloUse `_none()` constructor instead of setting tag in...
2022-04-04 Matt CoralloExpose error types when implementing FromStr
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 ldk_net.c for 0.0.106
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-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
next