There are 4 indexes that are generated during sync.
...
...
@@ -156,7 +182,7 @@ This index sets up a link from the [TODO] to [TODO].
This index sets up a link from the transaction hash to the block number.
### Stage 12: [Transaction Pool Stage](/eth/stagedsync/stage_txpool.go)
### Stage 17: [Transaction Pool Stage](/eth/stagedsync/stage_txpool.go)
During this stage we start the transaction pool or update its state. For instance, we remove the transactions from the blocks we have downloaded from the pool.
...
...
@@ -164,6 +190,6 @@ On unwinds, we add the transactions from the blocks we unwind, back to the pool.
This stage doesn't use a network connection.
### Stage 13: Finish
### Stage 18: Finish
This stage sets the current block number that is then used by [RPC calls](../../cmd/rpcdaemon/Readme.md), such as [`eth_blockNumber`](../../README.md).