Add codecov.yml allowing coverage to drop slightly before "failing"
[rust-lightning] / lightning-c-bindings / src / c_types / mod.rs
2021-03-03 Matt CoralloMerge pull request #646 from naumenkogs/2020-06-router-mpp
2021-03-03 Matt CoralloMerge pull request #816 from valentinewallace/remove...
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-26 Matt CoralloUpdate rust-bitcoin
2021-02-11 Matt CoralloMerge pull request #788 from TheBlueMatt/2020-02-concre...
2021-02-11 Matt Corallo[bindings] Move to manual write-out for Tuples, too
2021-02-11 Matt Corallo[bindings] Move to manual write-out for Vec, too
2021-02-11 Matt Corallo[bindings] Concretize Result types without type aliasing
2021-02-11 Matt Corallo[bindings] Add additional clone methods on manually...
2021-02-10 Matt CoralloMerge pull request #787 from TheBlueMatt/2021-02-check...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-03 Matt CoralloMerge pull request #768 from TheBlueMatt/2020-12-chanma...
2021-02-03 Matt Corallo[bindings] Implement ReadableArgs mapping, try impl...
2021-02-03 Matt CoralloMerge pull request #767 from TheBlueMatt/2020-12-chansi...
2021-02-02 Matt Corallo[bindings] Allow unused fns that the bindings can call...
2021-02-02 Matt Corallo[bindings] Support exposing `bitcoin::OutPoint`s as...
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 Corallo[bindings] Fix CVecTempl clone operation behavior.
2020-11-23 Matt Corallo[bindings] Make Transaction::data *mut instead of ...
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-21 Matt Corallo[bindings] Un-Box Tuple mapping
2020-10-21 Matt CoralloDrop the now-unused usizeslice bindings struct
2020-10-21 Matt Corallo[bindings] Give Transaction objects a buffer-is-owned...
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-11 Matt CoralloMerge pull request #618 from TheBlueMatt/2020-05-sample...
2020-09-11 Matt CoralloAdd all the manually-generated bits for the c-bindings...