cosmos-sdk/x/staking
2022-08-20 02:33:07 +02:00
..
client chore: downgrade to tendermint v0.34.x (#12958) 2022-08-20 02:33:07 +02: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 fix: the occasional staking module SimulateMsgCancelUnbondingDelegate failure (#12933) 2022-08-17 12:56:02 +00: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.