rust-lightning
2018-04-02 Matt CoralloMake Channel non-public except in fuzztarget mode,... 2017-04-channel-close
2018-04-02 Matt CoralloExpose event-processing loop from peer_handler.
2018-04-02 Matt CoralloAdd support for initiating channel closure to Channel...
2018-04-02 Matt CoralloHandle incoming shutdown messages
2018-04-02 Matt CoralloUpdate for new rust-bitcoin API, avoid some duplicate...
2018-03-27 Matt CoralloMerge pull request #16 from TheBlueMatt/2018-03-fixups
2018-03-25 Matt CoralloFix double-locking in channelmanager 2018-03-fixups
2018-03-25 Matt CoralloStop allowing new commitments without updates/revoke
2018-03-25 Matt CoralloStop freeing holding cell in updates, fix freeing in...
2018-03-25 Matt CoralloFix update_fee handling, add TODOs
2018-03-25 Matt Coralloimpl more message decoders
2018-03-25 Matt CoralloExpand fake_network_test a bit with multiple in-flight...
2018-03-25 Matt CoralloFail payments backwards in delayed processing as well
2018-03-23 Matt CoralloHold channel_state lock into fail_htlc_backwards_internal
2018-03-23 Matt CoralloDRY up update_add_htlc a bit with macros
2018-03-23 Matt CoralloFix new "uneccessary mut" warning
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloSet travis to run honggfuzz for a while
2018-03-23 Matt CoralloAdd some fuzz targets.
2018-03-23 Matt CoralloAdd dummy creator for PendingForwardHTLCInfo
2018-03-23 Matt CoralloStub out Sha256 calls when fuzzing
2018-03-23 Matt CoralloStub out ChaCha20Poly1305RFC when fuzzing
2018-03-23 Matt CoralloStub out RNG when fuzzing
2018-03-23 Matt CoralloAdd fuzztarget feature, bump bitcoin/secp256k1
2018-03-23 Matt CoralloMerge pull request #14 from TheBlueMatt/2018-03-fuzz...
2018-03-22 Matt CoralloCheck validity of dust_limit_satoshis in remote messages 2018-03-fuzz-fixes-1
2018-03-22 Matt CoralloFix reserve check on HTLC receive/send
2018-03-22 Matt Coralloimpl a bunch of additional messages, remove some useles...
2018-03-22 Matt CoralloRemove useless Sha256 copies
2018-03-22 Matt CoralloMerge pull request #13 from TheBlueMatt/2018-03-htlc...
2018-03-22 Matt CoralloClarify roles in failing HTLCs, impl it, support rebalances 2018-03-htlc-failures
2018-03-20 Matt CoralloFix length requirement in peer_handler msg decode
2018-03-20 Matt CoralloMerge pull request #12 from TheBlueMatt/2018-03-fixes
2018-03-20 Matt CoralloAllow messages to be too long in accorance with spec 2018-03-fixes
2018-03-19 Matt CoralloFix a few bugs in peer_handler
2018-03-19 Matt CoralloImpl a few more msg deserializations, fix a channel...
2018-03-19 Matt CoralloUse ChainWatchInterfaceUtil directly in tests instead...
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 Blummerignore IntelliJ IDEA files
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-03-05 Matt CoralloMerge pull request #8 from TheBlueMatt/master
2018-03-05 Matt CoralloUnify license with rust-bitcoin-spv
2018-03-05 Matt CoralloMerge pull request #5 from TheBlueMatt/master
2018-03-05 Matt CoralloAdd travis config
2018-03-02 Matt CoralloMerge pull request #3 from RCasatta/fixtry
2018-03-01 Riccardo Casattause ? instead of try macro
2018-02-28 Matt CoralloMerge pull request #2 from practicalswift/typos
2018-02-27 practicalswiftFix typos
2018-02-25 Matt CoralloDont expose things that are purely internal-only
2018-02-21 Matt CoralloUpdate deps, including significant dep reduction in...
2018-02-21 Matt CoralloSilence warning on essentially-unimplemented chain...
2018-02-21 Matt CoralloSplit out channel_monitor_claim_key from shutdown key...
2018-02-21 Matt CoralloAdd some light docs, rm empty walletinterface (better...
2018-02-16 Matt Coralloinitial checkin