rust-lightning
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-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 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...
2020-10-02 Matt CoralloMerge pull request #730 from TheBlueMatt/2020-09-no...
2020-10-02 Matt CoralloActually hold the total_consistency_lock instead of... 2020-10-fix-big-lock
2020-10-02 Matt CoralloDrop last bits of rescan as its too complicated to... 2020-09-no-rescan
2020-10-02 Matt CoralloDrop stale comment about a rescan that doesn't happen...
2020-10-02 Matt CoralloMerge pull request #729 from casey/readme
2020-10-02 Matt CoralloFix capitalization Gleb suggested
2020-10-02 Casey RodarmorClarify that lightning-net-tokio does networking only
2020-10-02 Casey RodarmorReword first paragraph and add tagline
2020-10-02 Casey RodarmorAdd content to readme
2020-10-01 Matt CoralloMerge pull request #649 from jkczyz/2020-06-refactor...
2020-10-01 Jeffrey CzyzMerge branch '2020-06-refactor-chain-listener-move...
2020-10-01 Jeffrey CzyzMove ln/channelmonitor.rs to chain/chainmonitor.rs
2020-10-01 Jeffrey CzyzMove channelmonitor.rs from ln to chain module
2020-10-01 Jeffrey CzyzMerge ChainMonitor impl blocks
2020-10-01 Jeffrey CzyzDefine type alias for enumerated transaction data
2020-10-01 Jeffrey CzyzReplace WatchEvent usage with get_outputs_to_watch
2020-10-01 Jeffrey CzyzInclude funding TXO in outputs to watch
2020-10-01 Jeffrey CzyzFix architecture diagram arrow directions
2020-10-01 Jeffrey CzyzFix architecture diagram line length
2020-10-01 Jeffrey CzyzReplace WatchEventProvider with chain::Filter
2020-10-01 Jeffrey CzyzRemove ChainListener
2020-10-01 Jeffrey CzyzRemove BlockNotifier
2020-10-01 Jeffrey CzyzRemove Key parameter from ChainMonitor
2020-10-01 Jeffrey CzyzRename SimpleManyChannelMonitor to ChainMonitor
2020-10-01 Jeffrey CzyzReplace ManyChannelMonitor with chain::Watch
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface
2020-10-01 Jeffrey CzyzReplace ChainWatchInterface in NetGraphMsgHandler
2020-10-01 Jeffrey CzyzRemove ChainWatchInterface from channelmonitor.rs
2020-09-24 Jeffrey CzyzReplace use of ChainWatchInterface with WatchEvent
2020-09-24 Jeffrey CzyzAdd test utilities for {dis}connecting a block
2020-09-24 Jeffrey CzyzReplace BlockNotifier with Node in test utilities
2020-09-24 Jeffrey CzyzSimplify BlockNotifier tests
2020-09-24 Jeffrey CzyzAlign ChannelMonitor interface with ChainListener
2020-09-24 Jeffrey CzyzRemove ChainWatchInterface from BlockNotifier
2020-09-22 Matt CoralloMerge pull request #715 from TheBlueMatt/2020-09-no...
2020-09-21 Matt CoralloDo not test any block-contents-rescan cases 2020-09-no-rescan-tests
2020-09-21 Matt CoralloClean up test_bump_penalty_txn_on_revoked_htlcs
2020-09-19 Matt CoralloClean up static_spendable_outputs_justice_tx_revoked_ht...
2020-09-18 Matt CoralloClean up static_spendable_outputs_justice_tx_revoked_ht...
2020-09-18 Matt Coralloderive(Debug) on Events
2020-09-18 Matt CoralloMerge pull request #713 from valentinewallace/cross...
2020-09-17 Valentine WallaceUpdate CI to run build and tests on Macos and Windows...
2020-09-17 Valentine WallaceRemove unnecessary include in Github Actions script.
2020-09-17 Valentine WallaceOnly link dead code when necessary in CI.
2020-09-16 Matt CoralloMerge pull request #690 from TheBlueMatt/2020-09-633...
2020-09-16 Matt CoralloFix two bugs which access the wrong peer's htlc_minimum... 2020-09-633-bindings
2020-09-16 Matt CoralloMove onion failure tests from functional_tests to their...
2020-09-16 Matt CoralloUpdate bindings after merge of #633, #679, #683.
2020-09-16 Matt CoralloClarify docs on payment_point slightly
2020-09-16 Matt CoralloMerge pull request #679 from ariard/2020-08-concurrent...
2020-09-16 Matt CoralloMerge pull request #696 from TheBlueMatt/2020-09-ci...
2020-09-15 Matt CoralloCheck each commit at least builds in CI 2020-09-ci-check-commits
2020-09-15 Antoine RiardImprove PermanentFailure requiremnts documentation
2020-09-15 Antoine RiardAdd test_concurrent_monitor_claim
2020-09-15 Antoine RiardImplement concurrent broadcast tolerance for distribute...
2020-09-14 Matt CoralloMerge pull request #684 from bmancini55/gossip_queries
2020-09-14 bmancini55Adding fuzzers for gossip_queries messages
next