Gonçalo Pestana
Gonçalo Pestana
[VerSum: Verifiable Computations over Large Public Logs](http://pdosnew.csail.mit.edu/papers/versum:ccs14.pdf) may have interesting ideas regarding decentralised computation verification.
This PR implements a whitelisting feature for signed solution submitters in the staking pallet. Up to `SignedWhitelistMax: Get` accounts may be whitelisted. Whenever a signed submission is accepted, the submitter...
Implement the multi-page staking miner for the staking parachain https://github.com/paritytech/polkadot-sdk/blob/staking-parachain-exp
Figure out (theoretically and based on hard benchmark numbers) how many backers/validators could staking and EPM support if running on a parachain, with no code changes. This can be achieved...
This PR adds and integrates the `stake-tracker` pallet in the staking system. #### Goals: - To keep a `TargetList` list of validators **strictly** and **always** sorted by their approval votes...
Adds the multi block election provider core pallet and sub-pallets and makes staking multiblock for benchmarking with the CI infra.
This PR adds logic to distinguish between which *type* of stake updates should implicitly or explicitly be propagated to the target list. Now the `OnStakingEvent::on_stake_update` method contains a new field...