Ing. Michael Goldfinger

Results 5 issues of Ing. Michael Goldfinger

Hello, I think I found something strange Based on the documentation when I use delete on contract variables gas should be refunded. I tested this with the following function ```...

When running this code the application fails with a null reference exception ``` var blocks = await wch.Client.Eth.Blocks.GetBlockWithTransactionsByNumber.SendBatchRequestAsync(blockNumbers).ConfigureAwait(false); foreach(var block in blocks.OrderBy(b => b.Number.Value)) { if (block.TransactionCount() > 0) {...

When Subscribing to an Event using the EthLogsObservableSubscription class in the Nethereum.RPC.Reactive NuGet package and unsubscribe 10 Minutes later the unsubscribe call never returns. The task is simply waiting forever....

As a workaround I use WeMod D1 R2 and mini for my project settings. * Build and upload to board works fine with the d1_mini environment * The LED Blinking...

board request

Hi, I have a hardhat project with various tests. Some of the tests are sensitive to the way the are compiled. I have 2 kind of test runs defined in...