question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`safeTxGas` estimation fails with non-Geth nodes

See original GitHub issue

Title/Description

Estimating the safeTxGas for a Safe transaction fails with non-Geth nodes

Steps to reproduce

Create a transaction with an RPC that uses not a Geth node (e.g. on xDai basically all nodes are OpenEthereum / Nethermind)

Expected result

safeTxGas should be > 0 for valid transactions

Obtained result

safeTxGas is 0 and an error is logged

Screenshots

image

Misc

  • This bug would be a problem for Omen/GP and other Safe apps.
  • Please see the comments of this issue below for more details. There’s even a link to the code which is most likely causing the problem.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
hexylscommented, Nov 17, 2020

@dasanra This is still an issue, please see the error below:

Screen Shot 2020-11-17 at 11 18 54 am

Read more comments on GitHub >

github_iconTop Results From Across the Web

safeTxGas estimation fails with non-Geth nodes #1515 - GitHub
Title/Description Estimating the safeTxGas for a Safe transaction fails with non-Geth nodes Steps to reproduce Create a transaction with an ...
Read more >
How to properly estimate gas? Auto gas-estimation via safe ...
Failed transaction can have many reasons. More details on how safeTxGas behaves can be found in the docs on the safe-contract repo.
Read more >
Advanced transaction parameters - Gnosis Help Center
This article describes how to set transaction parameters such as nonce or gas limit manually when performing Safe transactions.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found