Closed apoorvsadana closed 1 month ago
SNOS version:
3bd95bfb315a596519b5b1d3c81114fbfa06f8a6
Current behavior:
The SNOS calls starknet_getBlockWithTxs here. However, pathfinder throws an error if this method is called on a block with 0 txs.
starknet_getBlockWithTxs
Expected behavior:
SNOS should check if the block has no transactions (can be done by calling starknet_getBlockWithTxHashes)
starknet_getBlockWithTxHashes
Steps to reproduce:
We have a complicated setup where we
Closed as this is ideally a Pathfinder issue https://github.com/eqlabs/pathfinder/issues/2311. However, in case Pathfinder refuses to solve this because Starknet blocks always has txs, maybe we can reopen it.
SNOS version:
3bd95bfb315a596519b5b1d3c81114fbfa06f8a6
Current behavior:
The SNOS calls
starknet_getBlockWithTxs
here. However, pathfinder throws an error if this method is called on a block with 0 txs.Expected behavior:
SNOS should check if the block has no transactions (can be done by calling
starknet_getBlockWithTxHashes
)Steps to reproduce:
We have a complicated setup where we