Disable asan checks which are hitting an asan regression
[ldk-c-bindings] / lightning-c-bindings / src / c_types / mod.rs
2024-01-25 Matt CoralloMerge pull request #117 from TheBlueMatt/main v0.0.121.0
2024-01-23 Matt CoralloExpose accessors for `TxIn` and `TxOut`
2024-01-23 Matt CoralloUpdate rust-bitcoin wrappers to latest rust-bitcoin...
2023-10-06 Matt CoralloMerge pull request #112 from TheBlueMatt/main v0.0.117.0
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 hard-coded types and add some new manual bitcoin...
2023-03-07 Matt CoralloMerge pull request #100 from TheBlueMatt/main v0.0.114.0
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-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 CoralloMap `io::ErrorKind` the same as `io::Error`, we only...
2022-10-03 ArikMerge pull request #92 from TheBlueMatt/main v0.0.111.0
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 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-06-28 Matt CoralloMerge pull request #81 from TheBlueMatt/main v0.0.108.0
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-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 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 CoralloAdd additional error type conversion logic
2022-03-03 Matt CoralloMerge pull request #61 from TheBlueMatt/main v0.0.105.1
2022-03-03 Matt CoralloImplement `Clone` for `SecretKey`
2022-01-06 Matt CoralloMerge pull request #54 from TheBlueMatt/main v0.0.104.1
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-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 CoralloExpose a method to unmangle pointers in test builds
2021-11-30 Matt CoralloSupport mapping MaybeReadable
2021-11-03 Matt CoralloMerge pull request #48 from TheBlueMatt/main v0.0.103.0
2021-11-02 Matt CoralloImplement additional `Into<Str>` auto-conversion
2021-11-02 Matt CoralloSupport converting Option<&[]> to C
2021-09-28 Matt CoralloMerge pull request #45 from TheBlueMatt/main
2021-09-27 Matt CoralloCorrect clone logic for `Str`. v0.0.101.3
2021-09-24 Matt CoralloMerge pull request #42 from TheBlueMatt/main
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-08-19 Matt CoralloMerge pull request #40 from TheBlueMatt/main
2021-08-19 Matt CoralloDifferentiate `inner` pointers representing `None`...
2021-08-08 Matt CoralloMerge pull request #38 from TheBlueMatt/main
2021-08-07 Matt CoralloUpdate auto-generated bindings
2021-06-05 Matt CoralloMerge pull request #25 from TheBlueMatt/2021-04-bp...
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-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-01 Matt CoralloMerge pull request #19 from TheBlueMatt/2021-04-invoice...
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 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 CoralloHandle transaction conversion directly instead of via...
2021-04-26 Matt CoralloMerge pull request #16 from afilini/cleanup
2021-04-26 Alekos FiliniRemove unused import
2021-04-16 Matt CoralloMerge pull request #12 from TheBlueMatt/2021-04-incl...
2021-04-15 Matt CoralloHandle std::io::IOError and include lightning-persister...
2021-04-15 Matt CoralloUpdate manual c-bindings types for new bindings module...
2021-03-30 Arik SosmanMerge pull request #9 from TheBlueMatt/2021-03-missing...
2021-03-30 Matt CoralloAdd missing documentation to c_types module contents
2021-03-08 Matt CoralloInitial checkin with no changes from current RL git...