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 IsBlockPayeeValid #2577

Merged
merged 1 commit into from
Dec 21, 2018
Merged

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Dec 21, 2018

  • should skip while not synced regardless of spork15 state
  • add missing logprintf

- should skip while not synced regardless of spork15 state
- add missing logprintf
@UdjinM6 UdjinM6 added this to the 13.0 milestone Dec 21, 2018
Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK, but this should be reverted as part of #2566

@UdjinM6
Copy link
Author

UdjinM6 commented Dec 21, 2018

but this should be reverted as part of #2566

True but until then reindexing could fail without this patch applied ;)

@UdjinM6
Copy link
Author

UdjinM6 commented Dec 21, 2018

Actually, no, shouldn't be reverted - we can't rely on gobject data while not yet synced. This one is still not on-chain/deterministic.

@codablock
Copy link

Then instead of reverting, we should change it to only skip superblock verification on IBD/reindex and still do the MN payee checks.

@UdjinM6
Copy link
Author

UdjinM6 commented Dec 21, 2018

only skip superblock verification on IBD/reindex and still do the MN payee checks

Agree, this makes sense.

Copy link

@nmarley nmarley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 merged commit 587911b into dashpay:develop Dec 21, 2018
CryptoCentric pushed a commit to absolute-community/absolute that referenced this pull request Jun 29, 2020
- should skip while not synced regardless of spork15 state
- add missing logprintf
@UdjinM6 UdjinM6 deleted the fixIsBlockPayeeValid branch November 26, 2020 11:37
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.

3 participants