4
If there was a chain reorg, for example:
Blockchain:
0a---1a---2a---3a
becomes...
0a---1a---2b---3b
How long are blocks 2b and 3b kept in memory on the node?
If I query the node for block 2b later (getblock(2aBlockHash, VERBOSITY_LEVEL = 2)), will it still return it to me?
Thanks!