-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Add fuzzer test with no-op transactions
This commit adds a new test that validates the transaction fuzzer's behavior using no-operation transactions. The test ensures that the fuzzer can: - Process transactions independently of application logic - Complete a simulation successfully - Maintain expected block height The test is designed to be fast and focused, running for only 10 blocks with minimal setup. This helps validate the fuzzer's core functionality without being affected by application-specific behavior. Resolves TODO in app/sim_test.go
- Loading branch information
1 parent
accd997
commit 511eaf7
Showing
1 changed file
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters