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
Currently we have the function get_chain_id() which fetches the chainId either from v or from chainID depending on the transaction type.
Ideally we'd like to move v to chainID, set chainID.length to vLength. I don't know if they share the same endianness.
This would simplify get_chain_id(), and allow us to call get_chain_id() in the plugins (this function would need to be exported in the ethereum-plugin-sdk).
The text was updated successfully, but these errors were encountered:
Currently we have the function
get_chain_id()
which fetches the chainId either fromv
or fromchainID
depending on the transaction type.Ideally we'd like to move
v
tochainID
, setchainID.length
tovLength
. I don't know if they share the same endianness.This would simplify
get_chain_id()
, and allow us to callget_chain_id()
in the plugins (this function would need to be exported in the ethereum-plugin-sdk).The text was updated successfully, but these errors were encountered: