near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
123 stars 56 forks source link

The latest version cannot synchronize data, and the rollback version is invalid #264

Closed nodeasy closed 2 years ago

nodeasy commented 2 years ago

Version: indexer-explorer 0.10.13 After I upgraded to the latest version and ran the indexer program, there was a blockage phenomenon. I get stuck from 61584117 block high, then I try to sync from 61301998, sync normally, get stuck again after a few hours. This is very strange, when I start from the 61301998 block height as the starting height, I will encounter the problem of the block, but from this height there is no problem

other info

Mar 17 15:05:35.641  WARN indexer_for_explorer: Provided event log does not correspond to any of formats defined in NEP. Will ignore this event. 
 Error("unknown variant `nft_series_create`, expected one of `nft_mint`, `nft_transfer`, `nft_burn`", line: 0, column: 0) 
"EVENT_JSON:{\"standard\":\"nep171\",\"version\":\"1.0.0\",\"event\":\"nft_series_create\",\"data\":[{\"owner_id\":\"17620727628.near\",\"series\":[\"kkk:323562\"]}]}"

Mar 17 15:11:28.855  WARN indexer_for_explorer: Provided event log does not correspond to any of formats defined in NEP. Will ignore this event. 
 Error("missing field `standard`", line: 1, column: 120) 
"EVENT_JSON:{\"time\":1647117512267,\"operation\":\"nft_series_create\",\"transaction_hash\":\"GRZiM7LMk2dFYTx4NCxxTDfqx2TyWpgKXYF4Jt3Z8Crn\"}"

@khorolets