Merge pull request #814 from TheBlueMatt/2021-03-optional-handlers
[rust-lightning] / lightning-persister /
2021-03-01 Matt CoralloMerge pull request #802 from TheBlueMatt/2021-01-update...
2021-02-28 Matt CoralloMerge pull request #806 from valentinewallace/monitor...
2021-02-26 Matt CoralloUpdate rust-bitcoin
2021-02-26 Valentine Wallacepersist: Persist ChannelMonitors in their own directory.
2021-02-22 Matt CoralloMerge pull request #799 from TheBlueMatt/2021-02-chansi...
2021-02-19 Matt CoralloUse ChannelSigner instead of ChanSigner for type parameters
2021-02-19 Matt CoralloChange Persist's Sign from an associated type to a...
2021-02-19 Matt CoralloRename ChannelKeys -> Sign and generic it consistently
2021-02-19 Matt CoralloMerge pull request #801 from TheBlueMatt/2021-02-789...
2021-02-19 Matt CoralloMerge pull request #752 from valentinewallace/chanman...
2021-02-19 Valentine WallaceAdd BackgroundProcessor for ChannelManager persistence...
2021-02-19 Valentine WallaceFix Windows persistence
2021-02-19 Valentine WallaceAbstract out disk-writing utilities from FilesystemPers...
2021-02-01 Matt CoralloMerge pull request #783 from ariard/2021-01-disconnect...
2021-01-25 Matt CoralloMerge pull request #764 from lightning-signer/revoke...
2021-01-25 Matt CoralloMerge pull request #777 from sr-gi/cm-force-close-checks
2021-01-21 Sergi Delgado SeguraMakes ChannelManager::force_close_channel fail for...
2021-01-18 DevrandomUse TestKeysInterface in functional tests
2021-01-18 Matt CoralloMerge pull request #772 from ariard/2021-01-getting...
2021-01-13 Matt CoralloMerge pull request #771 from jkczyz/2021-01-bolt3-test...
2021-01-08 Matt CoralloMerge pull request #761 from TheBlueMatt/2020-10-chansi...
2021-01-04 Matt CoralloUse `KeysInterface::read_chan_signer` for all channel... 2020-10-chansigner-no-ser
2021-01-04 Matt CoralloUse Writeable for ChannelMonitor instead of a specific...
2021-01-04 Matt CoralloUniversally Require Writeable for ChannelKeys
2020-11-24 Matt CoralloMerge pull request #759 from TheBlueMatt/2020-11-0... v0.0.12
2020-11-24 Matt CoralloBump version to 0.0.12
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-10-16 Matt CoralloMerge pull request #681 from valentinewallace/data...
2020-10-16 Valentine WallaceRename ChannelMonitor::write_for_disk --> serialize_for...
2020-10-16 Valentine WallaceAdd a sample module FilesystemPersister.