Skip to content

fix: allow extendTo to be 0 in ExtendFootprintTTLOperation#811

Merged
overcat merged 1 commit into
masterfrom
fix/extend-to-zero
Jul 16, 2026
Merged

fix: allow extendTo to be 0 in ExtendFootprintTTLOperation#811
overcat merged 1 commit into
masterfrom
fix/extend-to-zero

Conversation

@overcat

@overcat overcat commented Jul 16, 2026

Copy link
Copy Markdown
Member

extendTo is a uint32 and 0 is a valid value, but the builder validation rejected it with extendTo <= 0.

Fixes #810

extendTo is a uint32 and 0 is a valid value, but the builder
validation rejected it with `extendTo <= 0`.

Fixes #810
@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.95%. Comparing base (3836471) to head (4c7983d).

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #811      +/-   ##
============================================
+ Coverage     82.91%   82.95%   +0.03%     
  Complexity     1661     1661              
============================================
  Files           232      232              
  Lines          6047     6047              
  Branches        677      677              
============================================
+ Hits           5014     5016       +2     
+ Misses          656      654       -2     
  Partials        377      377              
Files with missing lines Coverage Δ
...ar/sdk/operations/ExtendFootprintTTLOperation.java 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@overcat
overcat enabled auto-merge (squash) July 16, 2026 08:48
@overcat
overcat merged commit 434b6a0 into master Jul 16, 2026
11 checks passed
@overcat
overcat deleted the fix/extend-to-zero branch July 16, 2026 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed to Parse Stellar Testnet Ledger Txn Due to Invalid extendTo Value in ExtendFootprintTTLOperation

1 participant