Kian Paimani

Results 565 comments of Kian Paimani

I think you would just have `impl_runtime_api! {}` and inside of it you would do your own stuff? for example, you define what the runtime behaviours for `execute_block()` or `validate_transaction`...

This is purely a how-to, just saying that if you are a nominator now, and you want to switch to pools, this is the steps you need to take. I...

On a related note, we should start a sweep and remove everything along the lines of > The way the [Nominated Proof of Stake (NPoS) consensus mechanism](https://wiki.polkadot.network/docs/learn-consensus#nominated-proof-of-stake) works is that...

``` ┌─────────────────────────────────────────────────────────────────────────────────────────────┐ │ │ │ │ │ │ │ │ │ │ │ ┌───────────────────┐ │ │ │ │ │ │ │ ┌───────────────┐ │ │ │ │ │ wasm runtime │...

> In what scenarios would someone want to have a composite storage item? When you have multiple storage items that are **interlinked**. For example, where mutating one of them must...

has any progress been made on this? otherwise I'd like to try and write something myself.

> Do all of the administrative roles get the commission? Maybe we could make choosing who receives a commission configurable(e.g setting that only the nominator gets the commission). Also, do...

Some notes, I propose we re-think the commission and not make it be a "free forever commission" system like staking. Instead, each pool member can set two commission values: ```rust...

A rate limit on the maximum change is also a good idea.