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
Currently, functions like H256.parse() only accept hex strings, forcing users to convert bytea logs/topics from ethereum.blocks or ethereum.logs tables using encode(data, 'hex').
Currently, functions like
H256.parse()only accept hex strings, forcing users to convertbytealogs/topics fromethereum.blocksorethereum.logstables usingencode(data, 'hex').