good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 17a4a566 authored by Evgeny Danilenko's avatar Evgeny Danilenko Committed by GitHub
Browse files

Refactor mining. Remove a few mining goroutines (#338)


* add context

* extract chain events

* run commit in goroutines

* mine only on canonical

* typo

* linters

* fmt

* mark unused methods

* restore stress test

* test single miner

* remove unsafe Trie storage

* remove locks from miner

* restore interrupt

* remove result goroutine

* remove unconfirmedBlocks

* cherry-pick 04a1d475ff1a36ad8f92fec80385df18c52bdc1f

* extract uncles

* one miner succeeded

* restore context cancel

* cleanup

* skip an unstable test

* remove pending state

* use context instead of interrupt func

* calculate sealHash only once

* comment out unstable test

* after merge

* fix after merge

Co-authored-by: default avatarledgerwatch <akhounov@gmail.com>
parent 0cd4f65f
No related branches found
No related tags found
Loading
Showing
with 282 additions and 159 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment