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

Fuzz testing capabilities #24

Open
Silverse opened this issue Feb 26, 2023 · 3 comments
Open

Fuzz testing capabilities #24

Silverse opened this issue Feb 26, 2023 · 3 comments
Labels
backlog Backlog enhancement New feature or request idea
Milestone

Comments

@Silverse
Copy link

Integrating fuzz testing as part of a testing suite will allow devs to catch edge cases easily, by improving traditional unit-testing or integration testing. Something along the lines of how Foundry does it for Solidity contracts https://book.getfoundry.sh/forge/fuzz-testing

From a security point of view it will be a very helpful tool. Would you consider this feature for a future release?

@hashedone
Copy link
Contributor

I would love to see this, but it is not a simple thing to do. For sure, I would consider it, but I think that that kind of thing deserves a well-thought design to provide actual safety measurements, not just a good mood of the dev, so that his contracts pass regression.

Long story short - yes, I would consider that. No, I will not expect it soon.

@hashedone hashedone added the idea label Mar 13, 2023
@Silverse
Copy link
Author

That is what I thought! still, wanted to at least share the idea. Thanks for your efforts ser!!

@DariuszDepta DariuszDepta added this to the 2.0.0 milestone Dec 4, 2023
@DariuszDepta
Copy link
Member

To be considered to implement in version 2.0.0

@DariuszDepta DariuszDepta added the enhancement New feature or request label Dec 4, 2023
@hashedone hashedone modified the milestones: 2.0.0, 3.0.0 Feb 21, 2024
@DariuszDepta DariuszDepta added this to the Backlog milestone Mar 7, 2024
@DariuszDepta DariuszDepta added the backlog Backlog label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog enhancement New feature or request idea
Projects
None yet
Development

No branches or pull requests

3 participants