cosmos-sdk/simapp/v2
mergify[bot] 72f1c12ee6
feat(auth): allow BaseAccounts to be migrated to x/accounts (backport #21820) (#21863)
Co-authored-by: testinginprod <98415576+testinginprod@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-24 07:19:19 +00:00
..
simdv2 refactor(simapp/v2): remove RunWithCtx (backport #21739) (#21826) 2024-09-20 10:49:27 +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(simapp/v2): remove RunWithCtx (backport #21739) (#21826) 2024-09-20 10:49:27 +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 feat(auth): allow BaseAccounts to be migrated to x/accounts (backport #21820) (#21863) 2024-09-24 07:19:19 +00:00
go.sum feat(auth): allow BaseAccounts to be migrated to x/accounts (backport #21820) (#21863) 2024-09-24 07:19:19 +00:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go feat(runtime/v2): store loader on simappv2 (backport #21704) (#21717) 2024-09-13 16:47:32 +02: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.