Content pfp
Content
@
0 reply
0 recast
2 reactions

0age pfp
0age
@0age
Does anyone know whether batch RPC requests are atomic? Basically, if a block is reorged midflight, will the response reflect the pre-reorg or post-reorg state consistently for every component of the RPC request or is there a possibility of a conflict?
1 reply
1 recast
2 reactions

shazow pfp
shazow
@shazow.eth
Batch RPCs do nothing special except change the transport encoding. The requests are then unrolled and called independently. If you need something to be atomic, you'll need to do an onchain multicall.
1 reply
0 recast
2 reactions