Discussion of engineering best practices, design patterns and security for smart contracts
Hi,
We are using https://mainnet.infura.io/ with our Web3.js to listen events from Ethereum
we receive almost 90% or events but 10% are never received
Can anyone guide us on this ?
Thanks
Error encountered, bailing. Network state unknown. Review successful transactions manually.
exceeds block gas limit
```var gas = await commitFunction.EstimateGasAsync(platformAccount.Address, new Nethereum.Hex.HexTypes.HexBigInteger(15000), new HexBigInteger(Nethereum.Util.UnitConversion.Convert.ToWei(0)), id.HexToByteArray()).ConfigureAwait(false);```
I wanna estimate gas, but got error: gas required exceeds allowance or always failing transaction.