Update rust-bitcoin
[rust-lightning] / lightning-c-bindings /
2021-01-28 Matt CoralloUpdate rust-bitcoin 2021-01-bindings-no-generics
2021-01-15 Matt Corallobuild a wasm binding library
2021-01-15 Matt Corallo[C++ bindings] Update demo app due to removed TupleTemp...
2021-01-15 Matt Corallo- bindings updates
2021-01-15 Matt Corallo[bindings] Tuples!
2021-01-15 Matt Corallo- bindings updates
2021-01-15 Matt Corallo[bindings] Move to manual write-out for Vec, too (XXX...
2021-01-15 Matt Corallo- bindings update
2021-01-15 Matt Corallo[bindings] Concretize Result types without type aliasing
2021-01-15 Matt CoralloUpdate C++ bindings demo to use `ChannelManager` de...
2021-01-15 Matt Corallo[C++ bindings demo] Add now-missing std::moves
2021-01-15 Matt Corallo- C++ bindings updates
2021-01-15 Matt Corallo- bindings updates
2021-01-15 Matt Corallo- bindings updates
2021-01-15 Matt Corallo[bindings] Use new non-null annotation feature in cbindgen
2021-01-15 Matt Corallo- bindings updates
2021-01-15 Matt Corallo- bindings update
2021-01-15 Matt Corallo[bindings] Implement ReadableArgs mapping, try impl...
2021-01-15 Matt Corallo- bindings updates
2021-01-15 Matt Corallo- bindings updates
2021-01-15 Matt Corallo[bindings] Update C++ demo for new NetGraphMsgHandler...
2021-01-15 Matt Corallo[bindings] Allow unused fns that the bindings can call...
2021-01-15 Matt Corallo- bindings diff
2021-01-15 Matt Corallo- bindings diff
2021-01-15 Matt Corallo- bindings diff
2021-01-15 Matt Corallo- bindings diff
2021-01-15 Matt Corallo[bindings] Support exposing `bitcoin::OutPoint`s as...
2020-11-24 Matt CoralloMerge pull request #759 from TheBlueMatt/2020-11-0... v0.0.12
2020-11-24 Matt CoralloMerge pull request #758 from TheBlueMatt/2020-11-bindin...
2020-11-24 Matt CoralloUpdate auto-generated bindings with new NetworkGraph API 2020-11-bindings-fix
2020-11-24 Matt CoralloBump version to 0.0.12
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt CoralloMerge pull request #749 from TheBlueMatt/2020-11-bindin...
2020-11-23 Matt CoralloUpdate auto-generated bindings
2020-11-23 Matt CoralloUpdate bindings demo for new ChannelMonitor-update API
2020-11-23 Matt Corallo[bindings] Update eq/clone trait fns to take object...
2020-11-23 Matt Corallo[bindings] Fix CVecTempl clone operation behavior.
2020-11-23 Matt CoralloUpdate bindings demo for new Transaction::data mut...
2020-11-23 Matt Corallo[bindings] Make Transaction::data *mut instead of ...
2020-11-23 Matt CoralloUpdate bindings demo for changes from #681 and the...
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-21 Matt Corallo[bindings] update generated code 2020-09-649-bindings
2020-10-21 Matt CoralloUpdate demo.cpp for new tuple code
2020-10-21 Matt Corallo[bindings] Un-Box Tuple mapping
2020-10-21 Matt CoralloUpdate bindings to latest upstream code
2020-10-21 Matt CoralloDrop the now-unused usizeslice bindings struct
2020-10-21 Matt CoralloUpdate bindings demo apps for new code upstream
2020-10-21 Matt Corallo[bindings] Give Transaction objects a buffer-is-owned...
2020-10-12 Matt CoralloAdd README note about key validity assertions at the...
2020-09-16 Matt CoralloMerge pull request #690 from TheBlueMatt/2020-09-633...
2020-09-16 Matt CoralloUpdate bindings after merge of #633, #679, #683.
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 Matt CoralloMerge pull request #633 from ariard/2020-05-rename...
2020-09-14 Antoine RiardCleanup locally-selected-delay
2020-09-14 Antoine RiardOverhaul LocalCommitmentTx to new nomenclature
2020-09-14 Antoine RiardOverhaul ChannelMonitor/OnchainTxHandler to new nomencl...
2020-09-14 Antoine RiardChange ChannelKeys interface nomenclature to holder...
2020-09-14 Antoine RiardUnderscore TxCreationKeys ownership
2020-09-14 Antoine RiardChange variable nomenclature for to_self_delay
2020-09-14 Matt CoralloMerge pull request #688 from TheBlueMatt/2020-09-dev...
2020-09-14 Matt CoralloRename lightning C/C++ bindings library to libldk
2020-09-14 Matt CoralloNote that genbindings.sh is really also a test script.
2020-09-14 Matt CoralloRemove the bindings crate from the root namespace to...
2020-09-11 Antoine RiardChange variable nomenclature in chan_utils
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloAdd bindings README
2020-09-11 Matt CoralloAdd automatically generated C/C++ wrapper bindings
2020-09-11 Matt CoralloAdd all the manually-generated bits for the c-bindings...