The HIVE/HBD transaction history fix shipped across #3480 and #3487 (with @ecency/sdk 2.3.80 and 2.3.81) was proven entirely at the API layer — live curl/RPC measurement against real accounts plus unit tests. Nobody opened the wallet screen on a build and watched the list populate. The original report was a device symptom, so that is the check that actually closes it.
Filing this so the gap is tracked rather than assumed closed.
What to check
On a logged-in build, for both a small account and one with a large history (a witness account is the useful stress case — the original failure needed ~5M operations to reproduce):
Note on CI
The Android and iOS builds never reported on a commit containing this change — the runs on the merge commit and the one after were cancelled by concurrency when newer pushes landed. Lint, typecheck and unit tests were green throughout, and the change is pure TS with no native surface, so this is a gap in the record rather than a suspected problem. Worth confirming the current development builds are green as part of this.
The HIVE/HBD transaction history fix shipped across #3480 and #3487 (with
@ecency/sdk2.3.80 and 2.3.81) was proven entirely at the API layer — livecurl/RPC measurement against real accounts plus unit tests. Nobody opened the wallet screen on a build and watched the list populate. The original report was a device symptom, so that is the check that actually closes it.Filing this so the gap is tracked rather than assumed closed.
What to check
On a logged-in build, for both a small account and one with a large history (a witness account is the useful stress case — the original failure needed ~5M operations to reproduce):
producer_reward, which the client drops.delegate_vesting_shares/ power-down rows appear (they are VESTS-denominated and were previously filtered out).transfer_to_vesting) appears on both HIVE and HP.fill_transfer_from_savings) appears on HIVE/HBD — newly requestable as of sdk 2.3.80.'hive'while callers pass'HIVE'), so this path has effectively never run in production.Note on CI
The Android and iOS builds never reported on a commit containing this change — the runs on the merge commit and the one after were cancelled by concurrency when newer pushes landed. Lint, typecheck and unit tests were green throughout, and the change is pure TS with no native surface, so this is a gap in the record rather than a suspected problem. Worth confirming the current
developmentbuilds are green as part of this.