Skip to content

fix: allow negative values in balance regex validators#44

Open
arturbeg wants to merge 3 commits intomainfrom
fix/allow-negative-balance-regex
Open

fix: allow negative values in balance regex validators#44
arturbeg wants to merge 3 commits intomainfrom
fix/allow-negative-balance-regex

Conversation

@arturbeg
Copy link
Collaborator

The balanceDEPRECATED and realBalance regex validators rejected negative balance strings (e.g. '-0.012829'). Updated regex from ^\d+ to ^-?\d+ to accept an optional leading minus sign.

arturbeg and others added 3 commits February 12, 2026 12:57
The balanceDEPRECATED and realBalance regex validators rejected negative
balance strings (e.g. '-0.012829'). Updated regex from ^\d+ to ^-?\d+
to accept an optional leading minus sign.
@github-actions
Copy link
Contributor

🤖 SDK Version Check

Version automatically bumped to 2.1.3.6

  • Previous version: 2.1.3.5
  • Reason: Specs tag unchanged (2.1.3), no manual version changes
  • Change committed automatically

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.

2 participants