Skip to content

Conversation

@hasky00
Copy link

@hasky00 hasky00 commented Dec 8, 2025

No description provided.

hasky00 and others added 4 commits November 24, 2025 07:26
…nfig-values

Add runtime config validation and tests
Replace the deprecated substr() method in hexToBytes() function with the
modern substring() method. The substr() method has been deprecated in favor
of substring() and slice().

Change: hexString.substr(i * 2, 2) -> hexString.substring(i * 2, i * 2 + 2)
@Spl0itable Spl0itable closed this Dec 25, 2025
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