cosmos-sdk/x/staking
Jacob Gadikian 0943a70215
chore: fix linting issues exposed by fixing golangci-lint (#12895)
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-08-11 22:00:24 +02:00
..
client refactor: x/bank integration and e2e tests (#12779) 2022-08-02 10:10:31 -05:00
exported feat(staking): migrate x/params away from x/staking (#12409) 2022-07-21 14:50:25 +00:00
keeper chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
migrations refactor!: make simapp.MakeTestEncodingConfig private (#12747) 2022-07-27 17:23:56 +02:00
simulation chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02:00
spec docs: add AfterDelegationModified x/staking hook (#12896) 2022-08-10 19:53:48 -03:00
teststaking chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
types chore: fix linting issues exposed by fixing golangci-lint (#12895) 2022-08-11 22:00:24 +02: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.