Remove Backend Transaction broadcasting. #137
Annotations
12 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, github/codeql-action/init@v2, actions/setup-dotnet@v3, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
WalletWasabi.Fluent.Generators/Abstractions/GeneratorStep.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WalletWasabi/Helpers/Result.cs#L87
'Result<TError>.Fail(TError)' hides inherited member 'Result<Unit, TError>.Fail(TError)'. Use the new keyword if hiding was intended.
|
WalletWasabi/BitcoinCore/CoreNode.cs#L25
Non-nullable property 'P2pNode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
WalletWasabi/Crypto/StrobeProtocol/StrobeHasherExtensions.cs#L24
Possible null reference argument for parameter 'str' in 'StrobeHasher StrobeHasher.Append(string fieldName, string str)'.
|
WalletWasabi/Blockchain/TransactionBroadcasting/TransactionBroadcaster.cs#L47
Possible null reference argument for parameter 'nodeRemoteSocketEndpoint' in 'bool MempoolService.TryAddToBroadcastStore(SmartTransaction transaction, string nodeRemoteSocketEndpoint)'.
|
WalletWasabi/BuyAnything/BuyAnythingManager.cs#L132
Dereference of a possibly null reference.
|
WalletWasabi/BuyAnything/BuyAnythingManager.cs#L242
Dereference of a possibly null reference.
|
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs#L111
Possible null reference argument for parameter 'amount' in 'TransactionBuilder TransactionBuilder.Send(IDestination destination, Money amount)'.
|
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs#L229
Possible null reference argument for parameter 'changeHdPubKey' in 'PSBT TransactionFactory.TryNegotiatePayjoin(IPayjoinClient payjoinClient, TransactionBuilder builder, PSBT psbt, HdPubKey changeHdPubKey)'.
|
WalletWasabi/Blockchain/Transactions/TransactionFactory.cs#L302
Nullable value type may be null.
|
The logs for this run have expired and are no longer available.
Loading