cosmos-sdk/simapp/v2
2024-12-13 16:45:04 +00:00
..
simdv2 fix(stf,server/v2/cometbft): fix default events + improve codec handling (#22837) 2024-12-12 10:42:57 +00:00
app_config.go feat(tools/benchmark): introduce benchmark module (#22778) 2024-12-12 15:33:23 +00:00
app_test.go test(systemtests): fix export v2 (#22799) 2024-12-09 14:53:49 +00:00
app.go feat(tools/benchmark): introduce benchmark module (#22778) 2024-12-12 15:33:23 +00:00
benchmark.go feat(tools/benchmark): introduce benchmark module (#22778) 2024-12-12 15:33:23 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go test(systemtests): fix export v2 (#22799) 2024-12-09 14:53:49 +00:00
genesis_account_test.go chore: bump golangci-lint and fix all linting issues (#21761) 2024-09-16 19:11:19 +00:00
genesis_account.go refactor: revert auth extraction (#21507) 2024-09-03 21:12:21 +00:00
go.mod refactor(client/v2): remove gov dependency (#22867) 2024-12-13 16:45:04 +00:00
go.sum refactor(client/v2): remove gov dependency (#22867) 2024-12-13 16:45:04 +00:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go docs: tooling (#22049) 2024-10-03 05:05:39 +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.