cosmos-sdk/tests/integration/staking/keeper
atheeshp 49ad3b0576
feat: `x/staking` deterministic tests (#13426)
* `x/staking` deterministic tests

* `params` deterministic tests

* add validators

* pull main

* add validators test

* add `valdator delegations`

* changes

* fix tests

* add unbonding delegation tests

* add more tests

* wip: redelegations

* `redelegations`

* fix tests

* review changes

* review

* add gas consumed check

* review changes

* review changes

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2022-10-18 17:32:28 +00:00
..
common_test.go refactor: move `x/{moduleName}/test{ModuleName}` to `x/{moduleName}/testutil` (#13427) 2022-10-02 10:42:52 -04:00
delegation_test.go refactor: move `x/{moduleName}/test{ModuleName}` to `x/{moduleName}/testutil` (#13427) 2022-10-02 10:42:52 -04:00
determinstic_test.go feat: `x/staking` deterministic tests (#13426) 2022-10-18 17:32:28 +00:00
genesis_test.go chore: run make format (#13375) 2022-09-24 00:22:03 +02:00
grpc_query_test.go refactor: staking module using mocks (#12827) 2022-08-28 14:02:29 +00:00
keeper_test.go refactor: move `x/{moduleName}/test{ModuleName}` to `x/{moduleName}/testutil` (#13427) 2022-10-02 10:42:52 -04:00
msg_server_test.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
params_test.go refactor: move `x/{moduleName}/test{ModuleName}` to `x/{moduleName}/testutil` (#13427) 2022-10-02 10:42:52 -04:00
slash_test.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
unbonding_test.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00
validator_bench_test.go refactor: staking module using mocks (#12827) 2022-08-28 14:02:29 +00:00
validator_test.go feat!: IS rebase (#13122) 2022-10-09 12:21:20 +02:00