Remove stale reference to incomplete BOLT compliance
[rust-lightning] / lightning / src / util /
2022-01-26 Matt CoralloMerge pull request #1179 from TheBlueMatt/2021-11-fix...
2022-01-26 valentinewallaceMerge pull request #1273 from jkczyz/2022-01-invoice...
2022-01-25 Matt CoralloMove node_id signing of ChannelAnnouncement into Signer
2022-01-25 valentinewallaceMerge pull request #1275 from jkczyz/2022-01-benchmark...
2022-01-25 Matt CoralloMerge pull request #1251 from lightning-signer/2022...
2022-01-24 DevrandomProvide preimages to signer
2022-01-24 valentinewallaceMerge pull request #1272 from lightning-signer/2022...
2022-01-24 DevrandomImprove KeysInterface::sign_invoice API
2022-01-11 Matt CoralloMerge pull request #1013 from TheBlueMatt/2021-07-warni...
2022-01-06 Matt CoralloMerge pull request #1223 from lightning-signer/2021...
2022-01-05 DevrandomAdapt lightning-invoice to no_std
2022-01-05 Matt CoralloMerge pull request #1226 from TheBlueMatt/2022-01-bindi...
2022-01-05 Matt CoralloSupport building `cfg=c_bindings` with `no-std` 2022-01-bindings-no-std
2021-12-17 Matt CoralloMerge pull request #1177 from valentinewallace/2021...
2021-12-16 Valentine WallaceDrop need to store pending inbound payments
2021-12-16 Valentine WallaceAdd get_single_block to chacha20 module
2021-12-16 Valentine WallaceAdd get_inbound_payment_key_material to KeysInterface
2021-12-16 Matt CoralloMerge pull request #1214 from TheBlueMatt/2021-12-fix...
2021-12-15 Matt CoralloMerge pull request #1148 from dunxen/2021-11-new-onion...
2021-12-15 Conor OkusMerge pull request #1211 from ConorOkus/2021-11-add...
2021-12-15 Matt CoralloMerge pull request #1202 from TheBlueMatt/2021-12-fix...
2021-12-15 Matt CoralloExpose an event when a payment has failed and retries...
2021-12-14 Duncan DeanAdd mpp_timeout and invalid_onion_payload descriptions...
2021-12-09 Matt CoralloMerge pull request #1169 from TheBlueMatt/2021-11-fix...
2021-12-08 Matt CoralloMerge pull request #1203 from lightning-signer/2021...
2021-12-07 Matt CoralloMerge pull request #1205 from TheBlueMatt/2021-12-new...
2021-12-07 Matt CoralloMerge pull request #1201 from jkczyz/2021-12-idempotent...
2021-12-06 Jeffrey CzyzEnsure ChannelManager methods are idempotent
2021-12-06 Matt CoralloMerge pull request #1204 from TheBlueMatt/2021-12-no...
2021-12-06 Matt CoralloMerge pull request #1130 from TheBlueMatt/2021-10-mon...
2021-12-06 Matt CoralloAdd a test for MonitorEvent holding when they complete...
2021-12-06 Matt CoralloMake APIError debug output more clear by including...
2021-12-06 Matt CoralloAlways return failure in `update_monitor` after funding...
2021-12-06 Matt CoralloRemove OnionV2 parsing support 2021-12-no-torv2
2021-12-01 Matt CoralloMerge pull request #1196 from TheBlueMatt/2021-11-bad...
2021-11-30 Matt CoralloMerge pull request #1195 from TheBlueMatt/2021-11-chanm...
2021-11-29 Matt CoralloFix regression when reading `Event::PaymentReceived... 2021-11-chanman-read-regression
2021-11-29 Matt CoralloMerge pull request #1163 from TheBlueMatt/2021-11-suppo...
2021-11-24 Matt CoralloMerge pull request #1184 from TheBlueMatt/2021-11-c...
2021-11-24 Matt CoralloSeal `scoring::Time` and only use `Instant` or `Eternit... 2021-11-c-bindings-tweaks
2021-11-24 Matt CoralloMerge pull request #1186 from TheBlueMatt/2021-11-fix...
2021-11-23 Matt CoralloFix compilation with the max_level_trace feature
2021-11-23 Matt CoralloMerge pull request #1162 from TheBlueMatt/2021-11-fix...
2021-11-23 Matt CoralloMerge pull request #1178 from jkczyz/2021-11-payment...
2021-11-23 Matt CoralloMerge pull request #1176 from lightning-signer/2021...
2021-11-23 Jeffrey CzyzGenerate PaymentPathSuccessful event for each path
2021-11-23 Ken SedgwickAdd anchor support to build_htlc_transaction
2021-11-23 Ken SedgwickAdd anchor support to commitment HTLC outputs
2021-11-23 Matt CoralloSupport `logger::Record` in C by String-ing the fmt...
2021-11-23 Matt CoralloTest fixed channel reserve checks on channel open 2021-11-fix-accept-chan-checks
2021-11-22 Matt CoralloMerge pull request #1054 from ariard/2021-08-check...
2021-11-22 Matt CoralloMerge pull request #1168 from TheBlueMatt/2021-11-mpp...
2021-11-22 Matt CoralloMerge pull request #1145 from tnull/add_gossip_log_level
2021-11-22 Elias RohrerAdd a new log-level for gossip messages.
2021-11-22 Matt CoralloMerge pull request #1180 from valentinewallace/2021...
2021-11-20 Matt CoralloMerge pull request #1027 from TheBlueMatt/2021-07-check...
2021-11-19 Valentine WallaceRemove user_payment_id
2021-11-17 Matt CoralloMerge pull request #1173 from tnull/add_accept_inbound_...
2021-11-17 Elias RohrerAdd 'accept_inbound_channels' config option.
2021-11-17 Matt CoralloMerge pull request #1083 from TheBlueMatt/2021-09-fundi...
2021-11-16 Matt CoralloMerge pull request #1166 from TheBlueMatt/2021-11-chan...
2021-11-16 Matt CoralloAutomatically close channels that go unfunded for 2016... 2021-09-funding-timeout
2021-11-16 Matt CoralloReturn `ClosureReason` from `Channel` chain update...
2021-11-16 Matt CoralloMove `Score` into a `scoring` module instead of a top... 2021-11-chan-size-scoring
2021-11-16 Matt CoralloMerge pull request #1160 from jkczyz/2011-11-spontaneou...
2021-11-16 Matt CoralloMerge pull request #1161 from TheBlueMatt/2021-11-fix...
2021-11-16 Matt CoralloMerge pull request #1119 from TheBlueMatt/2021-10-less...
2021-11-13 Matt CoralloMerge pull request #1131 from TheBlueMatt/2021-10-upstr...
2021-11-12 Matt CoralloUse upstream rust-bitcoin's dust calculation instead... 2021-10-upstream-dust
2021-11-12 Matt CoralloMerge pull request #1143 from TheBlueMatt/2021-10-no...
2021-11-12 Matt CoralloMerge pull request #1165 from lightning-signer/2021...
2021-11-03 Matt CoralloMerge pull request #1078 from TheBlueMatt/2021-09-chan...
2021-11-02 Matt CoralloMerge pull request #1150 from TheBlueMatt/2021-11-103...
2021-11-02 Matt CoralloAdd `(C-not exported)` tags as required in tuple types 2021-11-103-bindings
2021-11-02 Matt CoralloRemove trailing ;s from macro calls to silence new...
2021-11-02 Matt CoralloMerge pull request #1146 from jkczyz/2021-10-score...
2021-11-02 Jeffrey CzyzImplement (de)serialization for Scorer
2021-11-02 Jeffrey CzyzParameterize Scorer by a Time trait
2021-10-29 Matt CoralloMerge pull request #1144 from jkczyz/2021-10-invoice...
2021-10-28 Matt CoralloMerge pull request #1137 from TheBlueMatt/2021-10-ping...
2021-10-27 Matt CoralloMerge pull request #1142 from TheBlueMatt/2021-10-on...
2021-10-27 Matt CoralloTrack the amount spent on fees as payments are retried 2021-10-on-sent-fees
2021-10-27 Matt CoralloMerge pull request #1059 from jkczyz/2021-08-payment...
2021-10-27 Jeffrey CzyzAdd InvoicePayer for retrying failed payments
2021-10-27 Jeffrey CzyzUnify route finding methods
2021-10-26 Jeffrey CzyzAdd PaymentId to PaymentPathFailed event
2021-10-26 Jeffrey CzyzAdd PaymentId to PaymentSent event
2021-10-26 Jeffrey CzyzExpose log_bytes! macro for use in other crates
2021-10-25 Matt CoralloCorrect send-bounding logic in `TestRoutingMessageHandler`
2021-10-25 Matt CoralloMerge pull request #1134 from jkczyz/2021-10-payee-arg
2021-10-25 Jeffrey CzyzUse option TLV decoding for short_channel_id
2021-10-25 Jeffrey CzyzInclude PaymentPathRetry data in PaymentPathFailed
2021-10-22 Matt CoralloMerge pull request #1104 from TheBlueMatt/2021-10-payme...
2021-10-22 Matt CoralloImplement `HashMap` read for `MaybeReadable` values
2021-10-20 Matt CoralloMerge pull request #1108 from TheBlueMatt/2021-10-persi...
2021-10-20 Matt CoralloUpdate test_dup_htlc_onchain_fails_on_reload for new...
2021-10-20 Matt CoralloPersist `ChannelMonitor`s after new blocks are connected
2021-10-19 Matt CoralloUse an opaque type to describe monitor updates in Persist
2021-10-18 Matt CoralloMove the two-AtomicUsize counter in peer_handler to...
2021-10-18 Matt CoralloMove MonitorEvent serialization to TLV-enum-upgradable...
next