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

zetaclient : Add a new thread which runs the supply check #1352

Closed
Tracked by #564
kingpinXD opened this issue Oct 30, 2023 · 1 comment · Fixed by #1358
Closed
Tracked by #564

zetaclient : Add a new thread which runs the supply check #1352

kingpinXD opened this issue Oct 30, 2023 · 1 comment · Fixed by #1358
Labels
zetaclient Issues related to ZetaClient

Comments

@kingpinXD
Copy link
Contributor

kingpinXD commented Oct 30, 2023

https://www.notion.so/zetachain/Zeta-supply-checks-3d0f82b36d294662a985ae5c8be61698?pvs=4

@kingpinXD
Copy link
Contributor Author

The problem with PendingOutbound and PendingRevert

The Following uses PendingOutbound as an example, but we can also use a similar design for PendingRevert.

  • Pending Outbound covers two stages of a CCTX.
    • Pending outbound: This is when the outbound scheduler has not picked up the TX, and the outbound has not been broadcasted.
    • Awaiting confirmation: This is when the TX is broadcasted and awaiting confirmation. The amount has already been minted or released. So, total supply or total locked values would already reflect this amount.

@lumtis lumtis added the zetaclient Issues related to ZetaClient label Oct 31, 2023
@kingpinXD kingpinXD linked a pull request Nov 1, 2023 that will close this issue
10 tasks
@kingpinXD kingpinXD mentioned this issue Nov 1, 2023
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
zetaclient Issues related to ZetaClient
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants