serai/substrate/node/src
akildemir 98190b7b83
Staking pallet (#373)
* initial staking pallet

* add staking pallet to runtime

* support session rotation for serai

* optimizations & cleaning

* fix deny

* add serai network to initial networks

* a few tweaks & comments

* fix some pr comments

* Rewrite validator-sets with logarithmic algorithms

Uses the fact the underlying DB is sorted to achieve sorting of potential
validators by stake.

Removes release of deallocated stake for now.

---------

Co-authored-by: Luke Parker <lukeparker5132@gmail.com>
2023-10-10 06:53:24 -04:00
..
chain_spec.rs Staking pallet (#373) 2023-10-10 06:53:24 -04:00
cli.rs Resolve clippy error 2023-03-13 07:57:45 -04:00
command.rs Update substrate 2023-07-18 22:30:55 -04:00
command_helper.rs Processor (#259) 2023-03-16 22:59:40 -04:00
main.rs Initial Tendermint implementation (#145) 2022-12-03 18:38:02 -05:00
rpc.rs Corrections from renaming Index to Nonce 2023-07-18 23:52:37 -04:00
service.rs Update substrate 2023-07-18 22:30:55 -04:00