This file keeps track of the changes for indexer grpc.
-
Remove
testing
from the protobuf package path; we're going to exit alpha testing! PR -
Improve the data fetching retry logic for data service. PR
-
Reduce the dependency tree for Indexer GRPC by 60%. PR
-
Introduce local file impl for
FileStoreOperator
. PR
-
Split the services into internal one. PR
-
Two namespaces are:
aptos.internal.fullnode.v1
andaptos.indexer.v1
. -
External service is simplified since all data are sent sequentially.
-
-
Changed the internal data format to raw bytes, this can save at 40% traffic cost.
-
Server supports request and response compression. PR
- First version of Indexer GRPC system; alpha testing starts!