dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.36k stars 456 forks source link

Add Region and Prime Append Time to Stats #1917

Open robertlincecum opened 1 week ago

robertlincecum commented 1 week ago

Region and Prime append time not showing up in stats. Need to find cause and fix.

robertlincecum commented 1 week ago

Issue is caused by only sending ChainHeadEvent to chainHeadFeed if block is a zone block in slice.go. PR up to fix this.