Currently, if you want to do multiple state proof at once, you could eventually end up proving against two different state roots, which would lead to errors. This would happen if between any two queries the sequencer produces a block.
Therefore, we should build a transactional query API that takes this and executes all of them at once.
Graphql and InMemory should both support behaviour like this
Currently, if you want to do multiple state proof at once, you could eventually end up proving against two different state roots, which would lead to errors. This would happen if between any two queries the sequencer produces a block.
Therefore, we should build a transactional query API that takes this and executes all of them at once.
Graphql and InMemory should both support behaviour like this