Dcentrica
Dcentrica
Adds an informational meta-file about your wallet's features for auto-import into walletmatrix.app. See #11885
**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** The addition of a "matrix.json" file to support automated inclusion of Bitpay into the...
Adds an informational meta-file about your wallet's features for auto-import into walletmatrix.app. See #791
Adds an informational meta-file about Bitbox02's features to its public GitHub repo for auto-import into [WalletMatrix](https://walletmatrix.app). WalletMatrix is a Bitcoin wallet feature discovery tool for folks to find wallets by...
At as v1.4 the only values accepted by `components.type` are as follows: - "application" - "framework" - "library" - "container" - "operating-system" - "device" - "firmware" - "file" Having reviewed...
Given a BTCPay instance URL of: `https://testnet.demo.btcpayserver.org/` then the logic in `Client.php:639` will return `null`. One can argue that PHP's port sniffing capabilities leave something to be desired, or we...
- Replaced all occurances of "BitPay" with "BTCPayServer" - Used library imports instead of FQCN instantiation - Removed cruft, whitespace etc - Pulled all required config into single array
In `Client.php:parseResponse()` - the only failure that's catered for is an HTTP 401, however in my case, using a legacy BitPay key pair and patching to use a BTCPayServer keypair,...
We're using an ancient version of ``phpunit/phpunit` latest is 9.x AFAIK, let's upgrade to that.