Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Fix consensus conflict #12

Open
VandeurenGlenn opened this issue Apr 30, 2018 · 0 comments
Open

Fix consensus conflict #12

VandeurenGlenn opened this issue Apr 30, 2018 · 0 comments
Assignees
Labels
basic Basic functionality

Comments

@VandeurenGlenn
Copy link
Contributor

VandeurenGlenn commented Apr 30, 2018

It seems block messages are recieved/resolved unordered

example

miner sends mined block A to peer
miner sends mined block B to peer

block A => busy
block B => resolved

So peerA resolved blockB before BlockA wich breaks consensus ...

solution

query incoming blocks

edit: this seems to only affect devices with low computional recources.

@VandeurenGlenn VandeurenGlenn added the basic Basic functionality label Apr 30, 2018
@VandeurenGlenn VandeurenGlenn self-assigned this Apr 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
basic Basic functionality
Projects
None yet
Development

No branches or pull requests

1 participant