oxheadalpha / xtz-shots-website

Repo for xtz-shots.io website
0 stars 1 forks source link

Incorrect block height in snapshot name #6

Closed sheremetyev closed 2 years ago

sheremetyev commented 2 years ago

https://mainnet.xtz-shots.io/ shows "Block height: 2260016" (and it's included in snapshot file name), but links to TzStats and TzKT (for BLAWdQTsauNC6y13MsnLQQuhPabsno86t1XJrL4fQ2CJRnBFdL9) show block 2,260,014.

orcutt989 commented 2 years ago

Thanks for catching this.

This appears to only be the case that rolling artifacts are displaying 2 blocks ahead on the web page, but are actually 2 blocks behind. This is only a web-page issue. This was a part of our block finalization logic implemented at the suggestion of the Tezos devs.

The block displayed on TzStats and TzKT is correct as this is the hash of the head block of the artifact we have provided.

We have fixed the issue and it will reflect on the page in the next few hours when the next batch of artifacts generate.

sheremetyev commented 2 years ago

@orcutt989 @nicolasochem the problem doesn't look resolved - https://mainnet.xtz-shots.io/ shows "Block height: 2289371" but the block is at level 2289369

orcutt989 commented 2 years ago

@sheremetyev Thanks or your patience, I have super confirmed this is working now.