Skip to content

Added hex_to_dec for block nonce field - #469

Open
DenVolkovPPTeam wants to merge 1 commit into
blockchain-etl:developfrom
DenVolkovPPTeam:HexToDec_transform_block_nonce
Open

Added hex_to_dec for block nonce field#469
DenVolkovPPTeam wants to merge 1 commit into
blockchain-etl:developfrom
DenVolkovPPTeam:HexToDec_transform_block_nonce

Conversation

@DenVolkovPPTeam

Copy link
Copy Markdown

EthBlockMapper in json_dict_to_block was missing 'hex_to_dec' for 'nonce' field. Added hex_to_dec.

At the same time EthTransactionMapper does have this transformation

        transaction.nonce = hex_to_dec(json_dict.get('nonce'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant