Add a first draft CONTRIBUTING.md
[rust-lightning] / fuzz /
2020-02-05 Matt CoralloMerge pull request #463 from jkczyz/2020-01-wire-encode
2020-02-05 Matt CoralloMerge pull request #454 from TheBlueMatt/2020-01-fuzz...
2020-02-05 Matt CoralloMerge pull request #466 from lightning-signer/chanmon...
2020-02-05 DevrandomAdd ChannelKeys to ChannelMonitor
2020-01-25 Matt CoralloMerge pull request #459 from ariard/2020-01-fix-htlc...
2020-01-25 Matt CoralloMerge pull request #460 from lightning-signer/channel...
2020-01-25 Matt CoralloMerge pull request #458 from TheBlueMatt/2020-01-spenda...
2020-01-25 Matt CoralloMerge pull request #443 from valentinewallace/channelmg...
2020-01-25 Valentine WallaceUpdate ChannelManager's ChannelMonitor Arc to be a... 2020-01-443-final-nits
2020-01-24 Devrandomchannel value to ChannelKeys constructor
2020-01-22 Matt CoralloMerge pull request #457 from ariard/2020-01-fix-append...
2020-01-22 Matt CoralloMerge pull request #433 from TheBlueMatt/2019-12-featur...
2020-01-21 Matt CoralloPass node features through to RouteHops
2020-01-20 Matt CoralloPass peer's Init message through to ChannelManager
2020-01-20 Matt CoralloMerge pull request #451 from lightning-signer/txkeys
2020-01-20 DevrandomProvide remote channel public keys to signer
2020-01-19 Matt CoralloPanic on txn with value > 21mill in ChannelMonitor... 2020-01-fuzz-mega-value
2020-01-19 Matt CoralloDrop individual fuzz target duplicate_crash tests for...
2020-01-17 Matt CoralloMerge pull request #447 from ariard/2020-01-fix-weight...
2020-01-17 Matt CoralloMerge pull request #450 from ariard/2020-01-fix-fst...
2020-01-17 Antoine RiardFix full_stack_target mishandling of block disconnection
2020-01-16 Matt CoralloMerge pull request #448 from lightning-signer/visibilit...
2020-01-16 Matt CoralloMerge pull request #444 from lightning-signer/funding...
2020-01-16 Devrandomconstruct funding redeem script in signer
2020-01-13 Matt CoralloMerge pull request #428 from TheBlueMatt/2019-12-flat...
2020-01-13 Matt CoralloMove features into a separate module out of msgs.
2020-01-13 Matt CoralloRefactor features a bit more to describe what the const...
2020-01-12 Matt CoralloImplement Flat Features
2020-01-06 Matt CoralloMerge pull request #439 from TheBlueMatt/2020-01-398...
2020-01-06 Antoine RiardDrop Result for ChannelMessageHandler methods 2020-01-398-fixups
2019-12-28 Matt CoralloMerge pull request #420 from TheBlueMatt/2019-12-chan...
2019-12-24 Matt CoralloMake ChannelMonitor sign local transactions (at broadca...
2019-12-21 Matt CoralloMerge pull request #426 from TheBlueMatt/2019-12-bad...
2019-12-20 Matt CoralloRemove unused lifetimes. 2019-12-bad-lifetimes
2019-12-13 Matt CoralloMerge pull request #419 from TheBlueMatt/2019-12-simple...
2019-12-12 Matt CoralloUse EnforcingChannelKeys in fuzz targets to get more...
2019-12-12 Matt CoralloMerge pull request #404 from TheBlueMatt/2019-11-signer-api
2019-12-12 Matt CoralloMerge pull request #417 from TheBlueMatt/2019-12-ver...
2019-12-11 Matt CoralloBump bitcoin dep to 0.21
2019-12-11 Matt CoralloPre-build fuzz targets at once in travis instead of...
2019-12-11 Matt CoralloMake ChannelKeys an API and template Channel with it.
2019-12-11 Matt CoralloBump bitcoin dep to 0.21
2019-12-11 Matt CoralloMerge pull request #416 from TheBlueMatt/2019-12-fuzz...
2019-12-11 Matt CoralloRefactor fuzzing to be a C-callable library plus rust... 2019-12-fuzz-clib
2019-12-11 Matt CoralloMerge pull request #414 from TheBlueMatt/2019-12-347...
2019-12-10 Matt CoralloCorrect input comparison for input-subset RBF bump...
2019-12-10 Antoine RiardTrack and react to remote partial-claiming of pending...
2019-12-10 Antoine RiardAdd RBF-bumping of preimage/timeout txn on remote HTLC...
2019-12-10 Antoine RiardImplement bumping engine in ChannelMonitor::block_connected
2019-12-09 Matt CoralloMerge pull request #413 from TheBlueMatt/2019-12-381...
2019-12-09 Steven RooseChange the new() functions for config to Default::default()
2019-12-03 Matt CoralloMerge pull request #403 from TheBlueMatt/2019-11-rand...
2019-12-02 Matt CoralloRandomize initial onion packet data. 2019-11-rand-onion
2019-11-30 Matt CoralloMerge pull request #405 from TheBlueMatt/2019-11-cleanups
2019-11-28 Matt CoralloAdd dyn tags in fuzz_targets
2019-11-25 Matt CoralloMerge pull request #401 from ariard/2019-11-log-tx...
2019-11-25 Matt CoralloMerge pull request #399 from TheBlueMatt/2019-11-fuzz...
2019-11-25 Matt CoralloMove fuzz to top level. 2019-11-fuzz-top-level
2019-11-19 Matt CoralloMerge pull request #379 from rrybarczyk/use-workspaces
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-18 Matt CoralloMerge pull request #395 from ariard/2019-11-expected...
2019-11-18 Antoine RiardCheck expected amount in claim_funds
2019-11-18 RJ RybarczykMerge branch 'master' of github.com:rust-bitcoin/rust...
2019-11-15 Matt CoralloMerge pull request #393 from ariard/2019-11-send-cmt...
2019-11-15 Matt CoralloMerge pull request #390 from ariard/2019-11-consistent...
2019-11-15 Matt CoralloMerge pull request #392 from ariard/2019-11-manager...
2019-11-15 Antoine RiardMake field error of LightingError mandatory
2019-11-15 Antoine RiardAdd init height in ChannelManager constructor
2019-11-15 RJ RybarczykUse workspaces to separate crates
2019-11-12 Antoine RiardRename HandleError to LightningError to stress already...
2019-08-24 Matt CoralloMerge pull request #377 from elichai/2019-08-update...
2019-08-24 Elichai TurkelUpdate the fuzz and net-tokio crates
2019-08-06 Matt CoralloMerge pull request #349 from ariard/2019-07-data_loss
2019-08-02 Matt CoralloMerge pull request #310 from ariard/2019-02-clarify...
2019-07-31 Matt CoralloMerge pull request #370 from TheBlueMatt/2019-07-369...
2019-07-31 RJ RybarczykMake SocketDescriptor::send_data take slice instead...
2019-07-30 Matt CoralloMerge pull request #367 from TheBlueMatt/2019-07-fst...
2019-07-29 Matt CoralloMake temporary channel ids unique in full_stack_target 2019-07-fst-unique-channels
2019-07-25 Matt CoralloMerge pull request #361 from TheBlueMatt/2019-07-cmfc...
2019-07-25 Matt CoralloMake chanmon_fail_consistency slightly less aggressive 2019-07-cmfc-crash
2019-07-24 Matt CoralloMerge pull request #355 from ariard/2019-07-fix-csv...
2019-07-24 Matt CoralloMerge pull request #359 from rust-bitcoin/2019-07-bump...
2019-07-24 Matt CoralloMerge pull request #356 from TheBlueMatt/2019-07-more...
2019-07-24 Matt CoralloAdd deserialize+load steps to chanmon_fail_consistency... 2019-07-more-chanmon-fuzz
2019-07-23 Matt CoralloDrop msgs bound for a disconnecting peer at disconnect...
2019-07-23 Matt CoralloMerge pull request #353 from TheBlueMatt/2019-07-no...
2019-07-23 Matt CoralloMake rand a dev-dep by having the user randomize HTLC... 2019-07-no-rand
2019-07-23 Matt CoralloStop using rng in peer_channel_encryptor to generate...
2019-07-23 Matt CoralloUpdate commitment tx to match actual tx (dunno when...
2019-07-23 Matt CoralloRemove dangling link in fuzz/
2019-07-22 Matt CoralloMerge pull request #348 from ariard/2019-07-upfront...
2019-07-22 Antoine RiardProvide peer local_features to handle_open_channel...
2019-07-19 Matt CoralloMerge pull request #336 from ariard/2019-04-in-flight...
2019-07-19 Matt CoralloMerge pull request #340 from TheBlueMatt/2019-06-channe...
2019-07-18 Matt CoralloAdd balance and is_live fields to ChannelDetails 2019-06-channeldetails-fields
2019-07-17 Antoine RiardDelay failure of non-dust HTLC-outputs until solving...
2019-07-17 Antoine RiardImplement block_disconnect for pruning of waiting-conf...
2019-06-01 Matt CoralloMerge pull request #339 from TheBlueMatt/2019-06-net...
2019-06-01 Matt CoralloBump rust-bitcoin dep to 0.18
2019-04-22 Matt CoralloMerge pull request #320 from TheBlueMatt/2019-03-chan...
next