-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix payments recognition during advances (#180)
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: - 2532818: `b756276cdd06cc188c0266010c9fbf3e416089967a898275ca2909b93081f3ce` - 2569512: `a98015464f0859b5f56011b4c0fb8911a83cac61cd77730744447919c79471a0` Verified with random start heights reindexing on the testnet. ### Before - 2532818: `2973a121b4886ec01ad5676e10e00481edf7662fe5027e1e56704b7f31025050` - 2569512: `45a26b5c0370167df19e0dabb6e57c1e4b631d9812d82832b8c05158447b1942` ### Expected: - 2532818: `918917675000438163934ef4dc882e0883c3fdc2dca3346c178f83e6c7e2ecd2` - 2569512: `dfc1367fc7445a2feb9a39e875cd6f142dabbf27bb63085425bd8a35f738456c`
- Loading branch information
Showing
1 changed file
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters