Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Hong Minhee <hong.minhee@gmail.com>
  • Loading branch information
longfin and dahlia committed Apr 2, 2020
1 parent 0e2419a commit d064f7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,11 @@ To be released.
if `cancellationToken` was requested. [[#798]]
- Fixed a bug where `Swarm<T>` had crashed if it received invalid
`Transaction<T>` from the nodes. [[#820]]
- Fixed a bug where `Swarm<T>` hadn't reported preload states correctly.
[[#839]]
- Fixed a bug where `Swarm<T>` hadn't reported `IProgress<PreloadState>`s
correctly.[[#839]]
- Fixed a `Swarm<T>.PreloadAsync()` method's bug that it had hung forever
when a block fetch failed due to an unexpected error. [[#839]]
when a block failed to be fetched due to an unexpected inner exception.
[[#839]]

### CLI tools

Expand Down

0 comments on commit d064f7b

Please sign in to comment.