cosmos-sdk/simapp/v2
mergify[bot] ce839cc81b
fix(server/v2/cometbft): fix mock store (backport #22293) (#22298)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-17 12:54:27 +02:00
..
simdv2 fix(server/v2): use only one logger for app and server (backport #22241) (#22249) 2024-10-14 09:11:07 +02:00
app_config.go feat: introduce x/validate and split x/auth/tx/config (backport #21822) (#21836) 2024-09-20 17:00:16 +00:00
app_di.go fix(server/v2/cometbft): wire app closer (backport #22240) (#22250) 2024-10-14 09:20:52 +02:00
app_test.go refactor(runtime/v2): use AppI.GetStore() to fetch an initialized RootStore (backport #22205) (#22224) 2024-10-10 19:07:35 +02:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(genutil): Use sdk types genesis validator (backport #21678) (#22183) 2024-10-09 09:09:07 +02: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(server/v2/cometbft): fix mock store (backport #22293) (#22298) 2024-10-17 12:54:27 +02:00
go.sum fix(server/v2/cometbft): fix mock store (backport #22293) (#22298) 2024-10-17 12:54:27 +02:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go docs: tooling (backport #22049) (#22058) 2024-10-03 07:42:33 +00: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.