cosmos-sdk/simapp/v2
mergify[bot] 7dff16eb43
fix(cometbft/grpc): gRPC path parsing (backport #22081) (#22091)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-10-03 14:05:31 +02:00
..
simdv2 feat(simapp/v2): wire telemetry + server refactors (partial backport #21746) (#21962) 2024-09-27 17:29:10 +00: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/cometbft): partial backport of #22043 and #21989 (#22073) 2024-10-03 10:59:38 +00:00
app_test.go refactor: revert auth extraction (backport #21507) (#21529) 2024-09-03 22:21:22 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go feat: export genesis in simapp v2 (backport #21199) (#21325) 2024-08-16 13:58:48 +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(cometbft/grpc): gRPC path parsing (backport #22081) (#22091) 2024-10-03 14:05:31 +02:00
go.sum fix(cometbft/grpc): gRPC path parsing (backport #22081) (#22091) 2024-10-03 14:05:31 +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.