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
At the moment, our StateValidator doesn't verify that content value is part of the canonical chain.
The StateContentValue contains the block_hash that we should use to fetch block header. We should also verify that received header is part of the canonical chain.
From header we can get the state_root which is enough to use with the trie proof (which is already implemented).
The text was updated successfully, but these errors were encountered:
At the moment, our
StateValidator
doesn't verify that content value is part of the canonical chain.The
StateContentValue
contains theblock_hash
that we should use to fetch block header. We should also verify that received header is part of the canonical chain.From header we can get the
state_root
which is enough to use with the trie proof (which is already implemented).The text was updated successfully, but these errors were encountered: