2018-07-06 |
Matt Corallo | Merge pull request #41 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Matt Corallo | Move open_channel message handling into an event |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Matt Corallo | Merge pull request #39 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-07-03 |
Matt Corallo | Add warning about aut-close()-fd-races for peer_handler... |
commit | commitdiff | tree | snapshot |
2018-06-30 |
Matt Corallo | Merge pull request #38 from jeandudey/max-funding-satoshis |
commit | commitdiff | tree | snapshot |
2018-06-30 |
Jean Pierre... | Add `MAX_FUNDING_SATOSHIS` constant. |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Merge pull request #37 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Merge pull request #36 from TheBlueMatt/2018-08-33... |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Fix additional 1.22 rustc warning |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Add more docs to transaction::OutPoint 2018-08-33-cleanups |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Cleanups after #33, plus one unrelated bugfix spotted... |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Merge pull request #35 from TheBlueMatt/2018-06-post-32 |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Merge pull request #33 from jeandudey/funding_txo |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Greatly simplify channelmonitor pruning tests, and... 2018-06-post-32 |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Also avoid pruning preimages for previous local tx... |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Fix chan_utils indentation issue |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | A few minor test cleanups and remove new warnings from #32 |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Skip some a needless temporary vec and clean indentatio... |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Matt Corallo | Merge pull request #32 from ariard/prune_payment_preimages |
commit | commitdiff | tree | snapshot |
2018-06-29 |
Jean Pierre... | Add the `OutPoint` type for the `ChannelMonitor`'s... |
commit | commitdiff | tree | snapshot |
2018-06-28 |
Antoine Riard | Add pruning of preimages no longer needed + tests |
commit | commitdiff | tree | snapshot |
2018-06-27 |
Matt Corallo | Merge pull request #34 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-06-27 |
Matt Corallo | Fix Pong response attempt-to-encode-oversize-msg panic |
commit | commitdiff | tree | snapshot |
2018-06-17 |
Matt Corallo | Merge pull request #30 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-06-17 |
Matt Corallo | Fix message targets to not have an internal loop |
commit | commitdiff | tree | snapshot |
2018-06-17 |
Matt Corallo | Add ping/pong fuzz targets |
commit | commitdiff | tree | snapshot |
2018-06-16 |
Matt Corallo | Send initial_routing_sync-filled Init messages to the... |
commit | commitdiff | tree | snapshot |
2018-06-16 |
Matt Corallo | Support responding to Ping messages in peer_handler |
commit | commitdiff | tree | snapshot |
2018-06-16 |
Matt Corallo | Work around lnd sending invalid messages |
commit | commitdiff | tree | snapshot |
2018-06-16 |
Matt Corallo | Support ignoring some errors, deserialize empty flags... |
commit | commitdiff | tree | snapshot |
2018-06-14 |
Matt Corallo | Merge pull request #29 from TheBlueMatt/2018-06-api... |
commit | commitdiff | tree | snapshot |
2018-06-14 |
Matt Corallo | Make PeerHandleError Error impl public 2018-06-api-quirks |
commit | commitdiff | tree | snapshot |
2018-06-14 |
Matt Corallo | Remove bitcoincorerpcchain, as it belongs in a separate... |
commit | commitdiff | tree | snapshot |
2018-06-14 |
Matt Corallo | Provide Send + Sync on message handlers (just changes... |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Matt Corallo | Merge pull request #28 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Matt Corallo | fuzztarget sha -> XOR, crates secp256k1 |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Matt Corallo | Merge pull request #26 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Matt Corallo | Update msg_target_template to note auto-generation |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Matt Corallo | Fix indentation in fuzz_target utils |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Matt Corallo | Make travis check that msg_targets match the template |
commit | commitdiff | tree | snapshot |
2018-05-13 |
Matt Corallo | Merge pull request #24 from yuntai/master |
commit | commitdiff | tree | snapshot |
2018-05-12 |
Yuntai Kyong | add fuzz target for messages |
commit | commitdiff | tree | snapshot |
2018-05-12 |
Yuntai Kyong | add script to generate msg test target |
commit | commitdiff | tree | snapshot |
2018-05-12 |
Yuntai Kyong | Update dependency on secp256k1 pointing to https:/... |
commit | commitdiff | tree | snapshot |
2018-05-12 |
Yuntai Kyong | filling unimplemented!() for many messages' encoding... |
commit | commitdiff | tree | snapshot |
2018-05-12 |
Yuntai Kyong | add .gitignore |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Matt Corallo | Merge pull request #25 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-05-10 |
Matt Corallo | Make channel_target return as channelmanager removes... |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Matt Corallo | Some with_capacity's |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Matt Corallo | Merge pull request #23 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Matt Corallo | Fix repo link in Cargo |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Matt Corallo | Merge pull request #22 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Matt Corallo | Bump version for API changes. |
commit | commitdiff | tree | snapshot |
2018-04-26 |
Matt Corallo | Merge pull request #21 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Matt Corallo | Fix local route update broadcasts, annouce channel... |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Matt Corallo | Rewrite channelmonitor framework and implement a bunch... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Matt Corallo | Fix some channel remove channelmanager consistency... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Matt Corallo | HTLC Failure message handling |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Move ChannelKeys creation into channelmanager |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Merge pull request #20 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Provide fallback for crypto's fixed_time_eq on non... |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Minor cleanups |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Fix commitment transaction number/per_commitment_point... |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Refactor channelmanager network tests significantly |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | impl more message encodings |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Completely rewrite channel HTLC tracking and processing |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Prep HTLCFailReason for Channel holding it until revoke... |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Use libbitcoinconsensus to check tx validity in some... |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Test that channel monitors get updated appropriately |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Hand payment preimages into channel monitors when claimed |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Matt Corallo | Switch back to crates.io rust-bitcoin for 0.13 release |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Merge pull request #19 from TheBlueMatt/2018-04-error... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Fix travis-fuzz upgrade-handling 2018-04-error-handling-framework |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Remove useless htlc_redeemscript argument |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Clean up channel error handling a ton |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Basic error handling framework in peer_handler |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Require Init as first message, send our own Init for... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Rename ErrorMessage |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Merge pull request #18 from TheBlueMatt/2018-04-fuzzing... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Merge pull request #17 from TheBlueMatt/2017-04-channel... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Check funding txout format when transaction is confirme... 2018-04-fuzzing-expansion |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Make Channel non-public except in fuzztarget mode,... 2017-04-channel-close |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Fix a small bug in peer_handler |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Expose event-processing loop from peer_handler. |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Fix message decoding for features, build some encoding |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Add support for initiating channel closure to Channel... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Update TODOs in README |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Expand full_stack_target from uselessly-large to laugha... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Handle incoming shutdown messages |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Matt Corallo | Update for new rust-bitcoin API, avoid some duplicate... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Matt Corallo | Merge pull request #16 from TheBlueMatt/2018-03-fixups |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Matt Corallo | Fix double-locking in channelmanager 2018-03-fixups |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Matt Corallo | Stop allowing new commitments without updates/revoke |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Matt Corallo | Stop freeing holding cell in updates, fix freeing in... |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Matt Corallo | Fix update_fee handling, add TODOs |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Matt Corallo | impl more message decoders |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Matt Corallo | Expand fake_network_test a bit with multiple in-flight... |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Matt Corallo | Fail payments backwards in delayed processing as well |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Hold channel_state lock into fail_htlc_backwards_internal |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | DRY up update_add_htlc a bit with macros |
commit | commitdiff | tree | snapshot |
next |