rust-lightning
2021-02-18 Matt Corallofuck linux 2021-02-val-chanmon-persistence-w-prints
2021-02-18 Matt Coralloonly dir?
2021-02-18 Matt Corallotemp paths
2021-02-18 Matt Coralloswap src and dst
2021-02-17 Valentine Wallacetry FlushFileBuffers
2021-02-17 Valentine Wallacesync_all final file
2021-02-17 Valentine Wallacecheck # write_to_file calls
2021-02-17 Valentine Wallacecheck that all updates are being attempted to persist
2021-02-17 Valentine Wallaceconfirm both mons same upd id
2021-02-17 Valentine Wallacelog error on persisting new channel
2021-02-17 Valentine Wallacedon't build block sync
2021-02-17 Valentine Wallaceonly run failing test
2021-02-17 Valentine Wallacewhich monitor is failing?
2021-02-17 Valentine Wallacere-enable CI
2021-02-17 Valentine Wallacelog error on test_rename_failure
2021-02-17 Valentine Wallaceno backup file
2021-02-17 Valentine Wallaceok try w/ all tests
2021-02-17 Valentine Wallacecheck if file exists
2021-02-17 Valentine Wallacefix dwReplaceFlags
2021-02-17 Valentine Wallaceprint error
2021-02-17 Valentine Wallacefixups
2021-02-17 Valentine WallaceReplaceFileW w/ backup
2021-02-17 Valentine Wallaceuse ReplaceFileW
2021-02-17 Valentine Wallaceadd sleep
2021-02-17 Valentine Wallaceswitch back to fs::rename
2021-02-17 Valentine Wallaceprint perms right before rename
2021-02-17 Valentine Wallaceprint readonly
2021-02-17 Valentine Wallaceset dir readonly false
2021-02-17 Valentine Wallaceprint all the perms
2021-02-17 Valentine Wallacemake writeable
2021-02-17 Valentine Wallacetrying atomic rename thing
2021-02-17 Valentine Wallaceprints and nocapture and faster CI
2021-02-16 Valentine WallaceAdd BackgroundProcessor for ChannelManager persistence...
2021-02-16 Valentine WallaceAdd PersistenceNotifier to ChannelManager
2021-02-16 Valentine WallaceAbstract out disk-writing utilities from FilesystemPers...
2021-02-16 Valentine WallaceMake logger macros public
2021-02-16 Matt CoralloMerge pull request #786 from TheBlueMatt/2021-02-chansi...
2021-02-16 Matt CoralloMerge pull request #797 from TheBlueMatt/2021-02-no...
2021-02-15 Matt CoralloMerge pull request #798 from TheBlueMatt/2021-02-route...
2021-02-15 Matt CoralloFetch network graph cache and run benchmarks on CI 2021-02-route-bench
2021-02-15 Matt CoralloAdd a trivial benchmark of calculating routes on today...
2021-02-15 Matt CoralloAllow gossip messages to have 1KB of uninterpreted... 2021-02-no-addr-order
2021-02-15 Matt CoralloDrop trailing semicolons which rustc nightly generates...
2021-02-12 Matt CoralloAdapt C++ bindings demo to new API and keys (new fundin... 2021-02-chansigner-util
2021-02-12 Matt CoralloUpdate auto-generated bindings
2021-02-12 Matt CoralloSlightly expand documentation on KeysInterface
2021-02-12 Matt CoralloExpand documentation and fields in SpendableOutputDescr...
2021-02-12 Matt CoralloSwap key_derivation_params (u64, u64) for channel_keys_...
2021-02-12 Matt CoralloDrop address ordering enforcement in NodeAnnouncement...
2021-02-11 Matt CoralloMerge pull request #788 from TheBlueMatt/2020-02-concre...
2021-02-11 Matt CoralloUpdate auto-generated bindings 2020-02-concrete-bindings
2021-02-11 Matt CoralloAdd additional Clone derives
2021-02-11 Matt Corallo[bindings] Allow cloning opaque types when inner is...
2021-02-11 Matt Corallo[C++ bindings] Update demo app due to removed TupleTemp...
2021-02-11 Matt Corallo[bindings] Drop some stale code from bindings generic...
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] Keep track of all types which derive[Clone]
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-10 Matt CoralloFix documentation on PeerHandleError 2021-02-check-close-source
2021-02-10 Matt CoralloAdd test for error message hangline resulting in force...
2021-02-10 Matt CoralloCheck the PK of the source of an error before closing...
2021-02-05 Matt CoralloMerge pull request #793 from galderz/t_double_validatio...
2021-02-05 Galder ZamarreñoUnknown bits feature only needs to be validated once...
2021-02-04 Matt CoralloMerge pull request #790 from bmancini55/sync_complete
2021-02-04 Matt CoralloMerge pull request #774 from jkczyz/2021-01-http-client
2021-02-04 Jeffrey CzyzImplement BlockSource for REST and RPC clients
2021-02-04 Jeffrey CzyzAdd REST and RPC clients to lightning-block-sync
2021-02-04 bmancini55Interpret sync_complete in reply_channel_range
2021-02-04 Jeffrey CzyzAdd lightning-block-sync package and library
2021-02-03 Matt CoralloMerge pull request #768 from TheBlueMatt/2020-12-chanma...
2021-02-03 Matt Corallo[bindings] Fix genbindings.sh compile issues on OSX 2020-12-chanman-bindings-deser
2021-02-03 Matt CoralloUpdate C++ bindings demo to use `ChannelManager` de...
2021-02-03 Matt Corallo[C++ bindings demo] Add now-missing std::moves
2021-02-03 Matt CoralloAuto-generated bindings updates
2021-02-03 Matt Corallo[C++ bindings] Add move-assign operator, require rvalue...
2021-02-03 Matt Corallo[bindings] Use references in a few places instead of...
2021-02-03 Matt Corallo[bindings] Use new non-null annotation feature in cbindgen
2021-02-03 Matt Corallo[bindings] Don't require trait impl for-structs to...
2021-02-03 Matt Corallo[bindings] Implement ReadableArgs mapping, try impl...
2021-02-03 Matt Corallo[bindings] Allow `write_rust_type` to handle leading...
2021-02-03 Matt Corallo[bindings] Use common conv in `_write` impls, drop...
2021-02-03 Matt Corallo[bindings] Convert manual `_read` implementations to...
2021-02-03 Matt Corallo[bindings] Pipe errors back from write_template_constructor
2021-02-03 Matt CoralloMerge pull request #767 from TheBlueMatt/2020-12-chansi...
2021-02-02 Matt CoralloMerge pull request #781 from TheBlueMatt/2021-01-tokio-1
2021-02-02 Matt Corallo[bindings] Update C++ demo for new NetGraphMsgHandler... 2020-12-chansigner-read-bindings
2021-02-02 Matt CoralloUpdate auto-generated bindings, including bumping cbind...
2021-02-02 Matt Corallo[bindings] Allow unused fns that the bindings can call...
2021-02-02 Matt Corallo[bindings] Drop useless `#[no_mangle]` from `pub type...
2021-02-02 Matt Corallo[bindings] Be explicit with take_ptr calls
2021-02-02 Matt Corallo[bindings] Separate take_ptr and take_inner
2021-02-02 Matt Corallo[bindings] Support exposing `bitcoin::OutPoint`s as...
2021-02-02 Matt Corallo[bindings] Figure out in-file structs and enums before...
2021-02-02 Matt Corallo[bindings] Don't export new functions with unexportable...
2021-02-02 Matt Corallo[bindings] Expose secp256k1::Message as ThirtyTwoBytes
2021-02-02 Matt Corallo[bindings] Add support for mapping Write as a supertrait
2021-02-02 Matt Corallo[bindings] Handle MessageSendEventsProvider impl blocks...
next