Stephen
Stephen
### Describe the bug With a very simple piece of code an exception is raised within the toolkit generated CanExecuteChanged method. ### Regression _No response_ ### Steps to reproduce ```text...
Right-click in code editor window and choose Soldity Code Generation -> Solidty: Compile and Code Generate CSharp contract definition Compilation starts but no csharp code files are generated. (abi, bin...
We're randomly getting the following exception when calling DeployContractAndWaitForReceiptAsync {"Contract code not deployed successfully"} at Nethereum.RPC.TransactionReceipts.TransactionReceiptPollingService.d__13.MoveNext() at Nethereum.RPC.TransactionReceipts.TransactionReceiptPollingService.d__12.MoveNext() at Nethereum.Contracts.DeploymentHandlers.DeploymentTransactionReceiptPollHandler`1.d__3.MoveNext() Note, the TransactionReceipt included in the exception does have a...
Currently event DTOs returned include a FilterLog object which has a BlockNumber property. Can use the BlockNumber to get the block timestamp. Would be quite handy if the block timestamp...