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

[R3R]fix pending block null issue #358

Merged
merged 1 commit into from
Aug 10, 2021
Merged

[R3R]fix pending block null issue #358

merged 1 commit into from
Aug 10, 2021

Conversation

unclezoro
Copy link
Collaborator

@unclezoro unclezoro commented Aug 10, 2021

Description

Fix #341

Rationale

release v1.1.1-beta will not copy state anymore during proposing block to improve the performance, so that the pending block is null, this PR target to fix it.

Example

add an example CLI or API response...

Changes

Notable changes:

  • add each change in a bullet point here
  • ...

Preflight checks

  • build passed (make build)
  • tests passed (make test)
  • manual transaction test passed

Already reviewed by

...

Related issues

... reference related issue #'s here ...

@unclezoro unclezoro merged commit 6fcce0d into master Aug 10, 2021
@unclezoro unclezoro mentioned this pull request Aug 11, 2021
3 tasks
@unclezoro unclezoro deleted the null_pending_block branch August 11, 2021 10:55
@Undead8
Copy link

Undead8 commented Aug 13, 2021

@guagualvcha Unfortunately, this has not fixed issue #341.
The pending block is no longer null as intended. However, now both eth.getBlock('pending') and eth.getBlock('latest') will return the latest block, even if the --mine flag is specified.
The pending block should be accessible somehow and it does not seem to be with this release.

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.

Pending Block is null after upgrade to Latest Version (1.1.1-beta)
4 participants