Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

atomicals
Copy link
Owner

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

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`
@atomicals atomicals requested review from AlexV525 and shadowv0vshadow and removed request for shadowv0vshadow May 12, 2024 13:53
@AlexV525
Copy link
Contributor

#181 should be included along with the release.

@AlexV525 AlexV525 marked this pull request as draft May 12, 2024 15:32
@atomicals
Copy link
Owner Author

#181 should be included along with the release.

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

@atomicals atomicals closed this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants