Migrate all Uint256s used for channel_ids to [u8; 32]
[rust-lightning] / src / chain /
2018-07-22 Matt CoralloMigrate all Uint256s used for channel_ids to [u8; 32] 2018-07-no-uint
2018-07-22 Matt CoralloMerge pull request #71 from TheBlueMatt/2018-07-watch...
2018-07-22 Matt CoralloEnsure the funding transaction is registered to be...
2018-07-20 Matt CoralloMerge pull request #47 from ariard/block_disconnected_c...
2018-07-20 Matt CoralloMerge pull request #64 from TheBlueMatt/master
2018-07-20 Matt CoralloExpose the script_pubkey being monitored in chain watch...
2018-07-19 Matt CoralloMerge pull request #52 from TheBlueMatt/master
2018-07-19 Matt CoralloFix various spec bugs, can now open channels with real...
2018-06-29 Matt CoralloMerge pull request #37 from TheBlueMatt/master
2018-06-29 Matt CoralloMerge pull request #36 from TheBlueMatt/2018-08-33...
2018-06-29 Matt CoralloAdd more docs to transaction::OutPoint 2018-08-33-cleanups
2018-06-29 Matt CoralloMerge pull request #35 from TheBlueMatt/2018-06-post-32
2018-06-29 Matt CoralloMerge pull request #33 from jeandudey/funding_txo
2018-06-29 Jean Pierre DudeyAdd the `OutPoint` type for the `ChannelMonitor`'s...
2018-06-14 Matt CoralloMerge pull request #29 from TheBlueMatt/2018-06-api...
2018-06-14 Matt CoralloRemove bitcoincorerpcchain, as it belongs in a separate...
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-19 Matt CoralloClean up a few comments after #11 merge.
2018-03-19 Matt CoralloMerge pull request #11 from tamasblummer/chaininterface...
2018-03-19 Tamas BlummerSplit out BroadcastInterface, ChainWatchInterface monit...
2018-03-11 Matt CoralloMerge pull request #10 from tamasblummer/use_bitcoin_chain
2018-03-10 Tamas Blummeruse new bitcoin-chain module extracted from bitcoin
2018-02-21 Matt CoralloSilence warning on essentially-unimplemented chain...
2018-02-21 Matt CoralloAdd some light docs, rm empty walletinterface (better...
2018-02-16 Matt Coralloinitial checkin