cosmos-sdk/simapp/v2
mergify[bot] c296622417
refactor(simdv2): allow non-comet server components (backport #22351) (#22353)
Co-authored-by: Mark Rushakoff <mark.rushakoff@gmail.com>
2024-10-24 10:40:41 +02:00
..
simdv2 refactor(simdv2): allow non-comet server components (backport #22351) (#22353) 2024-10-24 10:40:41 +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 refactor(server/v2): simplify app manager (partial backport #22300) (#22323) 2024-10-21 16:13:35 +02:00
app_test.go refactor(server/v2): simplify app manager (partial backport #22300) (#22323) 2024-10-21 16:13:35 +02:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(server/v2): simplify app manager (partial backport #22300) (#22323) 2024-10-21 16:13:35 +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 build(deps): Bump cosmossdk.io/x/tx from 0.13.4-0.20241003111526-30003f667944 to 1.0.0-alpha.1 (#22330) 2024-10-22 20:03:20 +02:00
go.sum build(deps): Bump cosmossdk.io/x/tx from 0.13.4-0.20241003111526-30003f667944 to 1.0.0-alpha.1 (#22330) 2024-10-22 20:03:20 +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.