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
As discussed here: ethereum/go-ethereum#19491 (comment) the current version of the EIP does not specify how clients should behave if an object with both blockNumber and blockHash fields is sent as the block specifier.
In my opinion we have 4 options:
I see four options:
Option 1: Block Number takes priority
Option 2: Block Hash takes priority
Option 3: If both blockNumber and blockHash are specified, return an error indicating these values are exclusive
Option 4: If both blockNumber and blockHash are specified, enforce that both values are correct, otherwise return an error (i.e. lookup by hash, and return an error if returned header.Number != blockNumber).
I'm open to feedback on any of these options, but myself would lean towards Option 3 or 4.
The text was updated successfully, but these errors were encountered:
There has been no activity on this issue for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment.
As discussed here: ethereum/go-ethereum#19491 (comment) the current version of the EIP does not specify how clients should behave if an object with both
blockNumber
andblockHash
fields is sent as the block specifier.In my opinion we have 4 options:
I see four options:
I'm open to feedback on any of these options, but myself would lean towards Option 3 or 4.
The text was updated successfully, but these errors were encountered: