pipermerriam / eth-testrpc

Used for testing all maner of Ethereum JSON-RPC interactions.
MIT License
163 stars 46 forks source link

encode nonce as 8 bytes #102

Closed carver closed 7 years ago

carver commented 7 years ago

What was wrong?

According to the yellow paper, the block nonce should be 8 bytes:

image

How was it fixed?

Encoded nonce as 8 bytes instead of 32.

Cute Animal Picture

hedgehog

pipermerriam commented 7 years ago

Sorry, missed this one earlier.

Available in v1.3.3