feat(sims): Integration with app v2 (#23013)

Co-authored-by: Alex | Interchain Labs <alex@skip.money>
This commit is contained in:
Alexander Peters
2025-01-09 08:19:35 +00:00
committed by GitHub
co-authored by Alex | Interchain Labs
parent 39a55ed045
commit cf721a6540
27 changed files with 1217 additions and 48 deletions
+8 -2
View File
@@ -47,10 +47,16 @@ test-sim-multi-seed-long:
# @cd ${CURRENT_DIR}/simapp && go test -failfast -mod=readonly -timeout=2h -tags='sims' -run TestFullAppSimulation \
# -NumBlocks=150 -Period=50
test-sim-multi-seed-short:
test-sim-multi-seed-short: test-v2-sim
# @echo "Running short multi-seed application simulation. This may take awhile!"
# @cd ${CURRENT_DIR}/simapp && go test -failfast -mod=readonly -timeout 30m -tags='sims' -run TestFullAppSimulation \
# -NumBlocks=50 -Period=10 -FauxMerkle=true
# -NumBlocks=50 -Period=10 -FauxMerkle=true
.Phony: test-v2-sim
test-v2-sim:
@echo "Running short multi-seed application simulation. This may take awhile!"
@cd ${CURRENT_DIR}/simapp/v2 && go test -failfast -mod=readonly -timeout 30m -tags='sims' -run TestSimsAppV2 \
# -NumBlocks=50 -Period=10 -FauxMerkle=true
test-sim-benchmark-invariants:
# @echo "Running simulation invariant benchmarks..."