iotexproject / iotex-core

Official implementation of IoTeX blockchain protocol in Go.
https://iotex.io
Apache License 2.0
1.55k stars 321 forks source link

Archive mode API testing for data validity #2393

Closed koseoyoung closed 2 years ago

koseoyoung commented 3 years ago

In order to test archive mode, I disable API indexer(disable gateway) and already tested candidate/probation list by using ReadState API.

./bin/ioctl node probationlist --insecure
Warn: Language en is not supported, English instead.

Error: failed to get chain meta: action index not supported
coderbradlee commented 3 years ago

already tested GetAccount api with archive mode syncing from height 1, still need to test GetAccount api with back-up trie.db for those enable archive mode in the middle

coderbradlee commented 3 years ago

The height of archive mode is 1269585 now,need to finish sync and also test with rosetta-cli

coderbradlee commented 3 years ago

The synced height of archive mode is 1701108 now,need to change api to support io0000000000000000000000rewardingprotocol and io000000000000000000000000stakingprotocol address and test with rosetta-cli again

coderbradlee commented 3 years ago

now rosetta checked height is 2955463

coderbradlee commented 3 years ago

The synced height of archive mode is 5542541 now

coderbradlee commented 3 years ago

need to know how to get archive mode's tip height,most of the time that's different from bc's tip height The synced height of archive mode is about 630w now

coderbradlee commented 3 years ago

stuck in the Greenland height,need to fix "delta state digest doesn't match" error and https://github.com/iotexproject/iotex-core/issues/2440

raullenchai commented 2 years ago

No intention to further pursuit of archive mode