-
Notifications
You must be signed in to change notification settings - Fork 312
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
Implement the simulation package for x/blob
module
#24
Comments
I'm a little confused by the reference to lazyledgerapp. I infer that lazyledgerapp was renamed to celestia-app but I don't see a celestia-app module in the Does this issue apply to the |
Yep! this issue is so old we forgot to update it lol we might not be able to leverage simulations in the payment module as well as other packages, considering that the payment module is all but stateless. Fuzzing is obvi a good goal tho, so we could try to fuzz the new ABCI++ methods in a more rigorous way than what we are currently doing in the app/test package |
Naive question but can we implement the simulation package for |
in the future I think there will definitely be tools that we can use to help fuzz ABCI++ methods, since we're basically the first ones using those methods, those tools don't exist yet. |
Got it. Should we close this issue because we can't implement the simulation package for |
good question, I'm not sure. I think we should at least try, there's almost certainly something of value we can get out of it. We can open an issue to explore testing ABCI++ methods. Some of the informal team is working on some interesting tools iirc |
x/payment
module
This is blocked until we either #183 or we use a version of the cosmos-sdk with taking this off of the goals for incentivized testnet until then. |
x/payment
modulex/blob
module
Modules in the sdk all have a package called simulation that interfaces with the
simapp
framework for fuzzing. Implement the simulation package for lazyledgerapp so that proper simulation fuzzing can be done as described hereThe text was updated successfully, but these errors were encountered: