Skip to content

Fast block improvements#245

Merged
thewhaleking merged 1 commit intostagingfrom
feat/thewhaleking/fast-block-improvements
Nov 25, 2024
Merged

Fast block improvements#245
thewhaleking merged 1 commit intostagingfrom
feat/thewhaleking/fast-block-improvements

Conversation

@thewhaleking
Copy link
Contributor

No description provided.

@thewhaleking thewhaleking changed the base branch from main to staging November 19, 2024 17:04
@thewhaleking thewhaleking marked this pull request as ready for review November 22, 2024 10:52
This was referenced Nov 22, 2024
# Attempt rolling registration.
attempts = 1
successes = 1
pow_result: Optional[POWSolution]
Copy link
Contributor

Choose a reason for hiding this comment

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

why you add this if we have pow_result=None in line 745?
line 745 should be more than enough since pow_result variable is using just within while loop.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just so mypy wouldn't yell at me on line 746 😅

@thewhaleking thewhaleking merged commit 63917ab into staging Nov 25, 2024
@thewhaleking thewhaleking deleted the feat/thewhaleking/fast-block-improvements branch November 25, 2024 12:27
@thewhaleking thewhaleking linked an issue Nov 26, 2024 that may be closed by this pull request
@ibraheem-abe ibraheem-abe mentioned this pull request Nov 26, 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.

Support fast blocks

3 participants