swapper-org / NodeChain

Nodechain is a service that allows you to create nodes on a blockchain and connect to them natively through APIs. The goal is to allow the user to build their own nodes natively without having to rely on external services.
MIT License
7 stars 5 forks source link

141 indexing status #142

Closed 0xp3gasus closed 2 years ago

0xp3gasus commented 2 years ago

Description

New ETH RPC and HTTP endpoint indexing has been created to know the status of the ETH transactions indexing process.

Indexing process starts when the node is fully synchronized, if the method is called before, latesBlockIndex will be the last block index the node is locally aware of

Fixes #141

Dependencies (if any)

Type of change

How Has This Been Tested?

Test Configuration:

Related PR or Docs PR

Docs PR related # Other PR related #

Good practices to consider