Skip to content

INDY-2215: add re-ask LedgerStatuses for the init catchup #1305

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

Merged
merged 5 commits into from
Aug 26, 2019

Conversation

Toktar
Copy link
Contributor

@Toktar Toktar commented Aug 26, 2019

Signed-off-by: toktar [email protected]

@Toktar
Copy link
Contributor Author

Toktar commented Aug 26, 2019

Test this please

1 similar comment
@Toktar
Copy link
Contributor Author

Toktar commented Aug 26, 2019

Test this please

skhoroshavin
skhoroshavin previously approved these changes Aug 26, 2019
@Toktar
Copy link
Contributor Author

Toktar commented Aug 26, 2019

Test this please

self._callback = wrapped_callback
self._active = False
if active:
self.start()

def start(self):
if self._active:
if self._active or not self._interval:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
if self._active or not self._interval:
if self._active or self._interval is None:

Copy link
Contributor Author

@Toktar Toktar Aug 26, 2019

Choose a reason for hiding this comment

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

In this case we will not catch interval = 0

@Toktar Toktar merged commit a2a74a5 into hyperledger:master Aug 26, 2019
lampkin-diet pushed a commit to lampkin-diet/indy-plenum that referenced this pull request Aug 28, 2019
INDY-2215: add re-ask LedgerStatuses for the init catchup
lampkin-diet pushed a commit to lampkin-diet/indy-plenum that referenced this pull request Aug 28, 2019
INDY-2215: add re-ask LedgerStatuses for the init catchup

Signed-off-by: Andrew Nikitin <[email protected]>
Toktar added a commit to Toktar/indy-plenum that referenced this pull request Mar 1, 2021
INDY-2215: add re-ask LedgerStatuses for the init catchup

Signed-off-by: Andrew Nikitin <[email protected]>
Toktar added a commit to Toktar/indy-plenum that referenced this pull request Mar 1, 2021
INDY-2215: add re-ask LedgerStatuses for the init catchup

Signed-off-by: Andrew Nikitin <[email protected]>
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