Skip to content

Release: develop -> main#3834

Merged
TaprootFreak merged 2 commits into
mainfrom
develop
Jun 8, 2026
Merged

Release: develop -> main#3834
TaprootFreak merged 2 commits into
mainfrom
develop

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

…instead of KycRequired (#3836)

* fix(realunit): offer NewRegistration empty form for first-time users instead of KycRequired

getRegistrationInfo dead-ended onboarding for any wallet without pre-fillable
KYC data: it returned KycRequired, which the client surfaces as a terminal
"complete your identity verification first" failure — yet that is exactly the
first-time user the registration flow exists to onboard. completeRegistration
requires only KYC Level 10 (email) and persists manually-entered data when no
prior data exists, so the form must be offered, not withheld.

Return NewRegistration with userData omitted (empty form) when neither a
registration step nor pre-fill data exist; the existing prefill path is
unchanged. KycRequired is kept as a reserved, no-longer-emitted contract value
so clients retain explicit handling. Regression introduced in #3782.

* fix(realunit): drop unemitted KycRequired registration state (YAGNI)
@TaprootFreak TaprootFreak merged commit eb4f24f into main Jun 8, 2026
11 checks passed
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.

3 participants