Fix monitoring swaps when one provider is faulty (e.g. timeout) #863
Annotations
11 warnings
|
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test:
src/Data/Repositories/Repository.cs#L68
Type parameter 'T' has the same name as the type parameter from outer type 'Repository<T>'
|
|
build-and-test:
src/Data/Repositories/Interfaces/IRepository.cs#L52
Type parameter 'T' has the same name as the type parameter from outer type 'IRepository<T>'
|
|
build-and-test:
src/Data/Models/WalletWithdrawalRequest.cs#L195
Nullability of reference types in type of parameter 'value' of 'void WalletWithdrawalRequest.Wallet.set' doesn't match implicitly implemented member 'void IBitcoinRequest.Wallet.set' (possibly because of nullability attributes).
|
|
build-and-test:
src/Migrations/20240701130238_unique-tag-key.Designer.cs#L18
The type name 'uniquetagkey' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
build-and-test:
src/Migrations/20240701130238_unique-tag-key.cs#L8
The type name 'uniquetagkey' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
build-and-test:
src/Migrations/20220623121702_initial.Designer.cs#L35
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
build-and-test:
src/Migrations/20220623121702_initial.cs#L28
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
|
build-and-test:
src/Shared/UTXOSelectorModal.razor#L107
Found markup element with unexpected name 'Feedback'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build-and-test:
src/Shared/UTXOSelectorModal.razor#L104
Found markup element with unexpected name 'Feedback'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build-and-test:
src/Pages/ChannelRequests.razor#L538
Component 'CancelOrRejectPopup' expects a value for the parameter 'Reason', but a value may not have been provided.
|