cosmos-sdk/simapp/v2
testinginprod 99b4858a95
feat(stf/branch): simplify merged iterator (#22131)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-11-07 14:50:26 +00:00
..
simdv2 fix(simapp/v2): full AutoCLI support (#22410) 2024-11-06 19:06:55 +00:00
app_config.go refactor(server/v2): eager config loading (#22267) 2024-10-29 06:09:16 +00:00
app_di.go test(integration): port x/bank tests to server/v2 app (#21912) 2024-11-06 18:53:30 +00:00
app_test.go refactor(server/v2): eager config loading (#22267) 2024-10-29 06:09:16 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(runtime/v2): simplify app manager (#22300) 2024-10-21 13:45:28 +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 feat(stf/branch): simplify merged iterator (#22131) 2024-11-07 14:50:26 +00:00
go.sum feat(stf/branch): simplify merged iterator (#22131) 2024-11-07 14:50:26 +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.