Skip to content

Move v in chainID field #196

Open
Open
@pscott

Description

@pscott

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions