-
Notifications
You must be signed in to change notification settings - Fork 31
checked-exceptions-cont #1250
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
Open
marcinczenko
wants to merge
22
commits into
master
Choose a base branch
from
checked-exceptions-cont
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
checked-exceptions-cont #1250
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a48af48
uses explicit type in "Should retrieve block expiration information" …
marcinczenko 293adcc
adds "format-global" to use globally installed nph
marcinczenko c9fba17
removes async iter from queryiterhelper (and the related tests)
marcinczenko b56099e
removes import of the legacy asynciter from mockrepostore
marcinczenko 6957c9d
remove not needed asynciter import in testcontracts
marcinczenko 91f1ed8
removes last references to legacy asynciter in tests
marcinczenko 2356402
removes unneeded asynciter import from treehelper (it uses regular it…
marcinczenko 4b9d967
removes unneeded asynciter import from indexingstrategy (it uses regu…
marcinczenko b158d43
adds missing mapFuture operation to SafeAsyncIter
marcinczenko 7938024
Removes redundant import of asynciter in node
marcinczenko 9fe7551
updates exports related to async iter in utils
marcinczenko 88c6a72
replaces the old async iter with the new safe async iter in erasure, …
marcinczenko ba04d59
updates erasure.nim after rebasing to use SafeAsyncIter and checked e…
marcinczenko bbadf63
renaming: SafeAsyncIter => AsyncResultIterator
marcinczenko f2f7059
formatting
marcinczenko e1b7086
AsyncResultIterator: update internal names
marcinczenko d42625a
changes the module name: safeasynciter => asyncresultiterator
marcinczenko c5c1f97
refactors "Iter" and "AsyncIter" to be better separated and having ad…
marcinczenko 28ccfb1
renaming: AsyncResultIterator => AsyncResultIter to have it consisten…
marcinczenko 61783db
enables "withLogFile" for repair from remote store only integration test
marcinczenko 4383211
applies review comments: one liners when accessing pendingBlocksIter
marcinczenko f6a0e9d
review: makes handing ValueError in getPendingBlocks cleaner
marcinczenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import ./errors | ||
import ./utils | ||
import ./utils/asynciter | ||
import ./utils/iter | ||
|
||
{.push raises: [].} | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.