cosmos-sdk/simapp/v2
Julien Robert 356df96770
refactor(mempool)!: match server/v2/cometbft and sdk mempool interface (#21744)
Co-authored-by: Marko <marko@baricevic.me>
2024-09-18 13:57:52 +00:00
..
simdv2 refactor(mempool)!: match server/v2/cometbft and sdk mempool interface (#21744) 2024-09-18 13:57:52 +00:00
app_config.go chore: remove consensus authority (#21734) 2024-09-16 20:06:21 +00:00
app_di.go chore: remove consensus authority (#21734) 2024-09-16 20:06:21 +00:00
app_test.go chore: using pre-defined flag variables (#21794) 2024-09-18 08:43:44 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go feat: export genesis in simapp v2 (#21199) 2024-08-16 11:15:45 +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(mempool)!: match server/v2/cometbft and sdk mempool interface (#21744) 2024-09-18 13:57:52 +00:00
go.sum build(deps): Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#21786) 2024-09-18 08:32:30 +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 (#21704) 2024-09-13 14:22:14 +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.