cosmos-sdk/x/staking
cool-developer dd556936b2
refactor: use mocks for x/auth/vesting module unit tests (#13127)
* add msg_server test for x/auth/vesting

* Update msg_server_test.go

* Update x/auth/vesting/msg_server_test.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

* Update x/auth/vesting/msg_server_test.go

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
2022-09-02 05:10:52 +00:00
..
client/cli refactor: staking module using mocks (#12827) 2022-08-28 14:02:29 +00:00
exported feat(staking): migrate x/params away from x/staking (#12409) 2022-07-21 14:50:25 +00:00
keeper refactor: staking module using mocks (#12827) 2022-08-28 14:02:29 +00:00
migrations fix: fix the cancel unbond (#12967) 2022-08-24 15:04:03 +00:00
simulation refactor: remove simapp from x/staking module (#13101) 2022-08-31 14:50:22 +00:00
spec docs: update sdk & tm version links in docs (#12976) 2022-08-20 08:42:13 +02:00
teststaking chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
testutil refactor: staking module using mocks (#12827) 2022-08-28 14:02:29 +00:00
types refactor: remove simapp from x/staking module (#13101) 2022-08-31 14:50:22 +00:00
abci.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
app_test.go refactor: remove simapp from x/staking module (#13101) 2022-08-31 14:50:22 +00:00
bench_test.go chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
genesis_test.go chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
genesis.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
module_test.go refactor: use mocks for x/auth/vesting module unit tests (#13127) 2022-09-02 05:10:52 +00:00
module.go refactor: remove simapp references from x/bank and x/slashing tests (#12897) 2022-08-11 16:23:45 +00:00
README.md docs: Improve markdownlint configuration (#11104) 2022-02-10 12:07:01 +00:00

Staking

  • Staking - Proof-of-Stake layer for public blockchains.