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
I need to "change" a couple of transaction formatters for rsk nodes
I'm using web3py to connect to a few nodes. In particular I have this problem when connecting to RSK nodes which says to be somehow compatible with geth's RPC-protocol.
Problem is, when a transaction-formater is used, it breaks because some transactions miss "r" and "s" values.
I understand this is not the fix for this "problem" because it actually is not a problem when working with ethereum/geth nodes. However, I've included this here, as an extra information about what is going on and where problem is when using RSK nodes. In particular, I'd like to know which is the way to disable or change these formatters properly for a particular web3 connection and not for all that I have.
pip freeze
outputI need to "change" a couple of transaction formatters for rsk nodes
I'm using web3py to connect to a few nodes. In particular I have this problem when connecting to RSK nodes which says to be somehow compatible with geth's RPC-protocol.
Problem is, when a transaction-formater is used, it breaks because some transactions miss
"r"
and"s"
values.RSK node.
How can it be fixed?
I understand this is not the fix for this "problem" because it actually is not a problem when working with ethereum/geth nodes. However, I've included this here, as an extra information about what is going on and where problem is when using RSK nodes. In particular, I'd like to know which is the way to disable or change these formatters properly for a particular web3 connection and not for all that I have.
Index: venv/lib/python3.7/site-packages/web3/middleware/pythonic.py
The text was updated successfully, but these errors were encountered: