You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During long lived operations of the relay it's possible for the relay to observe a change int eh gasPrice calculation needed by submitted transactions.
As a result some checks are often 1 tiny bar off
- add logic to provide a buffer for gas price prechecks - default to 1 tinybar
- add tests
- updated helm chart with default value
Signed-off-by: Nana Essilfie-Conduah <[email protected]>
this.logger.trace(`${requestIdPrefix} Failed gas price precheck for sendRawTransaction(transaction=%s, gasPrice=%s, requiredGasPrice=%s)`,JSON.stringify(tx),txGasPrice,minGasPrice);
this.logger.trace(`${requestIdPrefix} Error on balance precheck for sendRawTransaction(transaction=%s, totalValue=%s, error=%s)`,JSON.stringify(tx),txTotalValue,error.message);
0 commit comments