mobilecoinofficial / full-service

A MobileCoin service for wallet implementations.
Other
46 stars 21 forks source link

increase default valid block window for new tx to 100 #1005

Closed holtzman closed 2 weeks ago

holtzman commented 2 weeks ago

Motivation

Block production rate on mainnet has increased. Previously, full-service used a default of setting the tombstone block 10 blocks in the future. This is now causing a lot of tombstone block exceeded errors.

In this PR

docs-page[bot] commented 2 weeks ago

To view this pull requests documentation preview, visit the following URL:

docs.page/mobilecoinofficial/full-service~1005

Documentation is deployed and generated using docs.page.

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.91%. Comparing base (ab2af32) to head (d3a9355). Report is 206 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1005 +/- ## ========================================== + Coverage 60.12% 68.91% +8.79% ========================================== Files 88 125 +37 Lines 12356 16547 +4191 Branches 2010 2844 +834 ========================================== + Hits 7429 11404 +3975 - Misses 3238 5143 +1905 + Partials 1689 0 -1689 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.