Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implementation and tests for toString(int256) #3824

Conversation

KolevDarko
Copy link

Fixes #3758

Added the toString(int256) function. It takes care of the sign and then uses toString(uint256) to perform the conversion to string.

PR Checklist

  • Tests
  • Documentation
  • Changelog entry

@Amxx
Copy link
Collaborator

Amxx commented Nov 19, 2022

Duplicate of #3773

@Amxx Amxx marked this as a duplicate of #3773 Nov 19, 2022
@Amxx Amxx closed this Nov 19, 2022
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.

Add string operation for int256 in Strings.sol
2 participants