Matt Whitlock

Results 18 issues of Matt Whitlock

1. Start with a new installation of Breez Mobile. 1. Choose to "Add Funds" by depositing to a Bitcoin address. Note that the displayed deposit limit is over 900 ksat....

### Issue and Steps to Reproduce Running v0.11.1, `lightning_connectd` is utilizing 100% of a CPU core. Attaching `strace` to the process reveals that it is hammering `pread64` calls on the...

### Issue and Steps to Reproduce For quite a while after starting lightningd, the debug log shows that thousands of `sendrawtx` commands are being issued for the same few transactions...

### Issue and Steps to Reproduce 1. I have an unpublished channel between my CLN node and a Breez wallet running on my Android phone. The mobile node cannot accept...

reconnect

When other initscripts depend on bitcoind, it's because their daemons want to be able to invoke `bitcoin-cli` or to communicate with bitcoind via RPC. That can't happen until some time...

Scripts and tools
CI failed

The contract for `tal_strndup` says: https://github.com/rustyrussell/ccan/blob/cd56b18ae87de6981b88abbe52544d8cc9f8aa0e/ccan/tal/str/str.h#L22-L30 However, when `tal_strndup(ctx, NULL, n)` is called with `n` being any non-zero integer, the returned string will have `tal_count()` equal to `n + 1`...

There is an edge case in `tal_strdup` that results in the return of an unterminated string to the caller. ```c tal_strdup(ctx, NULL) ``` https://github.com/rustyrussell/ccan/blob/cd56b18ae87de6981b88abbe52544d8cc9f8aa0e/ccan/tal/str/str.h#L19 ```c tal_strdup_(ctx, NULL, "char[]") ``` https://github.com/rustyrussell/ccan/blob/cd56b18ae87de6981b88abbe52544d8cc9f8aa0e/ccan/tal/str/str.c#L15-L19...

@Flowdalic @thesamesam One of you suggested that `net-p2p/bitcoin-core` should implement `verify-sig`. This PR makes that so.

new package
assigned
self-maintained
bug linked

``` ___________________________________________ TrialTestWRPC_JWT.test_refresh_token_request ___________________________________________ self = response = @defer.inlineCallbacks def failed_refresh_response_handler( self, response, *, message=None, error_description=None ): > assert response.code == 400 E assert 200 == 400 E + where...

Testing

Manufacturer's product page: https://fenvi.com/product_detail_44.html Purchased from: https://www.aliexpress.com/item/1005005935638503.html ![IMG_20230920_192129](https://github.com/morrownr/USB-WiFi/assets/797782/1dad8354-cfec-474b-8f4c-5b041090e245) ![IMG_20230920_192241](https://github.com/morrownr/USB-WiFi/assets/797782/a65e5f32-f498-41f0-b3e2-b5edf3d34f7c) ![IMG_20230920_192557](https://github.com/morrownr/USB-WiFi/assets/797782/c44563d2-0204-43c7-8ef8-27d67a11e4f9) ![IMG_20230920_192645](https://github.com/morrownr/USB-WiFi/assets/797782/0a57b51b-3af6-46b1-b9a1-bed6d822824f) ![IMG_20230920_192829](https://github.com/morrownr/USB-WiFi/assets/797782/5d37d032-8b9b-498a-a4a9-fb135a9194b3) ``` # lsusb -v -d 0e8d: Bus 001 Device 004: ID 0e8d:7961 MediaTek Inc. Wireless_Device Device Descriptor: bLength...