Rob Woodgate

Results 22 issues of Rob Woodgate

### Subject of the issue The above version of creepminer will not start on MacOSX.. unless the contents of the lib folder are copied back one level to the main...

Priority: Medium
Status: To check

In PHP 8.1, the iterator declarations in /includes/Wpup/Headers.php are throwing a deprecation notice: ``` PHP Deprecated: Return type of Wpup_Headers::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the...

The slow log enabled check fails in MariaDb >= 10.0 as the log_slow_queries var has been deprecated in favour of the slow_query_log variable. See: https://mariadb.com/kb/en/server-system-variables/#log_slow_queries

The IP Lists are empty and do not appear to be updating. eg: https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-IPs-ACTIVE.txt

bug

### What is your BTCPay version? v1.13.5+30d91d0bd ### How did you deploy BTCPay Server? Docker container ### What happened? Created invoice via Greenfield API with 0 amount (ie Free). It...

Temp mail provider by def24, has a selector for their hostnames on the main page. Current DEA domains include: basketball.group britishpreschool.net busykitchen.coms hacker9.org l9pdev.com linux0.net ucm8.com looksecure.net mail1.local megaradical.com multiscanner.org...

Tests were failing due to Pinia init issues and outdated V2 token test. This PR fixes up the test environment.

This PR improves P2PK pubkey handling in accordance with [NUT-11](https://github.com/cashubtc/nuts/blob/main/11.md). It aims to find a pubkey that can witness the token. The logic is as follows: - If `locktime` is...

An alternative to #353 - this PR will check and handle partially spent tokens if redeem fails

Checks received token to make sure all proofs are unspent. If token is partially spent, a new token is generated from unspent proofs. This ensures user can redeem all proofs...