10000 Fix consensus conflict · Issue #12 · leofcoin/leofcoin-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Fix consensus conflict #12
Open
Open
@VandeurenGlenn

Description

@VandeurenGlenn

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.

Metadata

Metadata

Labels

basicBasic functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0