Refactor/More proper use of DI for Synchronizer #196
Annotations
10 warnings
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L35
Possible null reference argument for parameter 'options' in '(int count, int blobCount, string @break)[] SetupCli.ParseTxOptions(string options)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L69
Possible null reference argument for parameter 'value' in 'bool UInt256.TryParse(string value, out UInt256 result)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L73
Possible null reference argument for parameter 'rpcUrl' in 'BlobSender.BlobSender(string rpcUrl, ILogManager logManager)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L77
Possible null reference argument for parameter 'receiver' in 'Task BlobSender.SendRandomBlobs((int count, int blobCount, string @break)[] blobTxCounts, PrivateKey[] privateKeys, string receiver, UInt256? maxFeePerBlobGasArgs, ulong feeMultiplier, UInt256? maxPriorityFeeGasArgs, bool waitForInclusion)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L140
Possible null reference argument for parameter 's' in 'uint uint.Parse(string s)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L141
Possible null reference argument for parameter 'hexString' in 'PrivateKey.PrivateKey(string hexString)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L144
Possible null reference argument for parameter 'rpcUrl' in 'INodeManager SetupCli.InitNodeManager(string rpcUrl, ILogger logger)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L150
Possible null reference argument for parameter 'value' in 'UInt256 UInt256.Parse(string value)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/SetupCli.cs#L151
Possible null reference argument for parameter 'value' in 'UInt256 UInt256.Parse(string value)'.
|
Build SendBlobs/SendBlobs.sln:
tools/SendBlobs/BlobSender.cs#L179
Possible null reference argument for parameter 'txHash' in 'Task BlobSender.WaitForBlobInclusion(INodeManager nodeManager, Hash256 txHash, UInt256 lastBlockNumber)'.
|
Loading