chore(deps): bump @ecency/sdk to 2.3.81 - #3487
Conversation
Picks up the account-history follow-ups from ecency/vision-web#1404, on top of the pagination fix #3480 already relies on. - the history walk can reach the head of an account's history instead of failing the node's `start >= limit - 1` assert on the last page - `fill_transfer_from_savings` is filtered by asset, so the HIVE list no longer shows completed HBD savings withdrawals and the reverse
|
Warning Review limit reached
Next review available in: 19 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Correction to the verification section above: the claim that the
Two related corrections:
CI was green throughout and was right. Nothing here needs following up. |
Bumps
@ecency/sdkfrom 2.3.80 to 2.3.81, which is the release of ecency/vision-web#1404.#3480 landed on 2.3.80, so it has the pagination direction fix but not these two follow-ups:
condenser_api.get_account_historyassertsstart >= limit - 1. The cursor is derived fromnumalone, so the last window before the start of history was shorter thanlimitand the request failed the assert rather than returning the remaining rows. The SDK now narrows the requestedlimitfor that final window.fill_transfer_from_savingsignored the per-asset filter. It had no case in the HIVE/HBDselectswitches, so filtering for it on HIVE also listed completed HBD withdrawals, and the reverse. It now carries the same symbol guard astransfer_from_savings.Both are transparent to callers, so nothing in the app changes beyond the dependency.
Verification
yarn.lockmoves only the@ecency/sdkentry, nothing else re-resolved.tsc --noEmit— 1 error,src/components/imageViewer/imageViewer.tsx(176,7),doubleTapScalenot onProps. Pre-existing: a clean install ofdevelopmentat 2.3.80 reports the same single error, so it is unrelated to this bump. Worth a separate issue.has no exported membererrors seen against an older locally-installed SDK are gone once the tree matches the lockfile.