cosmos-sdk/simapp/v2
mergify[bot] f44a150767
fix(x/auth): update proto address conversion query to prevent duplicate HTTP binding (backport #23357) (#23422)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-01-17 01:08:34 +01:00
..
simdv2 fix(simapp/v2): correctly wire client/v2, clean-up api client/v2 (backport #23325) (#23327) 2025-01-10 19:14:30 +01:00
app_config.go feat(tools/benchmark): introduce benchmark module (backport #22778) (#22851) 2024-12-13 08:49:21 +01:00
app_di.go fix(simapp/v2): add MigrateAccountNumberUnsafe for v050-to-v2 (#23335) 2025-01-13 08:42:42 +01:00
app_test.go test(systemtests): fix export v2 (backport #22799) (#22806) 2024-12-09 16:57:51 +01:00
benchmark.go feat(tools/benchmark): introduce benchmark module (backport #22778) (#22851) 2024-12-13 08:49:21 +01:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go test(systemtests): fix export v2 (backport #22799) (#22806) 2024-12-09 16:57:51 +01:00
genesis_account_test.go chore: bump golangci-lint and fix all linting issues (backport #21761) (#21779) 2024-09-17 11:49:10 +00:00
genesis_account.go refactor: revert auth extraction (backport #21507) (#21529) 2024-09-03 22:21:22 +00:00
go.mod fix(x/auth): update proto address conversion query to prevent duplicate HTTP binding (backport #23357) (#23422) 2025-01-17 01:08:34 +01:00
go.sum fix(x/auth): update proto address conversion query to prevent duplicate HTTP binding (backport #23357) (#23422) 2025-01-17 01:08:34 +01:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
sim_runner.go test: Add more sims test scenarios (backport #23278) (#23341) 2025-01-13 11:45:37 +01:00
sim_test.go test: Add more sims test scenarios (backport #23278) (#23341) 2025-01-13 11:45:37 +01:00
upgrades.go fix(simapp/v2): add MigrateAccountNumberUnsafe for v050-to-v2 (#23335) 2025-01-13 08:42:42 +01:00

sidebar_position
1

SimApp/v2

SimApp is an application built using the Cosmos SDK for testing and educational purposes. SimApp/v2 demonstrate a runtime/v2, server/v2 and store/v2 wiring.