cosmos-sdk/x/staking
2022-08-07 10:20:56 +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: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
migrations refactor!: make simapp.MakeTestEncodingConfig private (#12747) 2022-07-27 17:23:56 +02:00
simulation chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
spec fix(docs): typo in staking/state (#12834) 2022-08-07 10:20:56 +02:00
teststaking chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
types chore: math lib update and type fixes (#12791) 2022-08-02 11:16:40 +00:00
abci.go feat: migrate x/staking to app wiring (#12102) 2022-06-03 08:10:20 +00:00
app_test.go refactor!: make simapp.MakeTestEncodingConfig private (#12747) 2022-07-27 17:23:56 +02: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 chore: remove legacy appmodule boiler plate (#12725) 2022-07-28 13:18:14 +02: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.