Nikos Kontakis

Results 41 comments of Nikos Kontakis

A 1st draft of how @kianenigma idea could look can be seen below: ![idea-polkadot-apps](https://user-images.githubusercontent.com/5408605/156790798-326eae34-6f5e-44ba-b1d3-043586890ef6.png) More terminology can be found [here](https://docs.google.com/document/d/1bisngPfte-P2vMuP_JrV6fIpNnd04uCWrqt4UbFklF8/edit)

Adding some clarifications prior to start implementing this. The idea is to have 2 modes of the summary: a) Minified with the minimum needed information (min active validator (how much...

> Critically, there is a performance issue here, it burns the CPU, eating up one of my cores. I think I know where the performance issue may come from. I...

> @wirednkod has there been any further updates on this? WDYT? (yeap :) - Just delay due to COVID) I have 3 approaches for the `Overview` page and I would...

Based on @kianenigma 's input, the Overview Screen is built and looks like the following: ![image](https://user-images.githubusercontent.com/5408605/164483299-aa4600a9-d36b-4e41-b731-bafc4360492d.png) This is ready for review - just I would like someone to: a) Cross...

@jacogr any feedback would be highly appreciated 🙏🏽

> Some small issues remaining - > > * http://localhost:3000/?rpc=wss%3A%2F%2Fws.azero.dev#/staking - fails (older version of staking, e.g. "Cannot read properties of undefined (reading 'maxElectingVoters')") > * On Kusama we just...

> Dock has the same issue - http://localhost:3000/?rpc=wss%3A%2F%2Fmainnet-node.dock.io#/staking (although they do have nominators, so the above one may not be caused by that) Running this: ``` const [now, maxValidatorsCount, validators]...

> It is basically optional - if not available, That was the approach I was thinking, but unfortunately at the moment when one value is `undefined` it actually means that...

> Automata is a bit of a pesky example here: they have pallet-staking in their runtime, but pretty much unused (probably by mistake). So almost no storage item is set...