hirosystems / stacks-subnets

Stacks Subnets: a layer-2 scaling solution for Stacks, intended for high-throughput, low-latency workloads
http://docs.hiro.so
GNU General Public License v3.0
51 stars 13 forks source link

feat: do not mine until previous block is confirmed #320

Closed obycode closed 1 year ago

obycode commented 1 year ago

The subnet miner should not mine a new anchor block until the previous block commit has been confirmed.

codecov[bot] commented 1 year ago

Codecov Report

Merging #320 (0d4e33d) into develop (aa75e92) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop     #320   +/-   ##
========================================
  Coverage    60.00%   60.00%           
========================================
  Files            4        4           
  Lines           45       45           
  Branches         6        6           
========================================
  Hits            27       27           
  Misses          18       18           
obycode commented 1 year ago

Closing because this would not handle new deposits in the reforged branch correctly.