Replace the bulk of CI with a (much simpler) bash script
[rust-lightning] / lightning /
2023-03-15 Matt CoralloFix onion_message functional_tests `no-std` build
2023-03-14 Matt CoralloMerge pull request #2045 from wpaulino/fix-broken-commi...
2023-03-13 Matt CoralloMerge pull request #2063 from valentinewallace/2023...
2023-03-13 Matt CoralloMerge pull request #2099 from tnull/2023-03-pin-ntapi...
2023-03-13 Matt CoralloMerge pull request #2091 from tnull/2023-03-expose...
2023-03-13 Valentine WallaceEnsure payment_params present when checking is_retryabl...
2023-03-13 Valentine WallaceRemove payment_params from send_payent_along_path
2023-03-13 Valentine WallaceRemove HTLCSource::OutboundRoute::payment_params
2023-03-13 Valentine WallaceRemove PaymentPathFailed::retry
2023-03-09 Matt CoralloMerge pull request #2092 from TheBlueMatt/2023-03-find...
2023-03-09 Matt CoralloFurther simplify the `outbound_payments` failure macro 2023-03-find-route-id
2023-03-09 Matt CoralloCorrect `outbound_payment` route-fetch calls to pass...
2023-03-09 Elias RohrerExpose `_impl_writeable_tlv_based_enum_common` macro
2023-03-08 Matt CoralloMerge pull request #2079 from tnull/2023-03-add-list...
2023-03-08 Matt CoralloMerge pull request #2078 from AdvaitPote/bigsize_tests
2023-03-08 Advaitencoding/decoding tests added for BigSize
2023-03-08 Matt CoralloMerge pull request #2081 from TheBlueMatt/2023-03-futur...
2023-03-07 Elias RohrerAdd `list_channels_by_counterparty` method
2023-03-06 Matt CoralloMerge pull request #2049 from douglaz/run-clippy-fix
2023-03-06 Wilmer PaulinoUpdate same amount and preimage test vector
2023-03-06 Wilmer PaulinoAdd missing test vector for anchors_zero_fee_htlc_tx
2023-03-06 Matt CoralloMerge pull request #2074 from TheBlueMatt/2023-03-fix...
2023-03-06 Matt CoralloMerge pull request #2028 from TheBlueMatt/2023-02-macro...
2023-03-04 Matt CoralloMerge pull request #1497 from TheBlueMatt/2022-05-no...
2023-03-04 Matt CoralloMake `fuzz_threaded_connections` more robust 2023-03-fix-threaded-test
2023-03-04 Matt CoralloMerge pull request #2065 from TheBlueMatt/2023-02-0... 0.0.114-bindings v0.0.114
2023-03-04 Matt CoralloUpdate crate versions to 0.0.114/invoice 0.22 2023-02-0.0.114
2023-03-04 Matt CoralloMerge pull request #2072 from jkczyz/2023-01-fix-scorin...
2023-03-03 Matt CoralloMerge pull request #2071 from TheBlueMatt/2023-01-fix...
2023-03-03 Jeffrey CzyzGuard against division by zero in scorer
2023-03-03 Jeffrey CzyzUpdate scoring history buckets when no change
2023-03-03 Matt CoralloMerge pull request #2068 from jkczyz/2023-03-doc-fixes
2023-03-03 Matt CoralloMerge pull request #2069 from TheBlueMatt/2023-03-no...
2023-03-03 Matt CoralloMerge pull request #2070 from TheBlueMatt/2023-03-get-key
2023-03-03 Jeffrey CzyzFix build warnings
2023-03-03 Matt CoralloExpose the node secret key in `{Phantom,}KeysManager` 2023-03-get-key
2023-03-03 Matt CoralloMerge pull request #2067 from benthecarman/fix-typos
2023-03-03 Matt CoralloMerge pull request #2066 from TheBlueMatt/2023-02-no...
2023-03-03 Matt CoralloMerge pull request #2048 from TheBlueMatt/2023-02-send...
2023-03-03 Matt CoralloPass `FailureCode` to `fail_htlc_backwards` by ownership 2023-02-no-enum-refs
2023-03-03 Matt CoralloRemove unused compat block in `provide_latest_holder_co... 2023-02-send-persist-order-a
2023-03-03 Matt CoralloTrack claimed outbound HTLCs in ChannelMonitors
2023-03-03 Jeffrey CzyzReference `Router` in `ChannelManager` docs
2023-03-03 Jeffrey CzyzDRY up historical bucket_idx calculation
2023-03-03 Jeffrey CzyzFix scorer panic when available capacity is zero
2023-03-02 Matt CoralloMerge pull request #2060 from TheBlueMatt/2023-02-peers...
2023-03-02 Matt CoralloAvoid removing stale preimages when hashes collide...
2023-03-02 Matt CoralloFuzz rapid peer connection/disconnections in threads 2023-02-peers-disconnect-consistency
2023-03-02 Matt CoralloImprove `PeerHandler` debug_assertions and checks
2023-03-02 Wilmer PaulinoMerge pull request #2064 from TheBlueMatt/2023-03-debug...
2023-03-02 Jeffrey CzyzMerge pull request #2057 from johncantrell97/rpc-error...
2023-03-02 Matt CoralloMake waking after a future completes propagates to... 2023-03-debug-futures
2023-03-01 Matt CoralloMerge pull request #2061 from TheBlueMatt/2023-02-114...
2023-03-01 Matt CoralloReduce macro contents in `expect_pending_htlcs_forwarda... 2023-02-macros-for-wilmer
2023-03-01 Matt CoralloReplace `check_closed_event` macro with a function
2023-03-01 Matt CoralloReplace `check_closed_broadcast` macro with a function
2023-03-01 Matt CoralloMove parts of the `check_spends` macro into a function
2023-03-01 Matt CoralloReplace `get_htlc_update_msgs` macro with a function
2023-03-01 Matt CoralloReplace `get_err_msg` macro with a function
2023-03-01 Matt CoralloReplace `get_revoke_commit_msgs` macro with a function
2023-03-01 Matt CoralloReplace `get_route` macro with a function
2023-03-01 Matt CoralloReplace `get_payment_preimage_hash` with a function
2023-03-01 Matt CoralloReplace `check_added_monitors` with a function
2023-03-01 Matt CoralloTag types used for the TLV macros with `(C-not exported)` 2023-02-114-upstream-bindings
2023-03-01 Matt CoralloMark `IndexedMap` types as `(C-not exported)`
2023-02-28 Matt CoralloRemove peers from the `node_id_to_descriptor` even...
2023-02-28 Wilmer PaulinoMerge pull request #2046 from TheBlueMatt/2023-02-rgs...
2023-02-28 Matt CoralloMake log macros more usable outside of the `lightning...
2023-02-28 Wilmer PaulinoMerge pull request #2006 from TheBlueMatt/2023-02-no... v0.0.114-beta
2023-02-28 Matt CoralloMerge pull request #2015 from TheBlueMatt/2023-02-no...
2023-02-28 Matt CoralloMake sure individual mutexes are constructed on differe... 2023-02-no-recursive-read-locks
2023-02-28 Matt CoralloDisallow taking two instances of the same mutex at...
2023-02-28 Matt CoralloRefuse recursive read locks in lockorder testing
2023-02-28 Matt CoralloDon't `per_peer_state` read locks recursively in monito...
2023-02-28 Matt CoralloExpect callers to hold read locks before `channel_monit...
2023-02-28 Matt CoralloHold the `total_consistency_lock` while in `outbound_pa...
2023-02-27 Matt CoralloRemove the `final_cltv_expiry_delta` in `RouteParameter... 2023-02-no-dumb-redundant-fields
2023-02-27 Matt CoralloSupport `ReadableArgs` types across in the TLV struct...
2023-02-27 Matt CoralloRequire a non-0 number of non-empty paths when deserial...
2023-02-27 Matt CoralloMerge pull request #2055 from TheBlueMatt/2023-02-fning...
2023-02-27 Matt CoralloFix silent rebase conflict in previous PR
2023-02-27 Matt CoralloMerge pull request #2043 from valentinewallace/2023...
2023-02-27 Matt CoralloMerge pull request #2033 from tnull/2023-02-make-esplor...
2023-02-27 Matt CoralloMerge pull request #2025 from TheBlueMatt/2023-02-no...
2023-02-25 Valentine WallaceFix PaymentPathFailed generation and scid on initial...
2023-02-25 Valentine WallaceChange PaymentPathFailed's optional network update...
2023-02-25 Valentine WallaceImplement writeable for APIError
2023-02-25 Valentine Wallaceser_macros: Document behavior of upgradable_* variants
2023-02-25 Valentine WallaceFix upgradable_required fields to actually be required...
2023-02-25 Matt CoralloMerge pull request #1977 from jkczyz/2023-01-offers...
2023-02-25 Valentine WallaceRename OptionDeserWrapper->RequiredWrapper
2023-02-24 Valentine WallaceDisambiguate ignorable and ignorable_option
2023-02-24 Valentine WallaceSupport deserializing an Option-al MaybeReadable
2023-02-24 Valentine WallaceRemove all_paths_failed from PaymentPathFailed
2023-02-24 Jeffrey CzyzFix amount overflow in Invoice building
2023-02-24 Jeffrey CzyzFix amount overflow in Offer parsing and building
2023-02-24 Jeffrey CzyzExpose Bech32Encode trait for fuzzing
2023-02-24 Jeffrey CzyzFuzz test for parsing InvoiceRequest
2023-02-24 Matt CoralloRename `BestBlock::from_genesis` to `from_network`... 2023-02-no-pub-genesis-hashes
2023-02-24 Matt CoralloRemove genesis block hash from public API
next