2018-04-02 |
Matt Corallo | Add support for initiating channel closure to Channel... |
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 |
2018-03-23 |
Matt Corallo | Fix new "uneccessary mut" warning |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Merge pull request #15 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Set travis to run honggfuzz for a while |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Add some fuzz targets. |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Add dummy creator for PendingForwardHTLCInfo |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Stub out Sha256 calls when fuzzing |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Stub out ChaCha20Poly1305RFC when fuzzing |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Stub out RNG when fuzzing |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Add fuzztarget feature, bump bitcoin/secp256k1 |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Matt Corallo | Merge pull request #14 from TheBlueMatt/2018-03-fuzz... |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Matt Corallo | Check validity of dust_limit_satoshis in remote messages 2018-03-fuzz-fixes-1 |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Matt Corallo | Fix reserve check on HTLC receive/send |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Matt Corallo | impl a bunch of additional messages, remove some useles... |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Matt Corallo | Remove useless Sha256 copies |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Matt Corallo | Merge pull request #13 from TheBlueMatt/2018-03-htlc... |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Matt Corallo | Clarify roles in failing HTLCs, impl it, support rebalances 2018-03-htlc-failures |
commit | commitdiff | tree | snapshot |
2018-03-20 |
Matt Corallo | Fix length requirement in peer_handler msg decode |
commit | commitdiff | tree | snapshot |
2018-03-20 |
Matt Corallo | Merge pull request #12 from TheBlueMatt/2018-03-fixes |
commit | commitdiff | tree | snapshot |
2018-03-20 |
Matt Corallo | Allow messages to be too long in accorance with spec 2018-03-fixes |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Matt Corallo | Fix a few bugs in peer_handler |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Matt Corallo | Impl a few more msg deserializations, fix a channel... |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Matt Corallo | Use ChainWatchInterfaceUtil directly in tests instead... |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Matt Corallo | Clean up a few comments after #11 merge. |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Matt Corallo | Merge pull request #11 from tamasblummer/chaininterface... |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Tamas Blummer | ignore IntelliJ IDEA files |
commit | commitdiff | tree | snapshot |
2018-03-19 |
Tamas Blummer | Split out BroadcastInterface, ChainWatchInterface monit... |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Matt Corallo | Merge pull request #10 from tamasblummer/use_bitcoin_chain |
commit | commitdiff | tree | snapshot |
2018-03-10 |
Tamas Blummer | use new bitcoin-chain module extracted from bitcoin |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Matt Corallo | Merge pull request #8 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Matt Corallo | Unify license with rust-bitcoin-spv |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Matt Corallo | Merge pull request #5 from TheBlueMatt/master |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Matt Corallo | Add travis config |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Matt Corallo | Merge pull request #3 from RCasatta/fixtry |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Riccardo Casatta | use ? instead of try macro |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Matt Corallo | Merge pull request #2 from practicalswift/typos |
commit | commitdiff | tree | snapshot |
2018-02-27 |
practicalswift | Fix typos |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Matt Corallo | Dont expose things that are purely internal-only |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Matt Corallo | Update deps, including significant dep reduction in... |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Matt Corallo | Silence warning on essentially-unimplemented chain... |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Matt Corallo | Split out channel_monitor_claim_key from shutdown key... |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Matt Corallo | Add some light docs, rm empty walletinterface (better... |
commit | commitdiff | tree | snapshot |
2018-02-16 |
Matt Corallo | initial checkin |
commit | commitdiff | tree | snapshot |
|