cosmos-sdk/x/staking
Facundo Medica 0024a0bf44
refactor: use mocks for x/distribution (#12889)
* initial commit

* add mocks

* TestAllocateTokensToManyValidators

* one file more in, like a hundred left

* progress

* progress

* move tests to integration

* finally got TestCalculateRewardsMultiDelegator right lol

* small fixes

* progress

* progress

* progress

* progress

* revert test panic

* progress

* progress

* more progress

* fix go.mod

* merge

* merge

* cache issue?

* fix go.sum

* fix tests

* make mocks

* move back simulations

Co-authored-by: Marko <marbar3778@yahoo.com>
2022-08-29 20:15:51 -03: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: use mocks for x/distribution (#12889) 2022-08-29 20:15:51 -03: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 fix: fix the cancel unbond (#12967) 2022-08-24 15:04:03 +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 references from x/bank and x/slashing tests (#12897) 2022-08-11 16:23:45 +00:00
bench_test.go chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
common_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 injected encoding params in simapp (#12717) 2022-07-27 15:21:10 +02: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.