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
When we execute getProof API, it returns an array of storage-entry objects as requested. According to the Ethereum API specification, the key field in the entry object should conform to ^0x([0-9a-f][0-9a-f]){0,32}$ regex pattern. However, it seems that Besu returns a non-conforming value.
(Specification link: https://github.com/ethereum/execution-apis)
Description
When we execute
getProof
API, it returns an array of storage-entry objects as requested. According to the Ethereum API specification, thekey
field in the entry object should conform to^0x([0-9a-f][0-9a-f]){0,32}$
regex pattern. However, it seems that Besu returns a non-conforming value.(Specification link: https://github.com/ethereum/execution-apis)
Expected behavior:
Actual behavior:
Frequency:
Always
Versions (Add all that apply)
The text was updated successfully, but these errors were encountered: