test: Add more sims test scenarios (#23278)

Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
Alexander Peters
2025-01-13 09:50:55 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent bc9ce394cb
commit 8cdae287f7
8 changed files with 319 additions and 172 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ type Config struct {
ExportStatsPath string // custom file path to save the exported simulation statistics JSON
Seed int64 // simulation random seed
InitialBlockHeight int // initial block to start the simulation
InitialBlockHeight uint64 // initial block to start the simulation
GenesisTime int64 // genesis time to start the simulation
NumBlocks int // number of new blocks to simulate from the initial block height
NumBlocks uint64 // number of new blocks to simulate from the initial block height
BlockSize int // operations per block
ChainID string // chain-id used on the simulation