atomicals / atomicals-electrumx

Electrumx Atomicals Indexer Server
MIT License
184 stars 56 forks source link

🐛 Fix payments recognition during advances (#180) #182

Closed atomicals closed 4 months ago

atomicals commented 4 months ago

The verified status of an Atomical relies on the reveal window. The height in the query is the latest advanced block height rather than the processing height, which leads to an incorrect verified status for the container and realm.

The issue used to produce incorrect block hashes, probably incorrect Atomicals assets.

See height:tx records below for more details on the testnet:

Verified with random start heights reindexing on the testnet.

Before

Expected:

AlexV525 commented 4 months ago

181 should be included along with the release.

atomicals commented 4 months ago

181 should be included along with the release.

Closing this PR until it is put into develop and then make another PR for release