Skip to content

release: v2.3.4 - #969

Merged
vilenarios merged 2 commits into
mainfrom
release/2.3.4
Aug 11, 2026
Merged

release: v2.3.4#969
vilenarios merged 2 commits into
mainfrom
release/2.3.4

Conversation

@vilenarios

Copy link
Copy Markdown
Contributor

Summary

  • Fix: Lease expiry dates showing as 1970 / "Expired" on manage page — SDK's getArNSRecord (singular) returns timestamps in seconds while the app expects milliseconds
  • Includes all v2.3.3 fixes (Turbo balance 404, atomic buy target ID, manage page perf)

Test plan

  • Navigate to /manage/names/whitepaper — verify expiry date is correct (not 1970) and status is "Active"
  • Check other leased names show correct expiry dates
  • Verify permabuy names still show "Permanent" status

🤖 Generated with Claude Code

vilenarios and others added 2 commits August 11, 2026 15:07
SDK bug: getArNSRecord (singular) returns on-chain timestamps in seconds,
while getArNSRecords (plural) converts them to milliseconds via secToMs.
This caused lease expiry dates to display as 1970 and status to show
"Expired" for all leased names on the manage page.

Normalize seconds → milliseconds after the single-record lookup so the
rest of the app can assume milliseconds consistently.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vilenarios
vilenarios requested a review from a team as a code owner August 11, 2026 19:08
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 69b23bb6-c35c-47d0-95b4-c81aa90d5ca2

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@vilenarios
vilenarios merged commit f163cd1 into main Aug 11, 2026
7 checks passed
@vilenarios
vilenarios deleted the release/2.3.4 branch August 11, 2026 19:14
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.

1 participant