rust-lightning
2020-11-24 Matt CoralloMerge pull request #759 from TheBlueMatt/2020-11-0... v0.0.12
2020-11-24 Matt CoralloMerge pull request #758 from TheBlueMatt/2020-11-bindin...
2020-11-24 Matt CoralloUpdate auto-generated bindings with new NetworkGraph API 2020-11-bindings-fix
2020-11-24 Matt CoralloBump version to 0.0.12
2020-11-24 Matt CoralloSplit `NetworkGraph` message handling fns into unsigned...
2020-11-24 Matt CoralloMove UTXO-lookup into pub utility function from Routing...
2020-11-24 Matt CoralloFinally drop travis entirely.
2020-11-24 Matt CoralloMerge pull request #748 from TheBlueMatt/2020-11-router...
2020-11-24 Matt Corallo[fuzz] Make router_target a bit easier for fuzzers... 2020-11-router-fuzzer
2020-11-24 Matt CoralloExpose manual-update methods in NetworkGraph.
2020-11-23 Matt CoralloMerge pull request #750 from TheBlueMatt/2020-11-dup...
2020-11-23 Matt CoralloDon't create chan-closed mon update for outbound never... 2020-11-dup-chan-id-crash
2020-11-23 Matt CoralloDo not generate a channel-closed mon update for never...
2020-11-23 Matt Corallo[netgraph] Do not allow capacity_sats * 1000 to overflo...
2020-11-23 Matt Corallo[router] Fix + test routing via next/last-hop hints...
2020-11-23 Matt CoralloMerge pull request #749 from TheBlueMatt/2020-11-bindin...
2020-11-23 Matt CoralloUse CARGO_PROFILE_RELEASE_LTO to fix bindings build... 2020-11-bindings-clones
2020-11-23 Matt CoralloUpdate auto-generated bindings
2020-11-23 Matt CoralloUpdate bindings demo for new ChannelMonitor-update API
2020-11-23 Matt Corallo[bindings] Update eq/clone trait fns to take object...
2020-11-23 Matt Coralloderive(Clone) for several pub simple data structs.
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every enum
2020-11-23 Matt Corallo[bindings] Expose a _clone fn for every struct that...
2020-11-23 Matt Corallo[bindings] Fix CVecTempl clone operation behavior.
2020-11-23 Matt CoralloUpdate bindings demo for new Transaction::data mut...
2020-11-23 Matt Corallo[bindings] Make Transaction::data *mut instead of ...
2020-11-23 Matt CoralloUpdate bindings demo for changes from #681 and the...
2020-11-23 Matt Corallo[bindings] Support traits with generic arguments (to...
2020-11-23 Matt CoralloMerge pull request #753 from TheBlueMatt/2020-11-chanmo...
2020-11-21 Matt Corallo[fuzz] Check that channels don't get stuck in chanmon_c... 2020-11-chanmon_consistency-bits
2020-11-21 Matt Corallo[fuzz] Don't allow HandleError in chanmon_consistency
2020-11-21 Matt Corallo[fuzz] Reduce overuse of macros/Arcs in chanmon_consistency
2020-11-21 Matt Corallo[fuzz] Expand the amounts we can send in chanmon_consis...
2020-11-21 Matt Corallo[fuzz] Test chanmon_consistency payment-send errors...
2020-11-17 Matt CoralloMerge pull request #611 from valentinewallace/fix-missi...
2020-11-16 Valentine WallaceClaim HTLC output on-chain if preimage is recv'd after...
2020-11-16 Valentine WallaceSplit channelmonitor's broadcast_by_holder_state
2020-11-16 Valentine WallaceExtend update_monitor logging
2020-11-16 Valentine WallaceUpdate monitor with preimage after channel close
2020-11-12 Valentine WallaceAdd prev_channel_outpoint to previous hop data
2020-11-12 Matt CoralloMerge pull request #721 from TheBlueMatt/2020-09-649...
2020-11-12 Matt CoralloMerge pull request #745 from ariard/2020-11-getting...
2020-11-10 Matt CoralloMerge pull request #746 from valentinewallace/remove...
2020-11-09 Antoine RiardAdd a Getting Started
2020-11-08 Valentine WallaceRemove unnecessary todo
2020-10-21 Matt Corallo[bindings] update generated code 2020-09-649-bindings
2020-10-21 Matt CoralloUpdate demo.cpp for new tuple code
2020-10-21 Matt Corallo[bindings] Un-Box Tuple mapping
2020-10-21 Matt Corallo[bindings] Fix typo in opaque struct docs found by Val
2020-10-21 Matt Corallo[bindings] Use the same SipHash keys to make C++ header...
2020-10-21 Matt Corallo[bindings] Use enum to describe deref'ing needed for...
2020-10-21 Matt CoralloUpdate bindings to latest upstream code
2020-10-21 Matt CoralloDrop the now-unused usizeslice bindings struct
2020-10-21 Matt CoralloUpdate bindings demo apps for new code upstream
2020-10-21 Matt CoralloMove a struct in bindings up to define it before it...
2020-10-21 Matt Corallo[bindings] Drop one static-lifetime restriction and...
2020-10-21 Matt Corallo[bindings] Handle type X = Y aliasing in type resolution
2020-10-21 Matt Corallo[bindings] Handle ::-prefixed paths in a few places
2020-10-21 Matt Corallo[bindings] Remove some uneccessary no-multi-ident path...
2020-10-21 Matt Corallo[bindings] Avoid guessing whether resolved type is...
2020-10-21 Matt Corallo[bindings] Support mapping slices which contain tuples...
2020-10-21 Matt Corallo[bindings] Give Transaction objects a buffer-is-owned...
2020-10-16 Matt CoralloMerge pull request #681 from valentinewallace/data...
2020-10-16 Valentine WallaceFix clippy
2020-10-16 Valentine WallaceRename ChannelMonitor::write_for_disk --> serialize_for...
2020-10-16 Valentine WallaceTest that Persist temp and perm failures behave as...
2020-10-16 Valentine WallaceAdd a sample module FilesystemPersister.
2020-10-16 Valentine WallaceIntegrate Persist into ChainMonitor.
2020-10-16 Valentine WallaceAdd Persist trait.
2020-10-16 Valentine WallacePut test utilities behind a feature flag.
2020-10-15 Matt CoralloMerge pull request #653 from ariard/2020-06-fix-outputs...
2020-10-14 Antoine RiardAssert on correct registeration of outputs index
2020-10-12 Matt Corallo[bindings] Add support for `Option<T>` where T is a...
2020-10-12 Matt CoralloIgnore cbindgen version in latest-bindings-in-git check.
2020-10-12 Matt Corallo[bindings] Use == null() instead of is_null() to avoid...
2020-10-12 Matt Corallo[bindings] Include a GenericTypes context in more places
2020-10-12 Matt Corallo[bindings] Push generic resolution into resolve_path
2020-10-12 Matt Corallo[bindings] Push generic resolution into maybe_resolve_path
2020-10-12 Matt CoralloSupport `use ident;` in bindings
2020-10-12 Matt CoralloAdd README note about key validity assertions at the...
2020-10-10 Antoine RiardAdd test_htlc_no_detection
2020-10-10 Antoine RiardAdd transaction index in watched_outputs
2020-10-10 Matt CoralloMerge pull request #738 from TheBlueMatt/2020-10-opt...
2020-10-09 Matt CoralloMerge pull request #740 from rloomba/rloomba/trivial...
2020-10-08 Ryan Loombatrivial changes to fix clippy::write_with_newline warnings
2020-10-08 Matt CoralloMerge pull request #739 from rloomba/rloomba/add-clippy...
2020-10-08 Ryan Loombaadd linting to Github CI
2020-10-08 Ryan Loombaadd clippy to travis integration
2020-10-07 Ryan Loombafix all clippy::redundant_field_names warnings
2020-10-05 Matt CoralloFix passing -O1 to build from `cargo test` 2020-10-opt-test
2020-10-05 Matt CoralloMerge pull request #734 from TheBlueMatt/2020-10-ci...
2020-10-05 Matt CoralloMerge pull request #722 from TheBlueMatt/2020-09-broken-fn
2020-10-05 Matt CoralloDrop now-unused Vec of outpoints in remote-commitment... 2020-09-broken-fn
2020-10-05 Matt CoralloDrop the redundant/broken `ChannelMonitor::get_monitore...
2020-10-05 Matt CoralloMerge pull request #716 from TheBlueMatt/2020-09-fee...
2020-10-05 Matt CoralloTest that txn pay at least a minimum relay fee in funct... 2020-09-fee-tests
2020-10-05 Matt CoralloFix feerate calculation on closing transactions
2020-10-05 Matt CoralloFix max fee_satoshis constant to be 21 million, not...
2020-10-02 Matt CoralloDon't let CI fail to check commits b/c git isn't config... 2020-10-ci-no-git-conf
2020-10-02 Matt CoralloMerge pull request #731 from TheBlueMatt/2020-10-fix...
next