cosmos-sdk/simapp/v2
mergify[bot] e8841b6d20
feat(server/v2/cometbft): wire mempool config (backport #21741) (#21762)
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-09-16 19:07:41 +00:00
..
simdv2 feat(server/v2/cometbft): wire mempool config (backport #21741) (#21762) 2024-09-16 19:07:41 +00:00
app_config.go chore: extract improvements from #21497 (backport #21506) (#21542) 2024-09-04 11:27:57 +00:00
app_di.go refactor(simapp): simplify simapp di (backport #21718) (#21721) 2024-09-13 18:53:52 +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 refactor: revert auth extraction (backport #21507) (#21529) 2024-09-03 22:21:22 +00:00
genesis_account.go refactor: revert auth extraction (backport #21507) (#21529) 2024-09-03 22:21:22 +00:00
go.mod feat: replace the cosmos-db usecases in the tests with core/testing (backport #21525) (#21720) 2024-09-13 20:18:05 +00:00
go.sum feat: replace the cosmos-db usecases in the tests with core/testing (backport #21525) (#21720) 2024-09-13 20:18:05 +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.