Skip to content

Conversation

rjl493456442
Copy link
Member

@rjl493456442 rjl493456442 commented Jun 26, 2025

This pull request tracks the state indexing progress in eth_syncing endpoint.

> eth.syncing
{
  currentBlock: 22788274,
  healedBytecodeBytes: 0,
  healedBytecodes: 0,
  healedTrienodeBytes: 0,
  healedTrienodes: 0,
  healingBytecode: 0,
  healingTrienodes: 0,
  highestBlock: 22788259,
  startingBlock: 22788248,
  stateIndexRemaining: 17217133,
  syncedAccountBytes: 0,
  syncedAccounts: 0,
  syncedBytecodeBytes: 0,
  syncedBytecodes: 0,
  syncedStorage: 0,
  syncedStorageBytes: 0,
  txIndexFinishedBlocks: 3001324,
  txIndexRemainingBlocks: 19786951
}

@rjl493456442 rjl493456442 added this to the 1.16.0 milestone Jun 26, 2025
@fjl fjl changed the title core, eth, ethclient, triedb: track state indexing progress all: incorporate state history indexing status into eth_syncing response Jun 26, 2025
@fjl fjl merged commit 0c90e4b into ethereum:master Jun 26, 2025
3 of 4 checks passed
@adams6-lap
Copy link

Uploading IMG_6756.png…

@adams6-lap
Copy link

IMG_6755 IMG_6754 ![IMG_6653](https://github.com/user-attachments/assets/c119ebb0-ece9-4216-9e19-5f9c0edf9340)

rjl493456442 added a commit to rjl493456442/go-ethereum that referenced this pull request Jul 19, 2025
…nse (ethereum#32099)

This pull request tracks the state indexing progress in eth_syncing
RPC response, i.e. we will return non-null syncing status until indexing
has finished.
howjmay pushed a commit to iotaledger/go-ethereum that referenced this pull request Aug 27, 2025
…nse (ethereum#32099)

This pull request tracks the state indexing progress in eth_syncing
RPC response, i.e. we will return non-null syncing status until indexing
has finished.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants