-
Notifications
You must be signed in to change notification settings - Fork 94
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(zcoin): syncing and activation improvements #2089
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR! only one comment!
BTW, the GUI currently has to poll the task status API every few seconds to get the sync status, in the future we will use streaming events for this instead and we wouldn't need to stop sending sync status in the streaming events, we will probably send an event to indicate that initial sync is done but keep sending new blocks, transactions etc..
* dev: feat(nft-swap): nft swap protocol v2 POC (KomodoPlatform#2084) fix(zcoin): syncing and activation improvements (KomodoPlatform#2089) feat(crypto): mnemonic generation/encryption/decryption/storage (KomodoPlatform#2014) fix(eth): error handling in RPCs (KomodoPlatform#2090)
first_sync_block
fromSyncStatus
and stop sendingfirst_sync_block
while activation is in progressfirst_sync_block
in Activation Result only after activation is completedcloses: #2022