You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the tool submits empty transactions after performing operations. It seems this isn't very useful.
My suggestion is that submit noisy randomly generated transactions instead of empty transactions. We have impls rand::distributions::Distribution for Value already. It would be nice to use these impls for that task.
The text was updated successfully, but these errors were encountered:
Currently, the tool submits empty transactions after performing operations. It seems this isn't very useful.
My suggestion is that submit noisy randomly generated transactions instead of empty transactions. We have impls
rand::distributions::Distribution
forValue
already. It would be nice to use these impls for that task.The text was updated successfully, but these errors were encountered: