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(core-blockchain): return if last downloaded block changed #2216

Merged
merged 1 commit into from
Mar 9, 2019
Merged

fix(core-blockchain): return if last downloaded block changed #2216

merged 1 commit into from
Mar 9, 2019

Conversation

spkjp
Copy link
Contributor

@spkjp spkjp commented Mar 9, 2019

Proposed changes

It is not guaranteed that we still have use for the downloaded blocks by the time downloadBlocks finishes. It could happen that the processQueue ends up with blocks that are no longer relevant, because a rollback happened in the meantime.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (improve a current implementation without adding a new feature or fixing a bug)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Build (changes that affect the build system)
  • Docs (documentation only changes)
  • Test (adding missing tests or fixing existing tests)
  • Other... Please describe:

Checklist

  • I have read the CONTRIBUTING documentation
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@spkjp spkjp requested a review from faustbrian March 9, 2019 00:27
@spkjp spkjp requested a review from kristjank as a code owner March 9, 2019 00:27
@ghost ghost added Complexity: Low labels Mar 9, 2019
@codecov-io
Copy link

codecov-io commented Mar 9, 2019

Codecov Report

Merging #2216 into 2.2 will decrease coverage by <.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.2    #2216      +/-   ##
==========================================
- Coverage   79.23%   79.22%   -0.01%     
==========================================
  Files         331      331              
  Lines        7916     7919       +3     
  Branches     1115     1099      -16     
==========================================
+ Hits         6272     6274       +2     
- Misses       1612     1613       +1     
  Partials       32       32
Impacted Files Coverage Δ
packages/core-blockchain/src/blockchain.ts 99.48% <100%> (ø) ⬆️
packages/core-blockchain/src/state-machine.ts 99.48% <50%> (-0.52%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0359c09...4dea0a2. Read the comment docs.

@faustbrian faustbrian merged commit 37aaa33 into ArkEcosystem:2.2 Mar 9, 2019
vasild added a commit that referenced this pull request Mar 11, 2019
* ArkEcosystem/core/develop:
  chore: update dependencies and remove unused imports (#2212)
  fix(core-tester-cli): Don't hide errors from HTTP failures (#2223)
  chore: update CircleCI config
  chore: use yarn setup on CircleCI
  fix: resolve core-tester-utils conflicts and various errors
  chore: yarn.lock
  chore: bump versions
  chore: resolve conflicts
  refactor(core): allow to provide yes/no callbacks for confirm
  feat(core): suggest another command if the requested one was not found
  fix(core): only quote string flags that contain whitespace
  fix(core-blockchain): node stuck during sync  (#2220)
  docs: add #2217 to the changelog
  refactor(core): use restart instead of reload
  refactor(core): log the stderr output for pm2 errors
  refactor(core): handle pm2 errors outside of the process manager
  refactor(core): log the pm2 status if it is unknown
  refactor(core-p2p): log concise error message instead of dumping the reply (#2215)
  fix(core-blockchain): return if last downloaded block changed (#2216)
  fix(core-transaction-pool): invalid transactions after rollback (#2217)
  feat(core-p2p): Don't spoil the quorum if the peer has !forgingAllowed (#2214)
  fix(core): escape string flags
  docs: add #2207 to the changelog
  refactor(core-forger): Increase timeout for getting the network state (#2208)
  fix: vote balance update (#2207)
  fix(core): exclude undefined values from string casting
  build(docker): use latest release in production images
  chore: install stable release via setup script
  test(core-p2p): toBeGreaterThanOrEqual instead of toBe
  release: 2.2.0
  chore: bump version
  fix: schema
  fix: max payload size
  fix: quorum issues (#2091)
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