cosmos-sdk/simapp/v2
cool-developer bc698d8bb2
test(store/v2): add the root store unit test (#21208)
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-08-09 15:11:05 +00:00
..
simdv2 feat(server/v2): Add snapshots commands (#21065) 2024-08-06 15:28:30 +00:00
app_config.go feat(x/protocolpool,x/distribution)!: remove dependency + fix continuous fund bug (#20790) 2024-07-24 15:07:50 +00:00
app_di.go fix(stf): fixes to make init genesis pass (#21088) 2024-07-27 18:11:24 +00:00
default.nix feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
export.go refactor(server/v2): extend the use of generic transaction type all the way up (#20789) 2024-06-27 10:18:25 +00:00
genesis_account.go feat: simapp/v2 (#20412) 2024-06-19 15:18:32 +00:00
go.mod build(deps): Bump google.golang.org/grpc from 1.64.1 to 1.65.0 in /simapp (#21228) 2024-08-09 12:51:03 +00:00
go.sum test(store/v2): add the root store unit test (#21208) 2024-08-09 15:11:05 +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.