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: Retry certain failed transactions against latest microblocks #308

Closed jbencin closed 1 year ago

jbencin commented 1 year ago

Description

Retry certain failed transactions against latest microblocks (unconfirmed_state)

Applicable issues

Additional info (benefits, drawbacks, caveats)

Still need to write tests to confirm this behaves as expected. Due to time constraints, I'm going to merge this and create a new issue for the tests.

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #308 (3916c3c) into develop (57b8f8f) will not change coverage. The diff coverage is n/a.

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

:tada: This PR is included in version 0.8.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: