cosmos-sdk/simapp/v2
mergify[bot] f7d99b61a5
fix(core/gas): Add consumed API for GasMeter (backport #21443) (#21468)
Co-authored-by: son trinh <trinhleson2000@gmail.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2024-08-29 15:44:46 +00:00
..
simdv2 feat(server/v2): add min gas price and check with tx fee (backport #21173) (#21453) 2024-08-29 08:22:04 +00:00
app_config.go refactor(simapp,runtime): audit changes (backport #21310) (#21421) 2024-08-27 12:42:49 +00:00
app_di.go chore: cleanup core/app (backport #21368) (#21417) 2024-08-27 10:41:18 +00:00
app_test.go chore: cleanup core/app (backport #21368) (#21417) 2024-08-27 10:41:18 +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.go feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
go.mod fix(core/gas): Add consumed API for GasMeter (backport #21443) (#21468) 2024-08-29 15:44:46 +00:00
go.sum fix(core/gas): Add consumed API for GasMeter (backport #21443) (#21468) 2024-08-29 15:44:46 +00:00
README.md feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
upgrades.go chore: remove crisis modules (#20809) 2024-07-02 14:20:07 +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.